@@ -33,7 +33,7 @@ discard block |
||
| 33 | 33 | { |
| 34 | 34 | /** View and manage your data across Google Cloud Platform services. */ |
| 35 | 35 | const CLOUD_PLATFORM = |
| 36 | - "https://www.googleapis.com/auth/cloud-platform"; |
|
| 36 | + "https://www.googleapis.com/auth/cloud-platform"; |
|
| 37 | 37 | |
| 38 | 38 | public $projects_zones_clusters; |
| 39 | 39 | public $projects_zones_operations; |
@@ -46,157 +46,157 @@ discard block |
||
| 46 | 46 | */ |
| 47 | 47 | public function __construct(Google_Client $client) |
| 48 | 48 | { |
| 49 | - parent::__construct($client); |
|
| 50 | - $this->rootUrl = 'https://container.googleapis.com/'; |
|
| 51 | - $this->servicePath = ''; |
|
| 52 | - $this->version = 'v1'; |
|
| 53 | - $this->serviceName = 'container'; |
|
| 54 | - |
|
| 55 | - $this->projects_zones_clusters = new Google_Service_Container_ProjectsZonesClusters_Resource( |
|
| 56 | - $this, |
|
| 57 | - $this->serviceName, |
|
| 58 | - 'clusters', |
|
| 59 | - array( |
|
| 60 | - 'methods' => array( |
|
| 61 | - 'create' => array( |
|
| 62 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 63 | - 'httpMethod' => 'POST', |
|
| 64 | - 'parameters' => array( |
|
| 65 | - 'projectId' => array( |
|
| 66 | - 'location' => 'path', |
|
| 67 | - 'type' => 'string', |
|
| 68 | - 'required' => true, |
|
| 69 | - ), |
|
| 70 | - 'zone' => array( |
|
| 71 | - 'location' => 'path', |
|
| 72 | - 'type' => 'string', |
|
| 73 | - 'required' => true, |
|
| 74 | - ), |
|
| 75 | - ), |
|
| 76 | - ),'delete' => array( |
|
| 77 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 78 | - 'httpMethod' => 'DELETE', |
|
| 79 | - 'parameters' => array( |
|
| 80 | - 'projectId' => array( |
|
| 81 | - 'location' => 'path', |
|
| 82 | - 'type' => 'string', |
|
| 83 | - 'required' => true, |
|
| 84 | - ), |
|
| 85 | - 'zone' => array( |
|
| 86 | - 'location' => 'path', |
|
| 87 | - 'type' => 'string', |
|
| 88 | - 'required' => true, |
|
| 89 | - ), |
|
| 90 | - 'clusterId' => array( |
|
| 91 | - 'location' => 'path', |
|
| 92 | - 'type' => 'string', |
|
| 93 | - 'required' => true, |
|
| 94 | - ), |
|
| 95 | - ), |
|
| 96 | - ),'get' => array( |
|
| 97 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 98 | - 'httpMethod' => 'GET', |
|
| 99 | - 'parameters' => array( |
|
| 100 | - 'projectId' => array( |
|
| 101 | - 'location' => 'path', |
|
| 102 | - 'type' => 'string', |
|
| 103 | - 'required' => true, |
|
| 104 | - ), |
|
| 105 | - 'zone' => array( |
|
| 106 | - 'location' => 'path', |
|
| 107 | - 'type' => 'string', |
|
| 108 | - 'required' => true, |
|
| 109 | - ), |
|
| 110 | - 'clusterId' => array( |
|
| 111 | - 'location' => 'path', |
|
| 112 | - 'type' => 'string', |
|
| 113 | - 'required' => true, |
|
| 114 | - ), |
|
| 115 | - ), |
|
| 116 | - ),'list' => array( |
|
| 117 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 118 | - 'httpMethod' => 'GET', |
|
| 119 | - 'parameters' => array( |
|
| 120 | - 'projectId' => array( |
|
| 121 | - 'location' => 'path', |
|
| 122 | - 'type' => 'string', |
|
| 123 | - 'required' => true, |
|
| 124 | - ), |
|
| 125 | - 'zone' => array( |
|
| 126 | - 'location' => 'path', |
|
| 127 | - 'type' => 'string', |
|
| 128 | - 'required' => true, |
|
| 129 | - ), |
|
| 130 | - ), |
|
| 131 | - ),'update' => array( |
|
| 132 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 133 | - 'httpMethod' => 'PUT', |
|
| 134 | - 'parameters' => array( |
|
| 135 | - 'projectId' => array( |
|
| 136 | - 'location' => 'path', |
|
| 137 | - 'type' => 'string', |
|
| 138 | - 'required' => true, |
|
| 139 | - ), |
|
| 140 | - 'zone' => array( |
|
| 141 | - 'location' => 'path', |
|
| 142 | - 'type' => 'string', |
|
| 143 | - 'required' => true, |
|
| 144 | - ), |
|
| 145 | - 'clusterId' => array( |
|
| 146 | - 'location' => 'path', |
|
| 147 | - 'type' => 'string', |
|
| 148 | - 'required' => true, |
|
| 149 | - ), |
|
| 150 | - ), |
|
| 151 | - ), |
|
| 152 | - ) |
|
| 153 | - ) |
|
| 154 | - ); |
|
| 155 | - $this->projects_zones_operations = new Google_Service_Container_ProjectsZonesOperations_Resource( |
|
| 156 | - $this, |
|
| 157 | - $this->serviceName, |
|
| 158 | - 'operations', |
|
| 159 | - array( |
|
| 160 | - 'methods' => array( |
|
| 161 | - 'get' => array( |
|
| 162 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', |
|
| 163 | - 'httpMethod' => 'GET', |
|
| 164 | - 'parameters' => array( |
|
| 165 | - 'projectId' => array( |
|
| 166 | - 'location' => 'path', |
|
| 167 | - 'type' => 'string', |
|
| 168 | - 'required' => true, |
|
| 169 | - ), |
|
| 170 | - 'zone' => array( |
|
| 171 | - 'location' => 'path', |
|
| 172 | - 'type' => 'string', |
|
| 173 | - 'required' => true, |
|
| 174 | - ), |
|
| 175 | - 'operationId' => array( |
|
| 176 | - 'location' => 'path', |
|
| 177 | - 'type' => 'string', |
|
| 178 | - 'required' => true, |
|
| 179 | - ), |
|
| 180 | - ), |
|
| 181 | - ),'list' => array( |
|
| 182 | - 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', |
|
| 183 | - 'httpMethod' => 'GET', |
|
| 184 | - 'parameters' => array( |
|
| 185 | - 'projectId' => array( |
|
| 186 | - 'location' => 'path', |
|
| 187 | - 'type' => 'string', |
|
| 188 | - 'required' => true, |
|
| 189 | - ), |
|
| 190 | - 'zone' => array( |
|
| 191 | - 'location' => 'path', |
|
| 192 | - 'type' => 'string', |
|
| 193 | - 'required' => true, |
|
| 194 | - ), |
|
| 195 | - ), |
|
| 196 | - ), |
|
| 197 | - ) |
|
| 198 | - ) |
|
| 199 | - ); |
|
| 49 | + parent::__construct($client); |
|
| 50 | + $this->rootUrl = 'https://container.googleapis.com/'; |
|
| 51 | + $this->servicePath = ''; |
|
| 52 | + $this->version = 'v1'; |
|
| 53 | + $this->serviceName = 'container'; |
|
| 54 | + |
|
| 55 | + $this->projects_zones_clusters = new Google_Service_Container_ProjectsZonesClusters_Resource( |
|
| 56 | + $this, |
|
| 57 | + $this->serviceName, |
|
| 58 | + 'clusters', |
|
| 59 | + array( |
|
| 60 | + 'methods' => array( |
|
| 61 | + 'create' => array( |
|
| 62 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 63 | + 'httpMethod' => 'POST', |
|
| 64 | + 'parameters' => array( |
|
| 65 | + 'projectId' => array( |
|
| 66 | + 'location' => 'path', |
|
| 67 | + 'type' => 'string', |
|
| 68 | + 'required' => true, |
|
| 69 | + ), |
|
| 70 | + 'zone' => array( |
|
| 71 | + 'location' => 'path', |
|
| 72 | + 'type' => 'string', |
|
| 73 | + 'required' => true, |
|
| 74 | + ), |
|
| 75 | + ), |
|
| 76 | + ),'delete' => array( |
|
| 77 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 78 | + 'httpMethod' => 'DELETE', |
|
| 79 | + 'parameters' => array( |
|
| 80 | + 'projectId' => array( |
|
| 81 | + 'location' => 'path', |
|
| 82 | + 'type' => 'string', |
|
| 83 | + 'required' => true, |
|
| 84 | + ), |
|
| 85 | + 'zone' => array( |
|
| 86 | + 'location' => 'path', |
|
| 87 | + 'type' => 'string', |
|
| 88 | + 'required' => true, |
|
| 89 | + ), |
|
| 90 | + 'clusterId' => array( |
|
| 91 | + 'location' => 'path', |
|
| 92 | + 'type' => 'string', |
|
| 93 | + 'required' => true, |
|
| 94 | + ), |
|
| 95 | + ), |
|
| 96 | + ),'get' => array( |
|
| 97 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 98 | + 'httpMethod' => 'GET', |
|
| 99 | + 'parameters' => array( |
|
| 100 | + 'projectId' => array( |
|
| 101 | + 'location' => 'path', |
|
| 102 | + 'type' => 'string', |
|
| 103 | + 'required' => true, |
|
| 104 | + ), |
|
| 105 | + 'zone' => array( |
|
| 106 | + 'location' => 'path', |
|
| 107 | + 'type' => 'string', |
|
| 108 | + 'required' => true, |
|
| 109 | + ), |
|
| 110 | + 'clusterId' => array( |
|
| 111 | + 'location' => 'path', |
|
| 112 | + 'type' => 'string', |
|
| 113 | + 'required' => true, |
|
| 114 | + ), |
|
| 115 | + ), |
|
| 116 | + ),'list' => array( |
|
| 117 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
|
| 118 | + 'httpMethod' => 'GET', |
|
| 119 | + 'parameters' => array( |
|
| 120 | + 'projectId' => array( |
|
| 121 | + 'location' => 'path', |
|
| 122 | + 'type' => 'string', |
|
| 123 | + 'required' => true, |
|
| 124 | + ), |
|
| 125 | + 'zone' => array( |
|
| 126 | + 'location' => 'path', |
|
| 127 | + 'type' => 'string', |
|
| 128 | + 'required' => true, |
|
| 129 | + ), |
|
| 130 | + ), |
|
| 131 | + ),'update' => array( |
|
| 132 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
|
| 133 | + 'httpMethod' => 'PUT', |
|
| 134 | + 'parameters' => array( |
|
| 135 | + 'projectId' => array( |
|
| 136 | + 'location' => 'path', |
|
| 137 | + 'type' => 'string', |
|
| 138 | + 'required' => true, |
|
| 139 | + ), |
|
| 140 | + 'zone' => array( |
|
| 141 | + 'location' => 'path', |
|
| 142 | + 'type' => 'string', |
|
| 143 | + 'required' => true, |
|
| 144 | + ), |
|
| 145 | + 'clusterId' => array( |
|
| 146 | + 'location' => 'path', |
|
| 147 | + 'type' => 'string', |
|
| 148 | + 'required' => true, |
|
| 149 | + ), |
|
| 150 | + ), |
|
| 151 | + ), |
|
| 152 | + ) |
|
| 153 | + ) |
|
| 154 | + ); |
|
| 155 | + $this->projects_zones_operations = new Google_Service_Container_ProjectsZonesOperations_Resource( |
|
| 156 | + $this, |
|
| 157 | + $this->serviceName, |
|
| 158 | + 'operations', |
|
| 159 | + array( |
|
| 160 | + 'methods' => array( |
|
| 161 | + 'get' => array( |
|
| 162 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', |
|
| 163 | + 'httpMethod' => 'GET', |
|
| 164 | + 'parameters' => array( |
|
| 165 | + 'projectId' => array( |
|
| 166 | + 'location' => 'path', |
|
| 167 | + 'type' => 'string', |
|
| 168 | + 'required' => true, |
|
| 169 | + ), |
|
| 170 | + 'zone' => array( |
|
| 171 | + 'location' => 'path', |
|
| 172 | + 'type' => 'string', |
|
| 173 | + 'required' => true, |
|
| 174 | + ), |
|
| 175 | + 'operationId' => array( |
|
| 176 | + 'location' => 'path', |
|
| 177 | + 'type' => 'string', |
|
| 178 | + 'required' => true, |
|
| 179 | + ), |
|
| 180 | + ), |
|
| 181 | + ),'list' => array( |
|
| 182 | + 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', |
|
| 183 | + 'httpMethod' => 'GET', |
|
| 184 | + 'parameters' => array( |
|
| 185 | + 'projectId' => array( |
|
| 186 | + 'location' => 'path', |
|
| 187 | + 'type' => 'string', |
|
| 188 | + 'required' => true, |
|
| 189 | + ), |
|
| 190 | + 'zone' => array( |
|
| 191 | + 'location' => 'path', |
|
| 192 | + 'type' => 'string', |
|
| 193 | + 'required' => true, |
|
| 194 | + ), |
|
| 195 | + ), |
|
| 196 | + ), |
|
| 197 | + ) |
|
| 198 | + ) |
|
| 199 | + ); |
|
| 200 | 200 | } |
| 201 | 201 | } |
| 202 | 202 | |
@@ -257,9 +257,9 @@ discard block |
||
| 257 | 257 | */ |
| 258 | 258 | public function create($projectId, $zone, Google_Service_Container_CreateClusterRequest $postBody, $optParams = array()) |
| 259 | 259 | { |
| 260 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody); |
|
| 261 | - $params = array_merge($params, $optParams); |
|
| 262 | - return $this->call('create', array($params), "Google_Service_Container_Operation"); |
|
| 260 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'postBody' => $postBody); |
|
| 261 | + $params = array_merge($params, $optParams); |
|
| 262 | + return $this->call('create', array($params), "Google_Service_Container_Operation"); |
|
| 263 | 263 | } |
| 264 | 264 | |
| 265 | 265 | /** |
@@ -278,9 +278,9 @@ discard block |
||
| 278 | 278 | */ |
| 279 | 279 | public function delete($projectId, $zone, $clusterId, $optParams = array()) |
| 280 | 280 | { |
| 281 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 282 | - $params = array_merge($params, $optParams); |
|
| 283 | - return $this->call('delete', array($params), "Google_Service_Container_Operation"); |
|
| 281 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 282 | + $params = array_merge($params, $optParams); |
|
| 283 | + return $this->call('delete', array($params), "Google_Service_Container_Operation"); |
|
| 284 | 284 | } |
| 285 | 285 | |
| 286 | 286 | /** |
@@ -297,9 +297,9 @@ discard block |
||
| 297 | 297 | */ |
| 298 | 298 | public function get($projectId, $zone, $clusterId, $optParams = array()) |
| 299 | 299 | { |
| 300 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 301 | - $params = array_merge($params, $optParams); |
|
| 302 | - return $this->call('get', array($params), "Google_Service_Container_Cluster"); |
|
| 300 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId); |
|
| 301 | + $params = array_merge($params, $optParams); |
|
| 302 | + return $this->call('get', array($params), "Google_Service_Container_Cluster"); |
|
| 303 | 303 | } |
| 304 | 304 | |
| 305 | 305 | /** |
@@ -317,9 +317,9 @@ discard block |
||
| 317 | 317 | */ |
| 318 | 318 | public function listProjectsZonesClusters($projectId, $zone, $optParams = array()) |
| 319 | 319 | { |
| 320 | - $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 321 | - $params = array_merge($params, $optParams); |
|
| 322 | - return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); |
|
| 320 | + $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 321 | + $params = array_merge($params, $optParams); |
|
| 322 | + return $this->call('list', array($params), "Google_Service_Container_ListClustersResponse"); |
|
| 323 | 323 | } |
| 324 | 324 | |
| 325 | 325 | /** |
@@ -337,9 +337,9 @@ discard block |
||
| 337 | 337 | */ |
| 338 | 338 | public function update($projectId, $zone, $clusterId, Google_Service_Container_UpdateClusterRequest $postBody, $optParams = array()) |
| 339 | 339 | { |
| 340 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); |
|
| 341 | - $params = array_merge($params, $optParams); |
|
| 342 | - return $this->call('update', array($params), "Google_Service_Container_Operation"); |
|
| 340 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'clusterId' => $clusterId, 'postBody' => $postBody); |
|
| 341 | + $params = array_merge($params, $optParams); |
|
| 342 | + return $this->call('update', array($params), "Google_Service_Container_Operation"); |
|
| 343 | 343 | } |
| 344 | 344 | } |
| 345 | 345 | /** |
@@ -367,9 +367,9 @@ discard block |
||
| 367 | 367 | */ |
| 368 | 368 | public function get($projectId, $zone, $operationId, $optParams = array()) |
| 369 | 369 | { |
| 370 | - $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId); |
|
| 371 | - $params = array_merge($params, $optParams); |
|
| 372 | - return $this->call('get', array($params), "Google_Service_Container_Operation"); |
|
| 370 | + $params = array('projectId' => $projectId, 'zone' => $zone, 'operationId' => $operationId); |
|
| 371 | + $params = array_merge($params, $optParams); |
|
| 372 | + return $this->call('get', array($params), "Google_Service_Container_Operation"); |
|
| 373 | 373 | } |
| 374 | 374 | |
| 375 | 375 | /** |
@@ -387,9 +387,9 @@ discard block |
||
| 387 | 387 | */ |
| 388 | 388 | public function listProjectsZonesOperations($projectId, $zone, $optParams = array()) |
| 389 | 389 | { |
| 390 | - $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 391 | - $params = array_merge($params, $optParams); |
|
| 392 | - return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); |
|
| 390 | + $params = array('projectId' => $projectId, 'zone' => $zone); |
|
| 391 | + $params = array_merge($params, $optParams); |
|
| 392 | + return $this->call('list', array($params), "Google_Service_Container_ListOperationsResponse"); |
|
| 393 | 393 | } |
| 394 | 394 | } |
| 395 | 395 | |
@@ -428,171 +428,171 @@ discard block |
||
| 428 | 428 | |
| 429 | 429 | public function setClusterIpv4Cidr($clusterIpv4Cidr) |
| 430 | 430 | { |
| 431 | - $this->clusterIpv4Cidr = $clusterIpv4Cidr; |
|
| 431 | + $this->clusterIpv4Cidr = $clusterIpv4Cidr; |
|
| 432 | 432 | } |
| 433 | 433 | public function getClusterIpv4Cidr() |
| 434 | 434 | { |
| 435 | - return $this->clusterIpv4Cidr; |
|
| 435 | + return $this->clusterIpv4Cidr; |
|
| 436 | 436 | } |
| 437 | 437 | public function setCreateTime($createTime) |
| 438 | 438 | { |
| 439 | - $this->createTime = $createTime; |
|
| 439 | + $this->createTime = $createTime; |
|
| 440 | 440 | } |
| 441 | 441 | public function getCreateTime() |
| 442 | 442 | { |
| 443 | - return $this->createTime; |
|
| 443 | + return $this->createTime; |
|
| 444 | 444 | } |
| 445 | 445 | public function setCurrentMasterVersion($currentMasterVersion) |
| 446 | 446 | { |
| 447 | - $this->currentMasterVersion = $currentMasterVersion; |
|
| 447 | + $this->currentMasterVersion = $currentMasterVersion; |
|
| 448 | 448 | } |
| 449 | 449 | public function getCurrentMasterVersion() |
| 450 | 450 | { |
| 451 | - return $this->currentMasterVersion; |
|
| 451 | + return $this->currentMasterVersion; |
|
| 452 | 452 | } |
| 453 | 453 | public function setCurrentNodeVersion($currentNodeVersion) |
| 454 | 454 | { |
| 455 | - $this->currentNodeVersion = $currentNodeVersion; |
|
| 455 | + $this->currentNodeVersion = $currentNodeVersion; |
|
| 456 | 456 | } |
| 457 | 457 | public function getCurrentNodeVersion() |
| 458 | 458 | { |
| 459 | - return $this->currentNodeVersion; |
|
| 459 | + return $this->currentNodeVersion; |
|
| 460 | 460 | } |
| 461 | 461 | public function setDescription($description) |
| 462 | 462 | { |
| 463 | - $this->description = $description; |
|
| 463 | + $this->description = $description; |
|
| 464 | 464 | } |
| 465 | 465 | public function getDescription() |
| 466 | 466 | { |
| 467 | - return $this->description; |
|
| 467 | + return $this->description; |
|
| 468 | 468 | } |
| 469 | 469 | public function setEndpoint($endpoint) |
| 470 | 470 | { |
| 471 | - $this->endpoint = $endpoint; |
|
| 471 | + $this->endpoint = $endpoint; |
|
| 472 | 472 | } |
| 473 | 473 | public function getEndpoint() |
| 474 | 474 | { |
| 475 | - return $this->endpoint; |
|
| 475 | + return $this->endpoint; |
|
| 476 | 476 | } |
| 477 | 477 | public function setInitialClusterVersion($initialClusterVersion) |
| 478 | 478 | { |
| 479 | - $this->initialClusterVersion = $initialClusterVersion; |
|
| 479 | + $this->initialClusterVersion = $initialClusterVersion; |
|
| 480 | 480 | } |
| 481 | 481 | public function getInitialClusterVersion() |
| 482 | 482 | { |
| 483 | - return $this->initialClusterVersion; |
|
| 483 | + return $this->initialClusterVersion; |
|
| 484 | 484 | } |
| 485 | 485 | public function setInitialNodeCount($initialNodeCount) |
| 486 | 486 | { |
| 487 | - $this->initialNodeCount = $initialNodeCount; |
|
| 487 | + $this->initialNodeCount = $initialNodeCount; |
|
| 488 | 488 | } |
| 489 | 489 | public function getInitialNodeCount() |
| 490 | 490 | { |
| 491 | - return $this->initialNodeCount; |
|
| 491 | + return $this->initialNodeCount; |
|
| 492 | 492 | } |
| 493 | 493 | public function setInstanceGroupUrls($instanceGroupUrls) |
| 494 | 494 | { |
| 495 | - $this->instanceGroupUrls = $instanceGroupUrls; |
|
| 495 | + $this->instanceGroupUrls = $instanceGroupUrls; |
|
| 496 | 496 | } |
| 497 | 497 | public function getInstanceGroupUrls() |
| 498 | 498 | { |
| 499 | - return $this->instanceGroupUrls; |
|
| 499 | + return $this->instanceGroupUrls; |
|
| 500 | 500 | } |
| 501 | 501 | public function setLoggingService($loggingService) |
| 502 | 502 | { |
| 503 | - $this->loggingService = $loggingService; |
|
| 503 | + $this->loggingService = $loggingService; |
|
| 504 | 504 | } |
| 505 | 505 | public function getLoggingService() |
| 506 | 506 | { |
| 507 | - return $this->loggingService; |
|
| 507 | + return $this->loggingService; |
|
| 508 | 508 | } |
| 509 | 509 | public function setMasterAuth(Google_Service_Container_MasterAuth $masterAuth) |
| 510 | 510 | { |
| 511 | - $this->masterAuth = $masterAuth; |
|
| 511 | + $this->masterAuth = $masterAuth; |
|
| 512 | 512 | } |
| 513 | 513 | public function getMasterAuth() |
| 514 | 514 | { |
| 515 | - return $this->masterAuth; |
|
| 515 | + return $this->masterAuth; |
|
| 516 | 516 | } |
| 517 | 517 | public function setMonitoringService($monitoringService) |
| 518 | 518 | { |
| 519 | - $this->monitoringService = $monitoringService; |
|
| 519 | + $this->monitoringService = $monitoringService; |
|
| 520 | 520 | } |
| 521 | 521 | public function getMonitoringService() |
| 522 | 522 | { |
| 523 | - return $this->monitoringService; |
|
| 523 | + return $this->monitoringService; |
|
| 524 | 524 | } |
| 525 | 525 | public function setName($name) |
| 526 | 526 | { |
| 527 | - $this->name = $name; |
|
| 527 | + $this->name = $name; |
|
| 528 | 528 | } |
| 529 | 529 | public function getName() |
| 530 | 530 | { |
| 531 | - return $this->name; |
|
| 531 | + return $this->name; |
|
| 532 | 532 | } |
| 533 | 533 | public function setNetwork($network) |
| 534 | 534 | { |
| 535 | - $this->network = $network; |
|
| 535 | + $this->network = $network; |
|
| 536 | 536 | } |
| 537 | 537 | public function getNetwork() |
| 538 | 538 | { |
| 539 | - return $this->network; |
|
| 539 | + return $this->network; |
|
| 540 | 540 | } |
| 541 | 541 | public function setNodeConfig(Google_Service_Container_NodeConfig $nodeConfig) |
| 542 | 542 | { |
| 543 | - $this->nodeConfig = $nodeConfig; |
|
| 543 | + $this->nodeConfig = $nodeConfig; |
|
| 544 | 544 | } |
| 545 | 545 | public function getNodeConfig() |
| 546 | 546 | { |
| 547 | - return $this->nodeConfig; |
|
| 547 | + return $this->nodeConfig; |
|
| 548 | 548 | } |
| 549 | 549 | public function setNodeIpv4CidrSize($nodeIpv4CidrSize) |
| 550 | 550 | { |
| 551 | - $this->nodeIpv4CidrSize = $nodeIpv4CidrSize; |
|
| 551 | + $this->nodeIpv4CidrSize = $nodeIpv4CidrSize; |
|
| 552 | 552 | } |
| 553 | 553 | public function getNodeIpv4CidrSize() |
| 554 | 554 | { |
| 555 | - return $this->nodeIpv4CidrSize; |
|
| 555 | + return $this->nodeIpv4CidrSize; |
|
| 556 | 556 | } |
| 557 | 557 | public function setSelfLink($selfLink) |
| 558 | 558 | { |
| 559 | - $this->selfLink = $selfLink; |
|
| 559 | + $this->selfLink = $selfLink; |
|
| 560 | 560 | } |
| 561 | 561 | public function getSelfLink() |
| 562 | 562 | { |
| 563 | - return $this->selfLink; |
|
| 563 | + return $this->selfLink; |
|
| 564 | 564 | } |
| 565 | 565 | public function setServicesIpv4Cidr($servicesIpv4Cidr) |
| 566 | 566 | { |
| 567 | - $this->servicesIpv4Cidr = $servicesIpv4Cidr; |
|
| 567 | + $this->servicesIpv4Cidr = $servicesIpv4Cidr; |
|
| 568 | 568 | } |
| 569 | 569 | public function getServicesIpv4Cidr() |
| 570 | 570 | { |
| 571 | - return $this->servicesIpv4Cidr; |
|
| 571 | + return $this->servicesIpv4Cidr; |
|
| 572 | 572 | } |
| 573 | 573 | public function setStatus($status) |
| 574 | 574 | { |
| 575 | - $this->status = $status; |
|
| 575 | + $this->status = $status; |
|
| 576 | 576 | } |
| 577 | 577 | public function getStatus() |
| 578 | 578 | { |
| 579 | - return $this->status; |
|
| 579 | + return $this->status; |
|
| 580 | 580 | } |
| 581 | 581 | public function setStatusMessage($statusMessage) |
| 582 | 582 | { |
| 583 | - $this->statusMessage = $statusMessage; |
|
| 583 | + $this->statusMessage = $statusMessage; |
|
| 584 | 584 | } |
| 585 | 585 | public function getStatusMessage() |
| 586 | 586 | { |
| 587 | - return $this->statusMessage; |
|
| 587 | + return $this->statusMessage; |
|
| 588 | 588 | } |
| 589 | 589 | public function setZone($zone) |
| 590 | 590 | { |
| 591 | - $this->zone = $zone; |
|
| 591 | + $this->zone = $zone; |
|
| 592 | 592 | } |
| 593 | 593 | public function getZone() |
| 594 | 594 | { |
| 595 | - return $this->zone; |
|
| 595 | + return $this->zone; |
|
| 596 | 596 | } |
| 597 | 597 | } |
| 598 | 598 | |
@@ -605,11 +605,11 @@ discard block |
||
| 605 | 605 | |
| 606 | 606 | public function setDesiredNodeVersion($desiredNodeVersion) |
| 607 | 607 | { |
| 608 | - $this->desiredNodeVersion = $desiredNodeVersion; |
|
| 608 | + $this->desiredNodeVersion = $desiredNodeVersion; |
|
| 609 | 609 | } |
| 610 | 610 | public function getDesiredNodeVersion() |
| 611 | 611 | { |
| 612 | - return $this->desiredNodeVersion; |
|
| 612 | + return $this->desiredNodeVersion; |
|
| 613 | 613 | } |
| 614 | 614 | } |
| 615 | 615 | |
@@ -623,11 +623,11 @@ discard block |
||
| 623 | 623 | |
| 624 | 624 | public function setCluster(Google_Service_Container_Cluster $cluster) |
| 625 | 625 | { |
| 626 | - $this->cluster = $cluster; |
|
| 626 | + $this->cluster = $cluster; |
|
| 627 | 627 | } |
| 628 | 628 | public function getCluster() |
| 629 | 629 | { |
| 630 | - return $this->cluster; |
|
| 630 | + return $this->cluster; |
|
| 631 | 631 | } |
| 632 | 632 | } |
| 633 | 633 | |
@@ -642,11 +642,11 @@ discard block |
||
| 642 | 642 | |
| 643 | 643 | public function setClusters($clusters) |
| 644 | 644 | { |
| 645 | - $this->clusters = $clusters; |
|
| 645 | + $this->clusters = $clusters; |
|
| 646 | 646 | } |
| 647 | 647 | public function getClusters() |
| 648 | 648 | { |
| 649 | - return $this->clusters; |
|
| 649 | + return $this->clusters; |
|
| 650 | 650 | } |
| 651 | 651 | } |
| 652 | 652 | |
@@ -661,11 +661,11 @@ discard block |
||
| 661 | 661 | |
| 662 | 662 | public function setOperations($operations) |
| 663 | 663 | { |
| 664 | - $this->operations = $operations; |
|
| 664 | + $this->operations = $operations; |
|
| 665 | 665 | } |
| 666 | 666 | public function getOperations() |
| 667 | 667 | { |
| 668 | - return $this->operations; |
|
| 668 | + return $this->operations; |
|
| 669 | 669 | } |
| 670 | 670 | } |
| 671 | 671 | |
@@ -682,43 +682,43 @@ discard block |
||
| 682 | 682 | |
| 683 | 683 | public function setClientCertificate($clientCertificate) |
| 684 | 684 | { |
| 685 | - $this->clientCertificate = $clientCertificate; |
|
| 685 | + $this->clientCertificate = $clientCertificate; |
|
| 686 | 686 | } |
| 687 | 687 | public function getClientCertificate() |
| 688 | 688 | { |
| 689 | - return $this->clientCertificate; |
|
| 689 | + return $this->clientCertificate; |
|
| 690 | 690 | } |
| 691 | 691 | public function setClientKey($clientKey) |
| 692 | 692 | { |
| 693 | - $this->clientKey = $clientKey; |
|
| 693 | + $this->clientKey = $clientKey; |
|
| 694 | 694 | } |
| 695 | 695 | public function getClientKey() |
| 696 | 696 | { |
| 697 | - return $this->clientKey; |
|
| 697 | + return $this->clientKey; |
|
| 698 | 698 | } |
| 699 | 699 | public function setClusterCaCertificate($clusterCaCertificate) |
| 700 | 700 | { |
| 701 | - $this->clusterCaCertificate = $clusterCaCertificate; |
|
| 701 | + $this->clusterCaCertificate = $clusterCaCertificate; |
|
| 702 | 702 | } |
| 703 | 703 | public function getClusterCaCertificate() |
| 704 | 704 | { |
| 705 | - return $this->clusterCaCertificate; |
|
| 705 | + return $this->clusterCaCertificate; |
|
| 706 | 706 | } |
| 707 | 707 | public function setPassword($password) |
| 708 | 708 | { |
| 709 | - $this->password = $password; |
|
| 709 | + $this->password = $password; |
|
| 710 | 710 | } |
| 711 | 711 | public function getPassword() |
| 712 | 712 | { |
| 713 | - return $this->password; |
|
| 713 | + return $this->password; |
|
| 714 | 714 | } |
| 715 | 715 | public function setUsername($username) |
| 716 | 716 | { |
| 717 | - $this->username = $username; |
|
| 717 | + $this->username = $username; |
|
| 718 | 718 | } |
| 719 | 719 | public function getUsername() |
| 720 | 720 | { |
| 721 | - return $this->username; |
|
| 721 | + return $this->username; |
|
| 722 | 722 | } |
| 723 | 723 | } |
| 724 | 724 | |
@@ -734,27 +734,27 @@ discard block |
||
| 734 | 734 | |
| 735 | 735 | public function setDiskSizeGb($diskSizeGb) |
| 736 | 736 | { |
| 737 | - $this->diskSizeGb = $diskSizeGb; |
|
| 737 | + $this->diskSizeGb = $diskSizeGb; |
|
| 738 | 738 | } |
| 739 | 739 | public function getDiskSizeGb() |
| 740 | 740 | { |
| 741 | - return $this->diskSizeGb; |
|
| 741 | + return $this->diskSizeGb; |
|
| 742 | 742 | } |
| 743 | 743 | public function setMachineType($machineType) |
| 744 | 744 | { |
| 745 | - $this->machineType = $machineType; |
|
| 745 | + $this->machineType = $machineType; |
|
| 746 | 746 | } |
| 747 | 747 | public function getMachineType() |
| 748 | 748 | { |
| 749 | - return $this->machineType; |
|
| 749 | + return $this->machineType; |
|
| 750 | 750 | } |
| 751 | 751 | public function setOauthScopes($oauthScopes) |
| 752 | 752 | { |
| 753 | - $this->oauthScopes = $oauthScopes; |
|
| 753 | + $this->oauthScopes = $oauthScopes; |
|
| 754 | 754 | } |
| 755 | 755 | public function getOauthScopes() |
| 756 | 756 | { |
| 757 | - return $this->oauthScopes; |
|
| 757 | + return $this->oauthScopes; |
|
| 758 | 758 | } |
| 759 | 759 | } |
| 760 | 760 | |
@@ -773,59 +773,59 @@ discard block |
||
| 773 | 773 | |
| 774 | 774 | public function setName($name) |
| 775 | 775 | { |
| 776 | - $this->name = $name; |
|
| 776 | + $this->name = $name; |
|
| 777 | 777 | } |
| 778 | 778 | public function getName() |
| 779 | 779 | { |
| 780 | - return $this->name; |
|
| 780 | + return $this->name; |
|
| 781 | 781 | } |
| 782 | 782 | public function setOperationType($operationType) |
| 783 | 783 | { |
| 784 | - $this->operationType = $operationType; |
|
| 784 | + $this->operationType = $operationType; |
|
| 785 | 785 | } |
| 786 | 786 | public function getOperationType() |
| 787 | 787 | { |
| 788 | - return $this->operationType; |
|
| 788 | + return $this->operationType; |
|
| 789 | 789 | } |
| 790 | 790 | public function setSelfLink($selfLink) |
| 791 | 791 | { |
| 792 | - $this->selfLink = $selfLink; |
|
| 792 | + $this->selfLink = $selfLink; |
|
| 793 | 793 | } |
| 794 | 794 | public function getSelfLink() |
| 795 | 795 | { |
| 796 | - return $this->selfLink; |
|
| 796 | + return $this->selfLink; |
|
| 797 | 797 | } |
| 798 | 798 | public function setStatus($status) |
| 799 | 799 | { |
| 800 | - $this->status = $status; |
|
| 800 | + $this->status = $status; |
|
| 801 | 801 | } |
| 802 | 802 | public function getStatus() |
| 803 | 803 | { |
| 804 | - return $this->status; |
|
| 804 | + return $this->status; |
|
| 805 | 805 | } |
| 806 | 806 | public function setStatusMessage($statusMessage) |
| 807 | 807 | { |
| 808 | - $this->statusMessage = $statusMessage; |
|
| 808 | + $this->statusMessage = $statusMessage; |
|
| 809 | 809 | } |
| 810 | 810 | public function getStatusMessage() |
| 811 | 811 | { |
| 812 | - return $this->statusMessage; |
|
| 812 | + return $this->statusMessage; |
|
| 813 | 813 | } |
| 814 | 814 | public function setTargetLink($targetLink) |
| 815 | 815 | { |
| 816 | - $this->targetLink = $targetLink; |
|
| 816 | + $this->targetLink = $targetLink; |
|
| 817 | 817 | } |
| 818 | 818 | public function getTargetLink() |
| 819 | 819 | { |
| 820 | - return $this->targetLink; |
|
| 820 | + return $this->targetLink; |
|
| 821 | 821 | } |
| 822 | 822 | public function setZone($zone) |
| 823 | 823 | { |
| 824 | - $this->zone = $zone; |
|
| 824 | + $this->zone = $zone; |
|
| 825 | 825 | } |
| 826 | 826 | public function getZone() |
| 827 | 827 | { |
| 828 | - return $this->zone; |
|
| 828 | + return $this->zone; |
|
| 829 | 829 | } |
| 830 | 830 | } |
| 831 | 831 | |
@@ -839,10 +839,10 @@ discard block |
||
| 839 | 839 | |
| 840 | 840 | public function setUpdate(Google_Service_Container_ClusterUpdate $update) |
| 841 | 841 | { |
| 842 | - $this->update = $update; |
|
| 842 | + $this->update = $update; |
|
| 843 | 843 | } |
| 844 | 844 | public function getUpdate() |
| 845 | 845 | { |
| 846 | - return $this->update; |
|
| 846 | + return $this->update; |
|
| 847 | 847 | } |
| 848 | 848 | } |
@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | 'required' => true, |
| 74 | 74 | ), |
| 75 | 75 | ), |
| 76 | - ),'delete' => array( |
|
| 76 | + ), 'delete' => array( |
|
| 77 | 77 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
| 78 | 78 | 'httpMethod' => 'DELETE', |
| 79 | 79 | 'parameters' => array( |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | 'required' => true, |
| 94 | 94 | ), |
| 95 | 95 | ), |
| 96 | - ),'get' => array( |
|
| 96 | + ), 'get' => array( |
|
| 97 | 97 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
| 98 | 98 | 'httpMethod' => 'GET', |
| 99 | 99 | 'parameters' => array( |
@@ -113,7 +113,7 @@ discard block |
||
| 113 | 113 | 'required' => true, |
| 114 | 114 | ), |
| 115 | 115 | ), |
| 116 | - ),'list' => array( |
|
| 116 | + ), 'list' => array( |
|
| 117 | 117 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters', |
| 118 | 118 | 'httpMethod' => 'GET', |
| 119 | 119 | 'parameters' => array( |
@@ -128,7 +128,7 @@ discard block |
||
| 128 | 128 | 'required' => true, |
| 129 | 129 | ), |
| 130 | 130 | ), |
| 131 | - ),'update' => array( |
|
| 131 | + ), 'update' => array( |
|
| 132 | 132 | 'path' => 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', |
| 133 | 133 | 'httpMethod' => 'PUT', |
| 134 | 134 | 'parameters' => array( |
@@ -178,7 +178,7 @@ discard block |
||
| 178 | 178 | 'required' => true, |
| 179 | 179 | ), |
| 180 | 180 | ), |
| 181 | - ),'list' => array( |
|
| 181 | + ), 'list' => array( |
|
| 182 | 182 | 'path' => 'v1/projects/{projectId}/zones/{zone}/operations', |
| 183 | 183 | 'httpMethod' => 'GET', |
| 184 | 184 | 'parameters' => array( |
@@ -32,10 +32,10 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** Manage your Tasks and Taskqueues. */ |
| 34 | 34 | const TASKQUEUE = |
| 35 | - "https://www.googleapis.com/auth/taskqueue"; |
|
| 35 | + "https://www.googleapis.com/auth/taskqueue"; |
|
| 36 | 36 | /** Consume Tasks from your Taskqueues. */ |
| 37 | 37 | const TASKQUEUE_CONSUMER = |
| 38 | - "https://www.googleapis.com/auth/taskqueue.consumer"; |
|
| 38 | + "https://www.googleapis.com/auth/taskqueue.consumer"; |
|
| 39 | 39 | |
| 40 | 40 | public $taskqueues; |
| 41 | 41 | public $tasks; |
@@ -48,204 +48,204 @@ discard block |
||
| 48 | 48 | */ |
| 49 | 49 | public function __construct(Google_Client $client) |
| 50 | 50 | { |
| 51 | - parent::__construct($client); |
|
| 52 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 53 | - $this->servicePath = 'taskqueue/v1beta2/projects/'; |
|
| 54 | - $this->version = 'v1beta2'; |
|
| 55 | - $this->serviceName = 'taskqueue'; |
|
| 56 | - |
|
| 57 | - $this->taskqueues = new Google_Service_Taskqueue_Taskqueues_Resource( |
|
| 58 | - $this, |
|
| 59 | - $this->serviceName, |
|
| 60 | - 'taskqueues', |
|
| 61 | - array( |
|
| 62 | - 'methods' => array( |
|
| 63 | - 'get' => array( |
|
| 64 | - 'path' => '{project}/taskqueues/{taskqueue}', |
|
| 65 | - 'httpMethod' => 'GET', |
|
| 66 | - 'parameters' => array( |
|
| 67 | - 'project' => array( |
|
| 68 | - 'location' => 'path', |
|
| 69 | - 'type' => 'string', |
|
| 70 | - 'required' => true, |
|
| 71 | - ), |
|
| 72 | - 'taskqueue' => array( |
|
| 73 | - 'location' => 'path', |
|
| 74 | - 'type' => 'string', |
|
| 75 | - 'required' => true, |
|
| 76 | - ), |
|
| 77 | - 'getStats' => array( |
|
| 78 | - 'location' => 'query', |
|
| 79 | - 'type' => 'boolean', |
|
| 80 | - ), |
|
| 81 | - ), |
|
| 82 | - ), |
|
| 83 | - ) |
|
| 84 | - ) |
|
| 85 | - ); |
|
| 86 | - $this->tasks = new Google_Service_Taskqueue_Tasks_Resource( |
|
| 87 | - $this, |
|
| 88 | - $this->serviceName, |
|
| 89 | - 'tasks', |
|
| 90 | - array( |
|
| 91 | - 'methods' => array( |
|
| 92 | - 'delete' => array( |
|
| 93 | - 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 94 | - 'httpMethod' => 'DELETE', |
|
| 95 | - 'parameters' => array( |
|
| 96 | - 'project' => array( |
|
| 97 | - 'location' => 'path', |
|
| 98 | - 'type' => 'string', |
|
| 99 | - 'required' => true, |
|
| 100 | - ), |
|
| 101 | - 'taskqueue' => array( |
|
| 102 | - 'location' => 'path', |
|
| 103 | - 'type' => 'string', |
|
| 104 | - 'required' => true, |
|
| 105 | - ), |
|
| 106 | - 'task' => array( |
|
| 107 | - 'location' => 'path', |
|
| 108 | - 'type' => 'string', |
|
| 109 | - 'required' => true, |
|
| 110 | - ), |
|
| 111 | - ), |
|
| 112 | - ),'get' => array( |
|
| 113 | - 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 114 | - 'httpMethod' => 'GET', |
|
| 115 | - 'parameters' => array( |
|
| 116 | - 'project' => array( |
|
| 117 | - 'location' => 'path', |
|
| 118 | - 'type' => 'string', |
|
| 119 | - 'required' => true, |
|
| 120 | - ), |
|
| 121 | - 'taskqueue' => array( |
|
| 122 | - 'location' => 'path', |
|
| 123 | - 'type' => 'string', |
|
| 124 | - 'required' => true, |
|
| 125 | - ), |
|
| 126 | - 'task' => array( |
|
| 127 | - 'location' => 'path', |
|
| 128 | - 'type' => 'string', |
|
| 129 | - 'required' => true, |
|
| 130 | - ), |
|
| 131 | - ), |
|
| 132 | - ),'insert' => array( |
|
| 133 | - 'path' => '{project}/taskqueues/{taskqueue}/tasks', |
|
| 134 | - 'httpMethod' => 'POST', |
|
| 135 | - 'parameters' => array( |
|
| 136 | - 'project' => array( |
|
| 137 | - 'location' => 'path', |
|
| 138 | - 'type' => 'string', |
|
| 139 | - 'required' => true, |
|
| 140 | - ), |
|
| 141 | - 'taskqueue' => array( |
|
| 142 | - 'location' => 'path', |
|
| 143 | - 'type' => 'string', |
|
| 144 | - 'required' => true, |
|
| 145 | - ), |
|
| 146 | - ), |
|
| 147 | - ),'lease' => array( |
|
| 148 | - 'path' => '{project}/taskqueues/{taskqueue}/tasks/lease', |
|
| 149 | - 'httpMethod' => 'POST', |
|
| 150 | - 'parameters' => array( |
|
| 151 | - 'project' => array( |
|
| 152 | - 'location' => 'path', |
|
| 153 | - 'type' => 'string', |
|
| 154 | - 'required' => true, |
|
| 155 | - ), |
|
| 156 | - 'taskqueue' => array( |
|
| 157 | - 'location' => 'path', |
|
| 158 | - 'type' => 'string', |
|
| 159 | - 'required' => true, |
|
| 160 | - ), |
|
| 161 | - 'numTasks' => array( |
|
| 162 | - 'location' => 'query', |
|
| 163 | - 'type' => 'integer', |
|
| 164 | - 'required' => true, |
|
| 165 | - ), |
|
| 166 | - 'leaseSecs' => array( |
|
| 167 | - 'location' => 'query', |
|
| 168 | - 'type' => 'integer', |
|
| 169 | - 'required' => true, |
|
| 170 | - ), |
|
| 171 | - 'groupByTag' => array( |
|
| 172 | - 'location' => 'query', |
|
| 173 | - 'type' => 'boolean', |
|
| 174 | - ), |
|
| 175 | - 'tag' => array( |
|
| 176 | - 'location' => 'query', |
|
| 177 | - 'type' => 'string', |
|
| 178 | - ), |
|
| 179 | - ), |
|
| 180 | - ),'list' => array( |
|
| 181 | - 'path' => '{project}/taskqueues/{taskqueue}/tasks', |
|
| 182 | - 'httpMethod' => 'GET', |
|
| 183 | - 'parameters' => array( |
|
| 184 | - 'project' => array( |
|
| 185 | - 'location' => 'path', |
|
| 186 | - 'type' => 'string', |
|
| 187 | - 'required' => true, |
|
| 188 | - ), |
|
| 189 | - 'taskqueue' => array( |
|
| 190 | - 'location' => 'path', |
|
| 191 | - 'type' => 'string', |
|
| 192 | - 'required' => true, |
|
| 193 | - ), |
|
| 194 | - ), |
|
| 195 | - ),'patch' => array( |
|
| 196 | - 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 197 | - 'httpMethod' => 'PATCH', |
|
| 198 | - 'parameters' => array( |
|
| 199 | - 'project' => array( |
|
| 200 | - 'location' => 'path', |
|
| 201 | - 'type' => 'string', |
|
| 202 | - 'required' => true, |
|
| 203 | - ), |
|
| 204 | - 'taskqueue' => array( |
|
| 205 | - 'location' => 'path', |
|
| 206 | - 'type' => 'string', |
|
| 207 | - 'required' => true, |
|
| 208 | - ), |
|
| 209 | - 'task' => array( |
|
| 210 | - 'location' => 'path', |
|
| 211 | - 'type' => 'string', |
|
| 212 | - 'required' => true, |
|
| 213 | - ), |
|
| 214 | - 'newLeaseSeconds' => array( |
|
| 215 | - 'location' => 'query', |
|
| 216 | - 'type' => 'integer', |
|
| 217 | - 'required' => true, |
|
| 218 | - ), |
|
| 219 | - ), |
|
| 220 | - ),'update' => array( |
|
| 221 | - 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 222 | - 'httpMethod' => 'POST', |
|
| 223 | - 'parameters' => array( |
|
| 224 | - 'project' => array( |
|
| 225 | - 'location' => 'path', |
|
| 226 | - 'type' => 'string', |
|
| 227 | - 'required' => true, |
|
| 228 | - ), |
|
| 229 | - 'taskqueue' => array( |
|
| 230 | - 'location' => 'path', |
|
| 231 | - 'type' => 'string', |
|
| 232 | - 'required' => true, |
|
| 233 | - ), |
|
| 234 | - 'task' => array( |
|
| 235 | - 'location' => 'path', |
|
| 236 | - 'type' => 'string', |
|
| 237 | - 'required' => true, |
|
| 238 | - ), |
|
| 239 | - 'newLeaseSeconds' => array( |
|
| 240 | - 'location' => 'query', |
|
| 241 | - 'type' => 'integer', |
|
| 242 | - 'required' => true, |
|
| 243 | - ), |
|
| 244 | - ), |
|
| 245 | - ), |
|
| 246 | - ) |
|
| 247 | - ) |
|
| 248 | - ); |
|
| 51 | + parent::__construct($client); |
|
| 52 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 53 | + $this->servicePath = 'taskqueue/v1beta2/projects/'; |
|
| 54 | + $this->version = 'v1beta2'; |
|
| 55 | + $this->serviceName = 'taskqueue'; |
|
| 56 | + |
|
| 57 | + $this->taskqueues = new Google_Service_Taskqueue_Taskqueues_Resource( |
|
| 58 | + $this, |
|
| 59 | + $this->serviceName, |
|
| 60 | + 'taskqueues', |
|
| 61 | + array( |
|
| 62 | + 'methods' => array( |
|
| 63 | + 'get' => array( |
|
| 64 | + 'path' => '{project}/taskqueues/{taskqueue}', |
|
| 65 | + 'httpMethod' => 'GET', |
|
| 66 | + 'parameters' => array( |
|
| 67 | + 'project' => array( |
|
| 68 | + 'location' => 'path', |
|
| 69 | + 'type' => 'string', |
|
| 70 | + 'required' => true, |
|
| 71 | + ), |
|
| 72 | + 'taskqueue' => array( |
|
| 73 | + 'location' => 'path', |
|
| 74 | + 'type' => 'string', |
|
| 75 | + 'required' => true, |
|
| 76 | + ), |
|
| 77 | + 'getStats' => array( |
|
| 78 | + 'location' => 'query', |
|
| 79 | + 'type' => 'boolean', |
|
| 80 | + ), |
|
| 81 | + ), |
|
| 82 | + ), |
|
| 83 | + ) |
|
| 84 | + ) |
|
| 85 | + ); |
|
| 86 | + $this->tasks = new Google_Service_Taskqueue_Tasks_Resource( |
|
| 87 | + $this, |
|
| 88 | + $this->serviceName, |
|
| 89 | + 'tasks', |
|
| 90 | + array( |
|
| 91 | + 'methods' => array( |
|
| 92 | + 'delete' => array( |
|
| 93 | + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 94 | + 'httpMethod' => 'DELETE', |
|
| 95 | + 'parameters' => array( |
|
| 96 | + 'project' => array( |
|
| 97 | + 'location' => 'path', |
|
| 98 | + 'type' => 'string', |
|
| 99 | + 'required' => true, |
|
| 100 | + ), |
|
| 101 | + 'taskqueue' => array( |
|
| 102 | + 'location' => 'path', |
|
| 103 | + 'type' => 'string', |
|
| 104 | + 'required' => true, |
|
| 105 | + ), |
|
| 106 | + 'task' => array( |
|
| 107 | + 'location' => 'path', |
|
| 108 | + 'type' => 'string', |
|
| 109 | + 'required' => true, |
|
| 110 | + ), |
|
| 111 | + ), |
|
| 112 | + ),'get' => array( |
|
| 113 | + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 114 | + 'httpMethod' => 'GET', |
|
| 115 | + 'parameters' => array( |
|
| 116 | + 'project' => array( |
|
| 117 | + 'location' => 'path', |
|
| 118 | + 'type' => 'string', |
|
| 119 | + 'required' => true, |
|
| 120 | + ), |
|
| 121 | + 'taskqueue' => array( |
|
| 122 | + 'location' => 'path', |
|
| 123 | + 'type' => 'string', |
|
| 124 | + 'required' => true, |
|
| 125 | + ), |
|
| 126 | + 'task' => array( |
|
| 127 | + 'location' => 'path', |
|
| 128 | + 'type' => 'string', |
|
| 129 | + 'required' => true, |
|
| 130 | + ), |
|
| 131 | + ), |
|
| 132 | + ),'insert' => array( |
|
| 133 | + 'path' => '{project}/taskqueues/{taskqueue}/tasks', |
|
| 134 | + 'httpMethod' => 'POST', |
|
| 135 | + 'parameters' => array( |
|
| 136 | + 'project' => array( |
|
| 137 | + 'location' => 'path', |
|
| 138 | + 'type' => 'string', |
|
| 139 | + 'required' => true, |
|
| 140 | + ), |
|
| 141 | + 'taskqueue' => array( |
|
| 142 | + 'location' => 'path', |
|
| 143 | + 'type' => 'string', |
|
| 144 | + 'required' => true, |
|
| 145 | + ), |
|
| 146 | + ), |
|
| 147 | + ),'lease' => array( |
|
| 148 | + 'path' => '{project}/taskqueues/{taskqueue}/tasks/lease', |
|
| 149 | + 'httpMethod' => 'POST', |
|
| 150 | + 'parameters' => array( |
|
| 151 | + 'project' => array( |
|
| 152 | + 'location' => 'path', |
|
| 153 | + 'type' => 'string', |
|
| 154 | + 'required' => true, |
|
| 155 | + ), |
|
| 156 | + 'taskqueue' => array( |
|
| 157 | + 'location' => 'path', |
|
| 158 | + 'type' => 'string', |
|
| 159 | + 'required' => true, |
|
| 160 | + ), |
|
| 161 | + 'numTasks' => array( |
|
| 162 | + 'location' => 'query', |
|
| 163 | + 'type' => 'integer', |
|
| 164 | + 'required' => true, |
|
| 165 | + ), |
|
| 166 | + 'leaseSecs' => array( |
|
| 167 | + 'location' => 'query', |
|
| 168 | + 'type' => 'integer', |
|
| 169 | + 'required' => true, |
|
| 170 | + ), |
|
| 171 | + 'groupByTag' => array( |
|
| 172 | + 'location' => 'query', |
|
| 173 | + 'type' => 'boolean', |
|
| 174 | + ), |
|
| 175 | + 'tag' => array( |
|
| 176 | + 'location' => 'query', |
|
| 177 | + 'type' => 'string', |
|
| 178 | + ), |
|
| 179 | + ), |
|
| 180 | + ),'list' => array( |
|
| 181 | + 'path' => '{project}/taskqueues/{taskqueue}/tasks', |
|
| 182 | + 'httpMethod' => 'GET', |
|
| 183 | + 'parameters' => array( |
|
| 184 | + 'project' => array( |
|
| 185 | + 'location' => 'path', |
|
| 186 | + 'type' => 'string', |
|
| 187 | + 'required' => true, |
|
| 188 | + ), |
|
| 189 | + 'taskqueue' => array( |
|
| 190 | + 'location' => 'path', |
|
| 191 | + 'type' => 'string', |
|
| 192 | + 'required' => true, |
|
| 193 | + ), |
|
| 194 | + ), |
|
| 195 | + ),'patch' => array( |
|
| 196 | + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 197 | + 'httpMethod' => 'PATCH', |
|
| 198 | + 'parameters' => array( |
|
| 199 | + 'project' => array( |
|
| 200 | + 'location' => 'path', |
|
| 201 | + 'type' => 'string', |
|
| 202 | + 'required' => true, |
|
| 203 | + ), |
|
| 204 | + 'taskqueue' => array( |
|
| 205 | + 'location' => 'path', |
|
| 206 | + 'type' => 'string', |
|
| 207 | + 'required' => true, |
|
| 208 | + ), |
|
| 209 | + 'task' => array( |
|
| 210 | + 'location' => 'path', |
|
| 211 | + 'type' => 'string', |
|
| 212 | + 'required' => true, |
|
| 213 | + ), |
|
| 214 | + 'newLeaseSeconds' => array( |
|
| 215 | + 'location' => 'query', |
|
| 216 | + 'type' => 'integer', |
|
| 217 | + 'required' => true, |
|
| 218 | + ), |
|
| 219 | + ), |
|
| 220 | + ),'update' => array( |
|
| 221 | + 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
|
| 222 | + 'httpMethod' => 'POST', |
|
| 223 | + 'parameters' => array( |
|
| 224 | + 'project' => array( |
|
| 225 | + 'location' => 'path', |
|
| 226 | + 'type' => 'string', |
|
| 227 | + 'required' => true, |
|
| 228 | + ), |
|
| 229 | + 'taskqueue' => array( |
|
| 230 | + 'location' => 'path', |
|
| 231 | + 'type' => 'string', |
|
| 232 | + 'required' => true, |
|
| 233 | + ), |
|
| 234 | + 'task' => array( |
|
| 235 | + 'location' => 'path', |
|
| 236 | + 'type' => 'string', |
|
| 237 | + 'required' => true, |
|
| 238 | + ), |
|
| 239 | + 'newLeaseSeconds' => array( |
|
| 240 | + 'location' => 'query', |
|
| 241 | + 'type' => 'integer', |
|
| 242 | + 'required' => true, |
|
| 243 | + ), |
|
| 244 | + ), |
|
| 245 | + ), |
|
| 246 | + ) |
|
| 247 | + ) |
|
| 248 | + ); |
|
| 249 | 249 | } |
| 250 | 250 | } |
| 251 | 251 | |
@@ -273,9 +273,9 @@ discard block |
||
| 273 | 273 | */ |
| 274 | 274 | public function get($project, $taskqueue, $optParams = array()) |
| 275 | 275 | { |
| 276 | - $params = array('project' => $project, 'taskqueue' => $taskqueue); |
|
| 277 | - $params = array_merge($params, $optParams); |
|
| 278 | - return $this->call('get', array($params), "Google_Service_Taskqueue_TaskQueue"); |
|
| 276 | + $params = array('project' => $project, 'taskqueue' => $taskqueue); |
|
| 277 | + $params = array_merge($params, $optParams); |
|
| 278 | + return $this->call('get', array($params), "Google_Service_Taskqueue_TaskQueue"); |
|
| 279 | 279 | } |
| 280 | 280 | } |
| 281 | 281 | |
@@ -300,9 +300,9 @@ discard block |
||
| 300 | 300 | */ |
| 301 | 301 | public function delete($project, $taskqueue, $task, $optParams = array()) |
| 302 | 302 | { |
| 303 | - $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); |
|
| 304 | - $params = array_merge($params, $optParams); |
|
| 305 | - return $this->call('delete', array($params)); |
|
| 303 | + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); |
|
| 304 | + $params = array_merge($params, $optParams); |
|
| 305 | + return $this->call('delete', array($params)); |
|
| 306 | 306 | } |
| 307 | 307 | |
| 308 | 308 | /** |
@@ -316,9 +316,9 @@ discard block |
||
| 316 | 316 | */ |
| 317 | 317 | public function get($project, $taskqueue, $task, $optParams = array()) |
| 318 | 318 | { |
| 319 | - $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); |
|
| 320 | - $params = array_merge($params, $optParams); |
|
| 321 | - return $this->call('get', array($params), "Google_Service_Taskqueue_Task"); |
|
| 319 | + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task); |
|
| 320 | + $params = array_merge($params, $optParams); |
|
| 321 | + return $this->call('get', array($params), "Google_Service_Taskqueue_Task"); |
|
| 322 | 322 | } |
| 323 | 323 | |
| 324 | 324 | /** |
@@ -332,9 +332,9 @@ discard block |
||
| 332 | 332 | */ |
| 333 | 333 | public function insert($project, $taskqueue, Google_Service_Taskqueue_Task $postBody, $optParams = array()) |
| 334 | 334 | { |
| 335 | - $params = array('project' => $project, 'taskqueue' => $taskqueue, 'postBody' => $postBody); |
|
| 336 | - $params = array_merge($params, $optParams); |
|
| 337 | - return $this->call('insert', array($params), "Google_Service_Taskqueue_Task"); |
|
| 335 | + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'postBody' => $postBody); |
|
| 336 | + $params = array_merge($params, $optParams); |
|
| 337 | + return $this->call('insert', array($params), "Google_Service_Taskqueue_Task"); |
|
| 338 | 338 | } |
| 339 | 339 | |
| 340 | 340 | /** |
@@ -356,9 +356,9 @@ discard block |
||
| 356 | 356 | */ |
| 357 | 357 | public function lease($project, $taskqueue, $numTasks, $leaseSecs, $optParams = array()) |
| 358 | 358 | { |
| 359 | - $params = array('project' => $project, 'taskqueue' => $taskqueue, 'numTasks' => $numTasks, 'leaseSecs' => $leaseSecs); |
|
| 360 | - $params = array_merge($params, $optParams); |
|
| 361 | - return $this->call('lease', array($params), "Google_Service_Taskqueue_Tasks"); |
|
| 359 | + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'numTasks' => $numTasks, 'leaseSecs' => $leaseSecs); |
|
| 360 | + $params = array_merge($params, $optParams); |
|
| 361 | + return $this->call('lease', array($params), "Google_Service_Taskqueue_Tasks"); |
|
| 362 | 362 | } |
| 363 | 363 | |
| 364 | 364 | /** |
@@ -371,9 +371,9 @@ discard block |
||
| 371 | 371 | */ |
| 372 | 372 | public function listTasks($project, $taskqueue, $optParams = array()) |
| 373 | 373 | { |
| 374 | - $params = array('project' => $project, 'taskqueue' => $taskqueue); |
|
| 375 | - $params = array_merge($params, $optParams); |
|
| 376 | - return $this->call('list', array($params), "Google_Service_Taskqueue_Tasks2"); |
|
| 374 | + $params = array('project' => $project, 'taskqueue' => $taskqueue); |
|
| 375 | + $params = array_merge($params, $optParams); |
|
| 376 | + return $this->call('list', array($params), "Google_Service_Taskqueue_Tasks2"); |
|
| 377 | 377 | } |
| 378 | 378 | |
| 379 | 379 | /** |
@@ -390,9 +390,9 @@ discard block |
||
| 390 | 390 | */ |
| 391 | 391 | public function patch($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array()) |
| 392 | 392 | { |
| 393 | - $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); |
|
| 394 | - $params = array_merge($params, $optParams); |
|
| 395 | - return $this->call('patch', array($params), "Google_Service_Taskqueue_Task"); |
|
| 393 | + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); |
|
| 394 | + $params = array_merge($params, $optParams); |
|
| 395 | + return $this->call('patch', array($params), "Google_Service_Taskqueue_Task"); |
|
| 396 | 396 | } |
| 397 | 397 | |
| 398 | 398 | /** |
@@ -408,9 +408,9 @@ discard block |
||
| 408 | 408 | */ |
| 409 | 409 | public function update($project, $taskqueue, $task, $newLeaseSeconds, Google_Service_Taskqueue_Task $postBody, $optParams = array()) |
| 410 | 410 | { |
| 411 | - $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); |
|
| 412 | - $params = array_merge($params, $optParams); |
|
| 413 | - return $this->call('update', array($params), "Google_Service_Taskqueue_Task"); |
|
| 411 | + $params = array('project' => $project, 'taskqueue' => $taskqueue, 'task' => $task, 'newLeaseSeconds' => $newLeaseSeconds, 'postBody' => $postBody); |
|
| 412 | + $params = array_merge($params, $optParams); |
|
| 413 | + return $this->call('update', array($params), "Google_Service_Taskqueue_Task"); |
|
| 414 | 414 | } |
| 415 | 415 | } |
| 416 | 416 | |
@@ -420,7 +420,7 @@ discard block |
||
| 420 | 420 | class Google_Service_Taskqueue_Task extends Google_Model |
| 421 | 421 | { |
| 422 | 422 | protected $internal_gapi_mappings = array( |
| 423 | - "retryCount" => "retry_count", |
|
| 423 | + "retryCount" => "retry_count", |
|
| 424 | 424 | ); |
| 425 | 425 | public $enqueueTimestamp; |
| 426 | 426 | public $id; |
@@ -434,67 +434,67 @@ discard block |
||
| 434 | 434 | |
| 435 | 435 | public function setEnqueueTimestamp($enqueueTimestamp) |
| 436 | 436 | { |
| 437 | - $this->enqueueTimestamp = $enqueueTimestamp; |
|
| 437 | + $this->enqueueTimestamp = $enqueueTimestamp; |
|
| 438 | 438 | } |
| 439 | 439 | public function getEnqueueTimestamp() |
| 440 | 440 | { |
| 441 | - return $this->enqueueTimestamp; |
|
| 441 | + return $this->enqueueTimestamp; |
|
| 442 | 442 | } |
| 443 | 443 | public function setId($id) |
| 444 | 444 | { |
| 445 | - $this->id = $id; |
|
| 445 | + $this->id = $id; |
|
| 446 | 446 | } |
| 447 | 447 | public function getId() |
| 448 | 448 | { |
| 449 | - return $this->id; |
|
| 449 | + return $this->id; |
|
| 450 | 450 | } |
| 451 | 451 | public function setKind($kind) |
| 452 | 452 | { |
| 453 | - $this->kind = $kind; |
|
| 453 | + $this->kind = $kind; |
|
| 454 | 454 | } |
| 455 | 455 | public function getKind() |
| 456 | 456 | { |
| 457 | - return $this->kind; |
|
| 457 | + return $this->kind; |
|
| 458 | 458 | } |
| 459 | 459 | public function setLeaseTimestamp($leaseTimestamp) |
| 460 | 460 | { |
| 461 | - $this->leaseTimestamp = $leaseTimestamp; |
|
| 461 | + $this->leaseTimestamp = $leaseTimestamp; |
|
| 462 | 462 | } |
| 463 | 463 | public function getLeaseTimestamp() |
| 464 | 464 | { |
| 465 | - return $this->leaseTimestamp; |
|
| 465 | + return $this->leaseTimestamp; |
|
| 466 | 466 | } |
| 467 | 467 | public function setPayloadBase64($payloadBase64) |
| 468 | 468 | { |
| 469 | - $this->payloadBase64 = $payloadBase64; |
|
| 469 | + $this->payloadBase64 = $payloadBase64; |
|
| 470 | 470 | } |
| 471 | 471 | public function getPayloadBase64() |
| 472 | 472 | { |
| 473 | - return $this->payloadBase64; |
|
| 473 | + return $this->payloadBase64; |
|
| 474 | 474 | } |
| 475 | 475 | public function setQueueName($queueName) |
| 476 | 476 | { |
| 477 | - $this->queueName = $queueName; |
|
| 477 | + $this->queueName = $queueName; |
|
| 478 | 478 | } |
| 479 | 479 | public function getQueueName() |
| 480 | 480 | { |
| 481 | - return $this->queueName; |
|
| 481 | + return $this->queueName; |
|
| 482 | 482 | } |
| 483 | 483 | public function setRetryCount($retryCount) |
| 484 | 484 | { |
| 485 | - $this->retryCount = $retryCount; |
|
| 485 | + $this->retryCount = $retryCount; |
|
| 486 | 486 | } |
| 487 | 487 | public function getRetryCount() |
| 488 | 488 | { |
| 489 | - return $this->retryCount; |
|
| 489 | + return $this->retryCount; |
|
| 490 | 490 | } |
| 491 | 491 | public function setTag($tag) |
| 492 | 492 | { |
| 493 | - $this->tag = $tag; |
|
| 493 | + $this->tag = $tag; |
|
| 494 | 494 | } |
| 495 | 495 | public function getTag() |
| 496 | 496 | { |
| 497 | - return $this->tag; |
|
| 497 | + return $this->tag; |
|
| 498 | 498 | } |
| 499 | 499 | } |
| 500 | 500 | |
@@ -513,43 +513,43 @@ discard block |
||
| 513 | 513 | |
| 514 | 514 | public function setAcl(Google_Service_Taskqueue_TaskQueueAcl $acl) |
| 515 | 515 | { |
| 516 | - $this->acl = $acl; |
|
| 516 | + $this->acl = $acl; |
|
| 517 | 517 | } |
| 518 | 518 | public function getAcl() |
| 519 | 519 | { |
| 520 | - return $this->acl; |
|
| 520 | + return $this->acl; |
|
| 521 | 521 | } |
| 522 | 522 | public function setId($id) |
| 523 | 523 | { |
| 524 | - $this->id = $id; |
|
| 524 | + $this->id = $id; |
|
| 525 | 525 | } |
| 526 | 526 | public function getId() |
| 527 | 527 | { |
| 528 | - return $this->id; |
|
| 528 | + return $this->id; |
|
| 529 | 529 | } |
| 530 | 530 | public function setKind($kind) |
| 531 | 531 | { |
| 532 | - $this->kind = $kind; |
|
| 532 | + $this->kind = $kind; |
|
| 533 | 533 | } |
| 534 | 534 | public function getKind() |
| 535 | 535 | { |
| 536 | - return $this->kind; |
|
| 536 | + return $this->kind; |
|
| 537 | 537 | } |
| 538 | 538 | public function setMaxLeases($maxLeases) |
| 539 | 539 | { |
| 540 | - $this->maxLeases = $maxLeases; |
|
| 540 | + $this->maxLeases = $maxLeases; |
|
| 541 | 541 | } |
| 542 | 542 | public function getMaxLeases() |
| 543 | 543 | { |
| 544 | - return $this->maxLeases; |
|
| 544 | + return $this->maxLeases; |
|
| 545 | 545 | } |
| 546 | 546 | public function setStats(Google_Service_Taskqueue_TaskQueueStats $stats) |
| 547 | 547 | { |
| 548 | - $this->stats = $stats; |
|
| 548 | + $this->stats = $stats; |
|
| 549 | 549 | } |
| 550 | 550 | public function getStats() |
| 551 | 551 | { |
| 552 | - return $this->stats; |
|
| 552 | + return $this->stats; |
|
| 553 | 553 | } |
| 554 | 554 | } |
| 555 | 555 | |
@@ -565,27 +565,27 @@ discard block |
||
| 565 | 565 | |
| 566 | 566 | public function setAdminEmails($adminEmails) |
| 567 | 567 | { |
| 568 | - $this->adminEmails = $adminEmails; |
|
| 568 | + $this->adminEmails = $adminEmails; |
|
| 569 | 569 | } |
| 570 | 570 | public function getAdminEmails() |
| 571 | 571 | { |
| 572 | - return $this->adminEmails; |
|
| 572 | + return $this->adminEmails; |
|
| 573 | 573 | } |
| 574 | 574 | public function setConsumerEmails($consumerEmails) |
| 575 | 575 | { |
| 576 | - $this->consumerEmails = $consumerEmails; |
|
| 576 | + $this->consumerEmails = $consumerEmails; |
|
| 577 | 577 | } |
| 578 | 578 | public function getConsumerEmails() |
| 579 | 579 | { |
| 580 | - return $this->consumerEmails; |
|
| 580 | + return $this->consumerEmails; |
|
| 581 | 581 | } |
| 582 | 582 | public function setProducerEmails($producerEmails) |
| 583 | 583 | { |
| 584 | - $this->producerEmails = $producerEmails; |
|
| 584 | + $this->producerEmails = $producerEmails; |
|
| 585 | 585 | } |
| 586 | 586 | public function getProducerEmails() |
| 587 | 587 | { |
| 588 | - return $this->producerEmails; |
|
| 588 | + return $this->producerEmails; |
|
| 589 | 589 | } |
| 590 | 590 | } |
| 591 | 591 | |
@@ -601,35 +601,35 @@ discard block |
||
| 601 | 601 | |
| 602 | 602 | public function setLeasedLastHour($leasedLastHour) |
| 603 | 603 | { |
| 604 | - $this->leasedLastHour = $leasedLastHour; |
|
| 604 | + $this->leasedLastHour = $leasedLastHour; |
|
| 605 | 605 | } |
| 606 | 606 | public function getLeasedLastHour() |
| 607 | 607 | { |
| 608 | - return $this->leasedLastHour; |
|
| 608 | + return $this->leasedLastHour; |
|
| 609 | 609 | } |
| 610 | 610 | public function setLeasedLastMinute($leasedLastMinute) |
| 611 | 611 | { |
| 612 | - $this->leasedLastMinute = $leasedLastMinute; |
|
| 612 | + $this->leasedLastMinute = $leasedLastMinute; |
|
| 613 | 613 | } |
| 614 | 614 | public function getLeasedLastMinute() |
| 615 | 615 | { |
| 616 | - return $this->leasedLastMinute; |
|
| 616 | + return $this->leasedLastMinute; |
|
| 617 | 617 | } |
| 618 | 618 | public function setOldestTask($oldestTask) |
| 619 | 619 | { |
| 620 | - $this->oldestTask = $oldestTask; |
|
| 620 | + $this->oldestTask = $oldestTask; |
|
| 621 | 621 | } |
| 622 | 622 | public function getOldestTask() |
| 623 | 623 | { |
| 624 | - return $this->oldestTask; |
|
| 624 | + return $this->oldestTask; |
|
| 625 | 625 | } |
| 626 | 626 | public function setTotalTasks($totalTasks) |
| 627 | 627 | { |
| 628 | - $this->totalTasks = $totalTasks; |
|
| 628 | + $this->totalTasks = $totalTasks; |
|
| 629 | 629 | } |
| 630 | 630 | public function getTotalTasks() |
| 631 | 631 | { |
| 632 | - return $this->totalTasks; |
|
| 632 | + return $this->totalTasks; |
|
| 633 | 633 | } |
| 634 | 634 | } |
| 635 | 635 | |
@@ -645,19 +645,19 @@ discard block |
||
| 645 | 645 | |
| 646 | 646 | public function setItems($items) |
| 647 | 647 | { |
| 648 | - $this->items = $items; |
|
| 648 | + $this->items = $items; |
|
| 649 | 649 | } |
| 650 | 650 | public function getItems() |
| 651 | 651 | { |
| 652 | - return $this->items; |
|
| 652 | + return $this->items; |
|
| 653 | 653 | } |
| 654 | 654 | public function setKind($kind) |
| 655 | 655 | { |
| 656 | - $this->kind = $kind; |
|
| 656 | + $this->kind = $kind; |
|
| 657 | 657 | } |
| 658 | 658 | public function getKind() |
| 659 | 659 | { |
| 660 | - return $this->kind; |
|
| 660 | + return $this->kind; |
|
| 661 | 661 | } |
| 662 | 662 | } |
| 663 | 663 | |
@@ -673,18 +673,18 @@ discard block |
||
| 673 | 673 | |
| 674 | 674 | public function setItems($items) |
| 675 | 675 | { |
| 676 | - $this->items = $items; |
|
| 676 | + $this->items = $items; |
|
| 677 | 677 | } |
| 678 | 678 | public function getItems() |
| 679 | 679 | { |
| 680 | - return $this->items; |
|
| 680 | + return $this->items; |
|
| 681 | 681 | } |
| 682 | 682 | public function setKind($kind) |
| 683 | 683 | { |
| 684 | - $this->kind = $kind; |
|
| 684 | + $this->kind = $kind; |
|
| 685 | 685 | } |
| 686 | 686 | public function getKind() |
| 687 | 687 | { |
| 688 | - return $this->kind; |
|
| 688 | + return $this->kind; |
|
| 689 | 689 | } |
| 690 | 690 | } |
@@ -109,7 +109,7 @@ discard block |
||
| 109 | 109 | 'required' => true, |
| 110 | 110 | ), |
| 111 | 111 | ), |
| 112 | - ),'get' => array( |
|
| 112 | + ), 'get' => array( |
|
| 113 | 113 | 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
| 114 | 114 | 'httpMethod' => 'GET', |
| 115 | 115 | 'parameters' => array( |
@@ -129,7 +129,7 @@ discard block |
||
| 129 | 129 | 'required' => true, |
| 130 | 130 | ), |
| 131 | 131 | ), |
| 132 | - ),'insert' => array( |
|
| 132 | + ), 'insert' => array( |
|
| 133 | 133 | 'path' => '{project}/taskqueues/{taskqueue}/tasks', |
| 134 | 134 | 'httpMethod' => 'POST', |
| 135 | 135 | 'parameters' => array( |
@@ -144,7 +144,7 @@ discard block |
||
| 144 | 144 | 'required' => true, |
| 145 | 145 | ), |
| 146 | 146 | ), |
| 147 | - ),'lease' => array( |
|
| 147 | + ), 'lease' => array( |
|
| 148 | 148 | 'path' => '{project}/taskqueues/{taskqueue}/tasks/lease', |
| 149 | 149 | 'httpMethod' => 'POST', |
| 150 | 150 | 'parameters' => array( |
@@ -177,7 +177,7 @@ discard block |
||
| 177 | 177 | 'type' => 'string', |
| 178 | 178 | ), |
| 179 | 179 | ), |
| 180 | - ),'list' => array( |
|
| 180 | + ), 'list' => array( |
|
| 181 | 181 | 'path' => '{project}/taskqueues/{taskqueue}/tasks', |
| 182 | 182 | 'httpMethod' => 'GET', |
| 183 | 183 | 'parameters' => array( |
@@ -192,7 +192,7 @@ discard block |
||
| 192 | 192 | 'required' => true, |
| 193 | 193 | ), |
| 194 | 194 | ), |
| 195 | - ),'patch' => array( |
|
| 195 | + ), 'patch' => array( |
|
| 196 | 196 | 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
| 197 | 197 | 'httpMethod' => 'PATCH', |
| 198 | 198 | 'parameters' => array( |
@@ -217,7 +217,7 @@ discard block |
||
| 217 | 217 | 'required' => true, |
| 218 | 218 | ), |
| 219 | 219 | ), |
| 220 | - ),'update' => array( |
|
| 220 | + ), 'update' => array( |
|
| 221 | 221 | 'path' => '{project}/taskqueues/{taskqueue}/tasks/{task}', |
| 222 | 222 | 'httpMethod' => 'POST', |
| 223 | 223 | 'parameters' => array( |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage Google Apps licenses for your domain. */ |
| 34 | 34 | const APPS_LICENSING = |
| 35 | - "https://www.googleapis.com/auth/apps.licensing"; |
|
| 35 | + "https://www.googleapis.com/auth/apps.licensing"; |
|
| 36 | 36 | |
| 37 | 37 | public $licenseAssignments; |
| 38 | 38 | |
@@ -44,168 +44,168 @@ discard block |
||
| 44 | 44 | */ |
| 45 | 45 | public function __construct(Google_Client $client) |
| 46 | 46 | { |
| 47 | - parent::__construct($client); |
|
| 48 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | - $this->servicePath = 'apps/licensing/v1/product/'; |
|
| 50 | - $this->version = 'v1'; |
|
| 51 | - $this->serviceName = 'licensing'; |
|
| 47 | + parent::__construct($client); |
|
| 48 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | + $this->servicePath = 'apps/licensing/v1/product/'; |
|
| 50 | + $this->version = 'v1'; |
|
| 51 | + $this->serviceName = 'licensing'; |
|
| 52 | 52 | |
| 53 | - $this->licenseAssignments = new Google_Service_Licensing_LicenseAssignments_Resource( |
|
| 54 | - $this, |
|
| 55 | - $this->serviceName, |
|
| 56 | - 'licenseAssignments', |
|
| 57 | - array( |
|
| 58 | - 'methods' => array( |
|
| 59 | - 'delete' => array( |
|
| 60 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 61 | - 'httpMethod' => 'DELETE', |
|
| 62 | - 'parameters' => array( |
|
| 63 | - 'productId' => array( |
|
| 64 | - 'location' => 'path', |
|
| 65 | - 'type' => 'string', |
|
| 66 | - 'required' => true, |
|
| 67 | - ), |
|
| 68 | - 'skuId' => array( |
|
| 69 | - 'location' => 'path', |
|
| 70 | - 'type' => 'string', |
|
| 71 | - 'required' => true, |
|
| 72 | - ), |
|
| 73 | - 'userId' => array( |
|
| 74 | - 'location' => 'path', |
|
| 75 | - 'type' => 'string', |
|
| 76 | - 'required' => true, |
|
| 77 | - ), |
|
| 78 | - ), |
|
| 79 | - ),'get' => array( |
|
| 80 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 81 | - 'httpMethod' => 'GET', |
|
| 82 | - 'parameters' => array( |
|
| 83 | - 'productId' => array( |
|
| 84 | - 'location' => 'path', |
|
| 85 | - 'type' => 'string', |
|
| 86 | - 'required' => true, |
|
| 87 | - ), |
|
| 88 | - 'skuId' => array( |
|
| 89 | - 'location' => 'path', |
|
| 90 | - 'type' => 'string', |
|
| 91 | - 'required' => true, |
|
| 92 | - ), |
|
| 93 | - 'userId' => array( |
|
| 94 | - 'location' => 'path', |
|
| 95 | - 'type' => 'string', |
|
| 96 | - 'required' => true, |
|
| 97 | - ), |
|
| 98 | - ), |
|
| 99 | - ),'insert' => array( |
|
| 100 | - 'path' => '{productId}/sku/{skuId}/user', |
|
| 101 | - 'httpMethod' => 'POST', |
|
| 102 | - 'parameters' => array( |
|
| 103 | - 'productId' => array( |
|
| 104 | - 'location' => 'path', |
|
| 105 | - 'type' => 'string', |
|
| 106 | - 'required' => true, |
|
| 107 | - ), |
|
| 108 | - 'skuId' => array( |
|
| 109 | - 'location' => 'path', |
|
| 110 | - 'type' => 'string', |
|
| 111 | - 'required' => true, |
|
| 112 | - ), |
|
| 113 | - ), |
|
| 114 | - ),'listForProduct' => array( |
|
| 115 | - 'path' => '{productId}/users', |
|
| 116 | - 'httpMethod' => 'GET', |
|
| 117 | - 'parameters' => array( |
|
| 118 | - 'productId' => array( |
|
| 119 | - 'location' => 'path', |
|
| 120 | - 'type' => 'string', |
|
| 121 | - 'required' => true, |
|
| 122 | - ), |
|
| 123 | - 'customerId' => array( |
|
| 124 | - 'location' => 'query', |
|
| 125 | - 'type' => 'string', |
|
| 126 | - 'required' => true, |
|
| 127 | - ), |
|
| 128 | - 'pageToken' => array( |
|
| 129 | - 'location' => 'query', |
|
| 130 | - 'type' => 'string', |
|
| 131 | - ), |
|
| 132 | - 'maxResults' => array( |
|
| 133 | - 'location' => 'query', |
|
| 134 | - 'type' => 'integer', |
|
| 135 | - ), |
|
| 136 | - ), |
|
| 137 | - ),'listForProductAndSku' => array( |
|
| 138 | - 'path' => '{productId}/sku/{skuId}/users', |
|
| 139 | - 'httpMethod' => 'GET', |
|
| 140 | - 'parameters' => array( |
|
| 141 | - 'productId' => array( |
|
| 142 | - 'location' => 'path', |
|
| 143 | - 'type' => 'string', |
|
| 144 | - 'required' => true, |
|
| 145 | - ), |
|
| 146 | - 'skuId' => array( |
|
| 147 | - 'location' => 'path', |
|
| 148 | - 'type' => 'string', |
|
| 149 | - 'required' => true, |
|
| 150 | - ), |
|
| 151 | - 'customerId' => array( |
|
| 152 | - 'location' => 'query', |
|
| 153 | - 'type' => 'string', |
|
| 154 | - 'required' => true, |
|
| 155 | - ), |
|
| 156 | - 'pageToken' => array( |
|
| 157 | - 'location' => 'query', |
|
| 158 | - 'type' => 'string', |
|
| 159 | - ), |
|
| 160 | - 'maxResults' => array( |
|
| 161 | - 'location' => 'query', |
|
| 162 | - 'type' => 'integer', |
|
| 163 | - ), |
|
| 164 | - ), |
|
| 165 | - ),'patch' => array( |
|
| 166 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 167 | - 'httpMethod' => 'PATCH', |
|
| 168 | - 'parameters' => array( |
|
| 169 | - 'productId' => array( |
|
| 170 | - 'location' => 'path', |
|
| 171 | - 'type' => 'string', |
|
| 172 | - 'required' => true, |
|
| 173 | - ), |
|
| 174 | - 'skuId' => array( |
|
| 175 | - 'location' => 'path', |
|
| 176 | - 'type' => 'string', |
|
| 177 | - 'required' => true, |
|
| 178 | - ), |
|
| 179 | - 'userId' => array( |
|
| 180 | - 'location' => 'path', |
|
| 181 | - 'type' => 'string', |
|
| 182 | - 'required' => true, |
|
| 183 | - ), |
|
| 184 | - ), |
|
| 185 | - ),'update' => array( |
|
| 186 | - 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 187 | - 'httpMethod' => 'PUT', |
|
| 188 | - 'parameters' => array( |
|
| 189 | - 'productId' => array( |
|
| 190 | - 'location' => 'path', |
|
| 191 | - 'type' => 'string', |
|
| 192 | - 'required' => true, |
|
| 193 | - ), |
|
| 194 | - 'skuId' => array( |
|
| 195 | - 'location' => 'path', |
|
| 196 | - 'type' => 'string', |
|
| 197 | - 'required' => true, |
|
| 198 | - ), |
|
| 199 | - 'userId' => array( |
|
| 200 | - 'location' => 'path', |
|
| 201 | - 'type' => 'string', |
|
| 202 | - 'required' => true, |
|
| 203 | - ), |
|
| 204 | - ), |
|
| 205 | - ), |
|
| 206 | - ) |
|
| 207 | - ) |
|
| 208 | - ); |
|
| 53 | + $this->licenseAssignments = new Google_Service_Licensing_LicenseAssignments_Resource( |
|
| 54 | + $this, |
|
| 55 | + $this->serviceName, |
|
| 56 | + 'licenseAssignments', |
|
| 57 | + array( |
|
| 58 | + 'methods' => array( |
|
| 59 | + 'delete' => array( |
|
| 60 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 61 | + 'httpMethod' => 'DELETE', |
|
| 62 | + 'parameters' => array( |
|
| 63 | + 'productId' => array( |
|
| 64 | + 'location' => 'path', |
|
| 65 | + 'type' => 'string', |
|
| 66 | + 'required' => true, |
|
| 67 | + ), |
|
| 68 | + 'skuId' => array( |
|
| 69 | + 'location' => 'path', |
|
| 70 | + 'type' => 'string', |
|
| 71 | + 'required' => true, |
|
| 72 | + ), |
|
| 73 | + 'userId' => array( |
|
| 74 | + 'location' => 'path', |
|
| 75 | + 'type' => 'string', |
|
| 76 | + 'required' => true, |
|
| 77 | + ), |
|
| 78 | + ), |
|
| 79 | + ),'get' => array( |
|
| 80 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 81 | + 'httpMethod' => 'GET', |
|
| 82 | + 'parameters' => array( |
|
| 83 | + 'productId' => array( |
|
| 84 | + 'location' => 'path', |
|
| 85 | + 'type' => 'string', |
|
| 86 | + 'required' => true, |
|
| 87 | + ), |
|
| 88 | + 'skuId' => array( |
|
| 89 | + 'location' => 'path', |
|
| 90 | + 'type' => 'string', |
|
| 91 | + 'required' => true, |
|
| 92 | + ), |
|
| 93 | + 'userId' => array( |
|
| 94 | + 'location' => 'path', |
|
| 95 | + 'type' => 'string', |
|
| 96 | + 'required' => true, |
|
| 97 | + ), |
|
| 98 | + ), |
|
| 99 | + ),'insert' => array( |
|
| 100 | + 'path' => '{productId}/sku/{skuId}/user', |
|
| 101 | + 'httpMethod' => 'POST', |
|
| 102 | + 'parameters' => array( |
|
| 103 | + 'productId' => array( |
|
| 104 | + 'location' => 'path', |
|
| 105 | + 'type' => 'string', |
|
| 106 | + 'required' => true, |
|
| 107 | + ), |
|
| 108 | + 'skuId' => array( |
|
| 109 | + 'location' => 'path', |
|
| 110 | + 'type' => 'string', |
|
| 111 | + 'required' => true, |
|
| 112 | + ), |
|
| 113 | + ), |
|
| 114 | + ),'listForProduct' => array( |
|
| 115 | + 'path' => '{productId}/users', |
|
| 116 | + 'httpMethod' => 'GET', |
|
| 117 | + 'parameters' => array( |
|
| 118 | + 'productId' => array( |
|
| 119 | + 'location' => 'path', |
|
| 120 | + 'type' => 'string', |
|
| 121 | + 'required' => true, |
|
| 122 | + ), |
|
| 123 | + 'customerId' => array( |
|
| 124 | + 'location' => 'query', |
|
| 125 | + 'type' => 'string', |
|
| 126 | + 'required' => true, |
|
| 127 | + ), |
|
| 128 | + 'pageToken' => array( |
|
| 129 | + 'location' => 'query', |
|
| 130 | + 'type' => 'string', |
|
| 131 | + ), |
|
| 132 | + 'maxResults' => array( |
|
| 133 | + 'location' => 'query', |
|
| 134 | + 'type' => 'integer', |
|
| 135 | + ), |
|
| 136 | + ), |
|
| 137 | + ),'listForProductAndSku' => array( |
|
| 138 | + 'path' => '{productId}/sku/{skuId}/users', |
|
| 139 | + 'httpMethod' => 'GET', |
|
| 140 | + 'parameters' => array( |
|
| 141 | + 'productId' => array( |
|
| 142 | + 'location' => 'path', |
|
| 143 | + 'type' => 'string', |
|
| 144 | + 'required' => true, |
|
| 145 | + ), |
|
| 146 | + 'skuId' => array( |
|
| 147 | + 'location' => 'path', |
|
| 148 | + 'type' => 'string', |
|
| 149 | + 'required' => true, |
|
| 150 | + ), |
|
| 151 | + 'customerId' => array( |
|
| 152 | + 'location' => 'query', |
|
| 153 | + 'type' => 'string', |
|
| 154 | + 'required' => true, |
|
| 155 | + ), |
|
| 156 | + 'pageToken' => array( |
|
| 157 | + 'location' => 'query', |
|
| 158 | + 'type' => 'string', |
|
| 159 | + ), |
|
| 160 | + 'maxResults' => array( |
|
| 161 | + 'location' => 'query', |
|
| 162 | + 'type' => 'integer', |
|
| 163 | + ), |
|
| 164 | + ), |
|
| 165 | + ),'patch' => array( |
|
| 166 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 167 | + 'httpMethod' => 'PATCH', |
|
| 168 | + 'parameters' => array( |
|
| 169 | + 'productId' => array( |
|
| 170 | + 'location' => 'path', |
|
| 171 | + 'type' => 'string', |
|
| 172 | + 'required' => true, |
|
| 173 | + ), |
|
| 174 | + 'skuId' => array( |
|
| 175 | + 'location' => 'path', |
|
| 176 | + 'type' => 'string', |
|
| 177 | + 'required' => true, |
|
| 178 | + ), |
|
| 179 | + 'userId' => array( |
|
| 180 | + 'location' => 'path', |
|
| 181 | + 'type' => 'string', |
|
| 182 | + 'required' => true, |
|
| 183 | + ), |
|
| 184 | + ), |
|
| 185 | + ),'update' => array( |
|
| 186 | + 'path' => '{productId}/sku/{skuId}/user/{userId}', |
|
| 187 | + 'httpMethod' => 'PUT', |
|
| 188 | + 'parameters' => array( |
|
| 189 | + 'productId' => array( |
|
| 190 | + 'location' => 'path', |
|
| 191 | + 'type' => 'string', |
|
| 192 | + 'required' => true, |
|
| 193 | + ), |
|
| 194 | + 'skuId' => array( |
|
| 195 | + 'location' => 'path', |
|
| 196 | + 'type' => 'string', |
|
| 197 | + 'required' => true, |
|
| 198 | + ), |
|
| 199 | + 'userId' => array( |
|
| 200 | + 'location' => 'path', |
|
| 201 | + 'type' => 'string', |
|
| 202 | + 'required' => true, |
|
| 203 | + ), |
|
| 204 | + ), |
|
| 205 | + ), |
|
| 206 | + ) |
|
| 207 | + ) |
|
| 208 | + ); |
|
| 209 | 209 | } |
| 210 | 210 | } |
| 211 | 211 | |
@@ -231,9 +231,9 @@ discard block |
||
| 231 | 231 | */ |
| 232 | 232 | public function delete($productId, $skuId, $userId, $optParams = array()) |
| 233 | 233 | { |
| 234 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 235 | - $params = array_merge($params, $optParams); |
|
| 236 | - return $this->call('delete', array($params)); |
|
| 234 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 235 | + $params = array_merge($params, $optParams); |
|
| 236 | + return $this->call('delete', array($params)); |
|
| 237 | 237 | } |
| 238 | 238 | |
| 239 | 239 | /** |
@@ -248,9 +248,9 @@ discard block |
||
| 248 | 248 | */ |
| 249 | 249 | public function get($productId, $skuId, $userId, $optParams = array()) |
| 250 | 250 | { |
| 251 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 252 | - $params = array_merge($params, $optParams); |
|
| 253 | - return $this->call('get', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 251 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId); |
|
| 252 | + $params = array_merge($params, $optParams); |
|
| 253 | + return $this->call('get', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 254 | 254 | } |
| 255 | 255 | |
| 256 | 256 | /** |
@@ -264,9 +264,9 @@ discard block |
||
| 264 | 264 | */ |
| 265 | 265 | public function insert($productId, $skuId, Google_Service_Licensing_LicenseAssignmentInsert $postBody, $optParams = array()) |
| 266 | 266 | { |
| 267 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'postBody' => $postBody); |
|
| 268 | - $params = array_merge($params, $optParams); |
|
| 269 | - return $this->call('insert', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 267 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'postBody' => $postBody); |
|
| 268 | + $params = array_merge($params, $optParams); |
|
| 269 | + return $this->call('insert', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 270 | 270 | } |
| 271 | 271 | |
| 272 | 272 | /** |
@@ -286,9 +286,9 @@ discard block |
||
| 286 | 286 | */ |
| 287 | 287 | public function listForProduct($productId, $customerId, $optParams = array()) |
| 288 | 288 | { |
| 289 | - $params = array('productId' => $productId, 'customerId' => $customerId); |
|
| 290 | - $params = array_merge($params, $optParams); |
|
| 291 | - return $this->call('listForProduct', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 289 | + $params = array('productId' => $productId, 'customerId' => $customerId); |
|
| 290 | + $params = array_merge($params, $optParams); |
|
| 291 | + return $this->call('listForProduct', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 292 | 292 | } |
| 293 | 293 | |
| 294 | 294 | /** |
@@ -309,9 +309,9 @@ discard block |
||
| 309 | 309 | */ |
| 310 | 310 | public function listForProductAndSku($productId, $skuId, $customerId, $optParams = array()) |
| 311 | 311 | { |
| 312 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId); |
|
| 313 | - $params = array_merge($params, $optParams); |
|
| 314 | - return $this->call('listForProductAndSku', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 312 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId); |
|
| 313 | + $params = array_merge($params, $optParams); |
|
| 314 | + return $this->call('listForProductAndSku', array($params), "Google_Service_Licensing_LicenseAssignmentList"); |
|
| 315 | 315 | } |
| 316 | 316 | |
| 317 | 317 | /** |
@@ -327,9 +327,9 @@ discard block |
||
| 327 | 327 | */ |
| 328 | 328 | public function patch($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) |
| 329 | 329 | { |
| 330 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 331 | - $params = array_merge($params, $optParams); |
|
| 332 | - return $this->call('patch', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 330 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 331 | + $params = array_merge($params, $optParams); |
|
| 332 | + return $this->call('patch', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 333 | 333 | } |
| 334 | 334 | |
| 335 | 335 | /** |
@@ -344,9 +344,9 @@ discard block |
||
| 344 | 344 | */ |
| 345 | 345 | public function update($productId, $skuId, $userId, Google_Service_Licensing_LicenseAssignment $postBody, $optParams = array()) |
| 346 | 346 | { |
| 347 | - $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 348 | - $params = array_merge($params, $optParams); |
|
| 349 | - return $this->call('update', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 347 | + $params = array('productId' => $productId, 'skuId' => $skuId, 'userId' => $userId, 'postBody' => $postBody); |
|
| 348 | + $params = array_merge($params, $optParams); |
|
| 349 | + return $this->call('update', array($params), "Google_Service_Licensing_LicenseAssignment"); |
|
| 350 | 350 | } |
| 351 | 351 | } |
| 352 | 352 | |
@@ -367,51 +367,51 @@ discard block |
||
| 367 | 367 | |
| 368 | 368 | public function setEtags($etags) |
| 369 | 369 | { |
| 370 | - $this->etags = $etags; |
|
| 370 | + $this->etags = $etags; |
|
| 371 | 371 | } |
| 372 | 372 | public function getEtags() |
| 373 | 373 | { |
| 374 | - return $this->etags; |
|
| 374 | + return $this->etags; |
|
| 375 | 375 | } |
| 376 | 376 | public function setKind($kind) |
| 377 | 377 | { |
| 378 | - $this->kind = $kind; |
|
| 378 | + $this->kind = $kind; |
|
| 379 | 379 | } |
| 380 | 380 | public function getKind() |
| 381 | 381 | { |
| 382 | - return $this->kind; |
|
| 382 | + return $this->kind; |
|
| 383 | 383 | } |
| 384 | 384 | public function setProductId($productId) |
| 385 | 385 | { |
| 386 | - $this->productId = $productId; |
|
| 386 | + $this->productId = $productId; |
|
| 387 | 387 | } |
| 388 | 388 | public function getProductId() |
| 389 | 389 | { |
| 390 | - return $this->productId; |
|
| 390 | + return $this->productId; |
|
| 391 | 391 | } |
| 392 | 392 | public function setSelfLink($selfLink) |
| 393 | 393 | { |
| 394 | - $this->selfLink = $selfLink; |
|
| 394 | + $this->selfLink = $selfLink; |
|
| 395 | 395 | } |
| 396 | 396 | public function getSelfLink() |
| 397 | 397 | { |
| 398 | - return $this->selfLink; |
|
| 398 | + return $this->selfLink; |
|
| 399 | 399 | } |
| 400 | 400 | public function setSkuId($skuId) |
| 401 | 401 | { |
| 402 | - $this->skuId = $skuId; |
|
| 402 | + $this->skuId = $skuId; |
|
| 403 | 403 | } |
| 404 | 404 | public function getSkuId() |
| 405 | 405 | { |
| 406 | - return $this->skuId; |
|
| 406 | + return $this->skuId; |
|
| 407 | 407 | } |
| 408 | 408 | public function setUserId($userId) |
| 409 | 409 | { |
| 410 | - $this->userId = $userId; |
|
| 410 | + $this->userId = $userId; |
|
| 411 | 411 | } |
| 412 | 412 | public function getUserId() |
| 413 | 413 | { |
| 414 | - return $this->userId; |
|
| 414 | + return $this->userId; |
|
| 415 | 415 | } |
| 416 | 416 | } |
| 417 | 417 | |
@@ -424,11 +424,11 @@ discard block |
||
| 424 | 424 | |
| 425 | 425 | public function setUserId($userId) |
| 426 | 426 | { |
| 427 | - $this->userId = $userId; |
|
| 427 | + $this->userId = $userId; |
|
| 428 | 428 | } |
| 429 | 429 | public function getUserId() |
| 430 | 430 | { |
| 431 | - return $this->userId; |
|
| 431 | + return $this->userId; |
|
| 432 | 432 | } |
| 433 | 433 | } |
| 434 | 434 | |
@@ -446,34 +446,34 @@ discard block |
||
| 446 | 446 | |
| 447 | 447 | public function setEtag($etag) |
| 448 | 448 | { |
| 449 | - $this->etag = $etag; |
|
| 449 | + $this->etag = $etag; |
|
| 450 | 450 | } |
| 451 | 451 | public function getEtag() |
| 452 | 452 | { |
| 453 | - return $this->etag; |
|
| 453 | + return $this->etag; |
|
| 454 | 454 | } |
| 455 | 455 | public function setItems($items) |
| 456 | 456 | { |
| 457 | - $this->items = $items; |
|
| 457 | + $this->items = $items; |
|
| 458 | 458 | } |
| 459 | 459 | public function getItems() |
| 460 | 460 | { |
| 461 | - return $this->items; |
|
| 461 | + return $this->items; |
|
| 462 | 462 | } |
| 463 | 463 | public function setKind($kind) |
| 464 | 464 | { |
| 465 | - $this->kind = $kind; |
|
| 465 | + $this->kind = $kind; |
|
| 466 | 466 | } |
| 467 | 467 | public function getKind() |
| 468 | 468 | { |
| 469 | - return $this->kind; |
|
| 469 | + return $this->kind; |
|
| 470 | 470 | } |
| 471 | 471 | public function setNextPageToken($nextPageToken) |
| 472 | 472 | { |
| 473 | - $this->nextPageToken = $nextPageToken; |
|
| 473 | + $this->nextPageToken = $nextPageToken; |
|
| 474 | 474 | } |
| 475 | 475 | public function getNextPageToken() |
| 476 | 476 | { |
| 477 | - return $this->nextPageToken; |
|
| 477 | + return $this->nextPageToken; |
|
| 478 | 478 | } |
| 479 | 479 | } |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | 'required' => true, |
| 77 | 77 | ), |
| 78 | 78 | ), |
| 79 | - ),'get' => array( |
|
| 79 | + ), 'get' => array( |
|
| 80 | 80 | 'path' => '{productId}/sku/{skuId}/user/{userId}', |
| 81 | 81 | 'httpMethod' => 'GET', |
| 82 | 82 | 'parameters' => array( |
@@ -96,7 +96,7 @@ discard block |
||
| 96 | 96 | 'required' => true, |
| 97 | 97 | ), |
| 98 | 98 | ), |
| 99 | - ),'insert' => array( |
|
| 99 | + ), 'insert' => array( |
|
| 100 | 100 | 'path' => '{productId}/sku/{skuId}/user', |
| 101 | 101 | 'httpMethod' => 'POST', |
| 102 | 102 | 'parameters' => array( |
@@ -111,7 +111,7 @@ discard block |
||
| 111 | 111 | 'required' => true, |
| 112 | 112 | ), |
| 113 | 113 | ), |
| 114 | - ),'listForProduct' => array( |
|
| 114 | + ), 'listForProduct' => array( |
|
| 115 | 115 | 'path' => '{productId}/users', |
| 116 | 116 | 'httpMethod' => 'GET', |
| 117 | 117 | 'parameters' => array( |
@@ -134,7 +134,7 @@ discard block |
||
| 134 | 134 | 'type' => 'integer', |
| 135 | 135 | ), |
| 136 | 136 | ), |
| 137 | - ),'listForProductAndSku' => array( |
|
| 137 | + ), 'listForProductAndSku' => array( |
|
| 138 | 138 | 'path' => '{productId}/sku/{skuId}/users', |
| 139 | 139 | 'httpMethod' => 'GET', |
| 140 | 140 | 'parameters' => array( |
@@ -162,7 +162,7 @@ discard block |
||
| 162 | 162 | 'type' => 'integer', |
| 163 | 163 | ), |
| 164 | 164 | ), |
| 165 | - ),'patch' => array( |
|
| 165 | + ), 'patch' => array( |
|
| 166 | 166 | 'path' => '{productId}/sku/{skuId}/user/{userId}', |
| 167 | 167 | 'httpMethod' => 'PATCH', |
| 168 | 168 | 'parameters' => array( |
@@ -182,7 +182,7 @@ discard block |
||
| 182 | 182 | 'required' => true, |
| 183 | 183 | ), |
| 184 | 184 | ), |
| 185 | - ),'update' => array( |
|
| 185 | + ), 'update' => array( |
|
| 186 | 186 | 'path' => '{productId}/sku/{skuId}/user/{userId}', |
| 187 | 187 | 'httpMethod' => 'PUT', |
| 188 | 188 | 'parameters' => array( |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage the settings of a Google Apps Group. */ |
| 34 | 34 | const APPS_GROUPS_SETTINGS = |
| 35 | - "https://www.googleapis.com/auth/apps.groups.settings"; |
|
| 35 | + "https://www.googleapis.com/auth/apps.groups.settings"; |
|
| 36 | 36 | |
| 37 | 37 | public $groups; |
| 38 | 38 | |
@@ -44,52 +44,52 @@ discard block |
||
| 44 | 44 | */ |
| 45 | 45 | public function __construct(Google_Client $client) |
| 46 | 46 | { |
| 47 | - parent::__construct($client); |
|
| 48 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | - $this->servicePath = 'groups/v1/groups/'; |
|
| 50 | - $this->version = 'v1'; |
|
| 51 | - $this->serviceName = 'groupssettings'; |
|
| 47 | + parent::__construct($client); |
|
| 48 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 49 | + $this->servicePath = 'groups/v1/groups/'; |
|
| 50 | + $this->version = 'v1'; |
|
| 51 | + $this->serviceName = 'groupssettings'; |
|
| 52 | 52 | |
| 53 | - $this->groups = new Google_Service_Groupssettings_Groups_Resource( |
|
| 54 | - $this, |
|
| 55 | - $this->serviceName, |
|
| 56 | - 'groups', |
|
| 57 | - array( |
|
| 58 | - 'methods' => array( |
|
| 59 | - 'get' => array( |
|
| 60 | - 'path' => '{groupUniqueId}', |
|
| 61 | - 'httpMethod' => 'GET', |
|
| 62 | - 'parameters' => array( |
|
| 63 | - 'groupUniqueId' => array( |
|
| 64 | - 'location' => 'path', |
|
| 65 | - 'type' => 'string', |
|
| 66 | - 'required' => true, |
|
| 67 | - ), |
|
| 68 | - ), |
|
| 69 | - ),'patch' => array( |
|
| 70 | - 'path' => '{groupUniqueId}', |
|
| 71 | - 'httpMethod' => 'PATCH', |
|
| 72 | - 'parameters' => array( |
|
| 73 | - 'groupUniqueId' => array( |
|
| 74 | - 'location' => 'path', |
|
| 75 | - 'type' => 'string', |
|
| 76 | - 'required' => true, |
|
| 77 | - ), |
|
| 78 | - ), |
|
| 79 | - ),'update' => array( |
|
| 80 | - 'path' => '{groupUniqueId}', |
|
| 81 | - 'httpMethod' => 'PUT', |
|
| 82 | - 'parameters' => array( |
|
| 83 | - 'groupUniqueId' => array( |
|
| 84 | - 'location' => 'path', |
|
| 85 | - 'type' => 'string', |
|
| 86 | - 'required' => true, |
|
| 87 | - ), |
|
| 88 | - ), |
|
| 89 | - ), |
|
| 90 | - ) |
|
| 91 | - ) |
|
| 92 | - ); |
|
| 53 | + $this->groups = new Google_Service_Groupssettings_Groups_Resource( |
|
| 54 | + $this, |
|
| 55 | + $this->serviceName, |
|
| 56 | + 'groups', |
|
| 57 | + array( |
|
| 58 | + 'methods' => array( |
|
| 59 | + 'get' => array( |
|
| 60 | + 'path' => '{groupUniqueId}', |
|
| 61 | + 'httpMethod' => 'GET', |
|
| 62 | + 'parameters' => array( |
|
| 63 | + 'groupUniqueId' => array( |
|
| 64 | + 'location' => 'path', |
|
| 65 | + 'type' => 'string', |
|
| 66 | + 'required' => true, |
|
| 67 | + ), |
|
| 68 | + ), |
|
| 69 | + ),'patch' => array( |
|
| 70 | + 'path' => '{groupUniqueId}', |
|
| 71 | + 'httpMethod' => 'PATCH', |
|
| 72 | + 'parameters' => array( |
|
| 73 | + 'groupUniqueId' => array( |
|
| 74 | + 'location' => 'path', |
|
| 75 | + 'type' => 'string', |
|
| 76 | + 'required' => true, |
|
| 77 | + ), |
|
| 78 | + ), |
|
| 79 | + ),'update' => array( |
|
| 80 | + 'path' => '{groupUniqueId}', |
|
| 81 | + 'httpMethod' => 'PUT', |
|
| 82 | + 'parameters' => array( |
|
| 83 | + 'groupUniqueId' => array( |
|
| 84 | + 'location' => 'path', |
|
| 85 | + 'type' => 'string', |
|
| 86 | + 'required' => true, |
|
| 87 | + ), |
|
| 88 | + ), |
|
| 89 | + ), |
|
| 90 | + ) |
|
| 91 | + ) |
|
| 92 | + ); |
|
| 93 | 93 | } |
| 94 | 94 | } |
| 95 | 95 | |
@@ -114,9 +114,9 @@ discard block |
||
| 114 | 114 | */ |
| 115 | 115 | public function get($groupUniqueId, $optParams = array()) |
| 116 | 116 | { |
| 117 | - $params = array('groupUniqueId' => $groupUniqueId); |
|
| 118 | - $params = array_merge($params, $optParams); |
|
| 119 | - return $this->call('get', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 117 | + $params = array('groupUniqueId' => $groupUniqueId); |
|
| 118 | + $params = array_merge($params, $optParams); |
|
| 119 | + return $this->call('get', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 120 | 120 | } |
| 121 | 121 | |
| 122 | 122 | /** |
@@ -130,9 +130,9 @@ discard block |
||
| 130 | 130 | */ |
| 131 | 131 | public function patch($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) |
| 132 | 132 | { |
| 133 | - $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 134 | - $params = array_merge($params, $optParams); |
|
| 135 | - return $this->call('patch', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 133 | + $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 134 | + $params = array_merge($params, $optParams); |
|
| 135 | + return $this->call('patch', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 136 | 136 | } |
| 137 | 137 | |
| 138 | 138 | /** |
@@ -145,9 +145,9 @@ discard block |
||
| 145 | 145 | */ |
| 146 | 146 | public function update($groupUniqueId, Google_Service_Groupssettings_Groups $postBody, $optParams = array()) |
| 147 | 147 | { |
| 148 | - $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 149 | - $params = array_merge($params, $optParams); |
|
| 150 | - return $this->call('update', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 148 | + $params = array('groupUniqueId' => $groupUniqueId, 'postBody' => $postBody); |
|
| 149 | + $params = array_merge($params, $optParams); |
|
| 150 | + return $this->call('update', array($params), "Google_Service_Groupssettings_Groups"); |
|
| 151 | 151 | } |
| 152 | 152 | } |
| 153 | 153 | |
@@ -190,226 +190,226 @@ discard block |
||
| 190 | 190 | |
| 191 | 191 | public function setAllowExternalMembers($allowExternalMembers) |
| 192 | 192 | { |
| 193 | - $this->allowExternalMembers = $allowExternalMembers; |
|
| 193 | + $this->allowExternalMembers = $allowExternalMembers; |
|
| 194 | 194 | } |
| 195 | 195 | public function getAllowExternalMembers() |
| 196 | 196 | { |
| 197 | - return $this->allowExternalMembers; |
|
| 197 | + return $this->allowExternalMembers; |
|
| 198 | 198 | } |
| 199 | 199 | public function setAllowGoogleCommunication($allowGoogleCommunication) |
| 200 | 200 | { |
| 201 | - $this->allowGoogleCommunication = $allowGoogleCommunication; |
|
| 201 | + $this->allowGoogleCommunication = $allowGoogleCommunication; |
|
| 202 | 202 | } |
| 203 | 203 | public function getAllowGoogleCommunication() |
| 204 | 204 | { |
| 205 | - return $this->allowGoogleCommunication; |
|
| 205 | + return $this->allowGoogleCommunication; |
|
| 206 | 206 | } |
| 207 | 207 | public function setAllowWebPosting($allowWebPosting) |
| 208 | 208 | { |
| 209 | - $this->allowWebPosting = $allowWebPosting; |
|
| 209 | + $this->allowWebPosting = $allowWebPosting; |
|
| 210 | 210 | } |
| 211 | 211 | public function getAllowWebPosting() |
| 212 | 212 | { |
| 213 | - return $this->allowWebPosting; |
|
| 213 | + return $this->allowWebPosting; |
|
| 214 | 214 | } |
| 215 | 215 | public function setArchiveOnly($archiveOnly) |
| 216 | 216 | { |
| 217 | - $this->archiveOnly = $archiveOnly; |
|
| 217 | + $this->archiveOnly = $archiveOnly; |
|
| 218 | 218 | } |
| 219 | 219 | public function getArchiveOnly() |
| 220 | 220 | { |
| 221 | - return $this->archiveOnly; |
|
| 221 | + return $this->archiveOnly; |
|
| 222 | 222 | } |
| 223 | 223 | public function setCustomReplyTo($customReplyTo) |
| 224 | 224 | { |
| 225 | - $this->customReplyTo = $customReplyTo; |
|
| 225 | + $this->customReplyTo = $customReplyTo; |
|
| 226 | 226 | } |
| 227 | 227 | public function getCustomReplyTo() |
| 228 | 228 | { |
| 229 | - return $this->customReplyTo; |
|
| 229 | + return $this->customReplyTo; |
|
| 230 | 230 | } |
| 231 | 231 | public function setDefaultMessageDenyNotificationText($defaultMessageDenyNotificationText) |
| 232 | 232 | { |
| 233 | - $this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText; |
|
| 233 | + $this->defaultMessageDenyNotificationText = $defaultMessageDenyNotificationText; |
|
| 234 | 234 | } |
| 235 | 235 | public function getDefaultMessageDenyNotificationText() |
| 236 | 236 | { |
| 237 | - return $this->defaultMessageDenyNotificationText; |
|
| 237 | + return $this->defaultMessageDenyNotificationText; |
|
| 238 | 238 | } |
| 239 | 239 | public function setDescription($description) |
| 240 | 240 | { |
| 241 | - $this->description = $description; |
|
| 241 | + $this->description = $description; |
|
| 242 | 242 | } |
| 243 | 243 | public function getDescription() |
| 244 | 244 | { |
| 245 | - return $this->description; |
|
| 245 | + return $this->description; |
|
| 246 | 246 | } |
| 247 | 247 | public function setEmail($email) |
| 248 | 248 | { |
| 249 | - $this->email = $email; |
|
| 249 | + $this->email = $email; |
|
| 250 | 250 | } |
| 251 | 251 | public function getEmail() |
| 252 | 252 | { |
| 253 | - return $this->email; |
|
| 253 | + return $this->email; |
|
| 254 | 254 | } |
| 255 | 255 | public function setIncludeInGlobalAddressList($includeInGlobalAddressList) |
| 256 | 256 | { |
| 257 | - $this->includeInGlobalAddressList = $includeInGlobalAddressList; |
|
| 257 | + $this->includeInGlobalAddressList = $includeInGlobalAddressList; |
|
| 258 | 258 | } |
| 259 | 259 | public function getIncludeInGlobalAddressList() |
| 260 | 260 | { |
| 261 | - return $this->includeInGlobalAddressList; |
|
| 261 | + return $this->includeInGlobalAddressList; |
|
| 262 | 262 | } |
| 263 | 263 | public function setIsArchived($isArchived) |
| 264 | 264 | { |
| 265 | - $this->isArchived = $isArchived; |
|
| 265 | + $this->isArchived = $isArchived; |
|
| 266 | 266 | } |
| 267 | 267 | public function getIsArchived() |
| 268 | 268 | { |
| 269 | - return $this->isArchived; |
|
| 269 | + return $this->isArchived; |
|
| 270 | 270 | } |
| 271 | 271 | public function setKind($kind) |
| 272 | 272 | { |
| 273 | - $this->kind = $kind; |
|
| 273 | + $this->kind = $kind; |
|
| 274 | 274 | } |
| 275 | 275 | public function getKind() |
| 276 | 276 | { |
| 277 | - return $this->kind; |
|
| 277 | + return $this->kind; |
|
| 278 | 278 | } |
| 279 | 279 | public function setMaxMessageBytes($maxMessageBytes) |
| 280 | 280 | { |
| 281 | - $this->maxMessageBytes = $maxMessageBytes; |
|
| 281 | + $this->maxMessageBytes = $maxMessageBytes; |
|
| 282 | 282 | } |
| 283 | 283 | public function getMaxMessageBytes() |
| 284 | 284 | { |
| 285 | - return $this->maxMessageBytes; |
|
| 285 | + return $this->maxMessageBytes; |
|
| 286 | 286 | } |
| 287 | 287 | public function setMembersCanPostAsTheGroup($membersCanPostAsTheGroup) |
| 288 | 288 | { |
| 289 | - $this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup; |
|
| 289 | + $this->membersCanPostAsTheGroup = $membersCanPostAsTheGroup; |
|
| 290 | 290 | } |
| 291 | 291 | public function getMembersCanPostAsTheGroup() |
| 292 | 292 | { |
| 293 | - return $this->membersCanPostAsTheGroup; |
|
| 293 | + return $this->membersCanPostAsTheGroup; |
|
| 294 | 294 | } |
| 295 | 295 | public function setMessageDisplayFont($messageDisplayFont) |
| 296 | 296 | { |
| 297 | - $this->messageDisplayFont = $messageDisplayFont; |
|
| 297 | + $this->messageDisplayFont = $messageDisplayFont; |
|
| 298 | 298 | } |
| 299 | 299 | public function getMessageDisplayFont() |
| 300 | 300 | { |
| 301 | - return $this->messageDisplayFont; |
|
| 301 | + return $this->messageDisplayFont; |
|
| 302 | 302 | } |
| 303 | 303 | public function setMessageModerationLevel($messageModerationLevel) |
| 304 | 304 | { |
| 305 | - $this->messageModerationLevel = $messageModerationLevel; |
|
| 305 | + $this->messageModerationLevel = $messageModerationLevel; |
|
| 306 | 306 | } |
| 307 | 307 | public function getMessageModerationLevel() |
| 308 | 308 | { |
| 309 | - return $this->messageModerationLevel; |
|
| 309 | + return $this->messageModerationLevel; |
|
| 310 | 310 | } |
| 311 | 311 | public function setName($name) |
| 312 | 312 | { |
| 313 | - $this->name = $name; |
|
| 313 | + $this->name = $name; |
|
| 314 | 314 | } |
| 315 | 315 | public function getName() |
| 316 | 316 | { |
| 317 | - return $this->name; |
|
| 317 | + return $this->name; |
|
| 318 | 318 | } |
| 319 | 319 | public function setPrimaryLanguage($primaryLanguage) |
| 320 | 320 | { |
| 321 | - $this->primaryLanguage = $primaryLanguage; |
|
| 321 | + $this->primaryLanguage = $primaryLanguage; |
|
| 322 | 322 | } |
| 323 | 323 | public function getPrimaryLanguage() |
| 324 | 324 | { |
| 325 | - return $this->primaryLanguage; |
|
| 325 | + return $this->primaryLanguage; |
|
| 326 | 326 | } |
| 327 | 327 | public function setReplyTo($replyTo) |
| 328 | 328 | { |
| 329 | - $this->replyTo = $replyTo; |
|
| 329 | + $this->replyTo = $replyTo; |
|
| 330 | 330 | } |
| 331 | 331 | public function getReplyTo() |
| 332 | 332 | { |
| 333 | - return $this->replyTo; |
|
| 333 | + return $this->replyTo; |
|
| 334 | 334 | } |
| 335 | 335 | public function setSendMessageDenyNotification($sendMessageDenyNotification) |
| 336 | 336 | { |
| 337 | - $this->sendMessageDenyNotification = $sendMessageDenyNotification; |
|
| 337 | + $this->sendMessageDenyNotification = $sendMessageDenyNotification; |
|
| 338 | 338 | } |
| 339 | 339 | public function getSendMessageDenyNotification() |
| 340 | 340 | { |
| 341 | - return $this->sendMessageDenyNotification; |
|
| 341 | + return $this->sendMessageDenyNotification; |
|
| 342 | 342 | } |
| 343 | 343 | public function setShowInGroupDirectory($showInGroupDirectory) |
| 344 | 344 | { |
| 345 | - $this->showInGroupDirectory = $showInGroupDirectory; |
|
| 345 | + $this->showInGroupDirectory = $showInGroupDirectory; |
|
| 346 | 346 | } |
| 347 | 347 | public function getShowInGroupDirectory() |
| 348 | 348 | { |
| 349 | - return $this->showInGroupDirectory; |
|
| 349 | + return $this->showInGroupDirectory; |
|
| 350 | 350 | } |
| 351 | 351 | public function setSpamModerationLevel($spamModerationLevel) |
| 352 | 352 | { |
| 353 | - $this->spamModerationLevel = $spamModerationLevel; |
|
| 353 | + $this->spamModerationLevel = $spamModerationLevel; |
|
| 354 | 354 | } |
| 355 | 355 | public function getSpamModerationLevel() |
| 356 | 356 | { |
| 357 | - return $this->spamModerationLevel; |
|
| 357 | + return $this->spamModerationLevel; |
|
| 358 | 358 | } |
| 359 | 359 | public function setWhoCanContactOwner($whoCanContactOwner) |
| 360 | 360 | { |
| 361 | - $this->whoCanContactOwner = $whoCanContactOwner; |
|
| 361 | + $this->whoCanContactOwner = $whoCanContactOwner; |
|
| 362 | 362 | } |
| 363 | 363 | public function getWhoCanContactOwner() |
| 364 | 364 | { |
| 365 | - return $this->whoCanContactOwner; |
|
| 365 | + return $this->whoCanContactOwner; |
|
| 366 | 366 | } |
| 367 | 367 | public function setWhoCanInvite($whoCanInvite) |
| 368 | 368 | { |
| 369 | - $this->whoCanInvite = $whoCanInvite; |
|
| 369 | + $this->whoCanInvite = $whoCanInvite; |
|
| 370 | 370 | } |
| 371 | 371 | public function getWhoCanInvite() |
| 372 | 372 | { |
| 373 | - return $this->whoCanInvite; |
|
| 373 | + return $this->whoCanInvite; |
|
| 374 | 374 | } |
| 375 | 375 | public function setWhoCanJoin($whoCanJoin) |
| 376 | 376 | { |
| 377 | - $this->whoCanJoin = $whoCanJoin; |
|
| 377 | + $this->whoCanJoin = $whoCanJoin; |
|
| 378 | 378 | } |
| 379 | 379 | public function getWhoCanJoin() |
| 380 | 380 | { |
| 381 | - return $this->whoCanJoin; |
|
| 381 | + return $this->whoCanJoin; |
|
| 382 | 382 | } |
| 383 | 383 | public function setWhoCanLeaveGroup($whoCanLeaveGroup) |
| 384 | 384 | { |
| 385 | - $this->whoCanLeaveGroup = $whoCanLeaveGroup; |
|
| 385 | + $this->whoCanLeaveGroup = $whoCanLeaveGroup; |
|
| 386 | 386 | } |
| 387 | 387 | public function getWhoCanLeaveGroup() |
| 388 | 388 | { |
| 389 | - return $this->whoCanLeaveGroup; |
|
| 389 | + return $this->whoCanLeaveGroup; |
|
| 390 | 390 | } |
| 391 | 391 | public function setWhoCanPostMessage($whoCanPostMessage) |
| 392 | 392 | { |
| 393 | - $this->whoCanPostMessage = $whoCanPostMessage; |
|
| 393 | + $this->whoCanPostMessage = $whoCanPostMessage; |
|
| 394 | 394 | } |
| 395 | 395 | public function getWhoCanPostMessage() |
| 396 | 396 | { |
| 397 | - return $this->whoCanPostMessage; |
|
| 397 | + return $this->whoCanPostMessage; |
|
| 398 | 398 | } |
| 399 | 399 | public function setWhoCanViewGroup($whoCanViewGroup) |
| 400 | 400 | { |
| 401 | - $this->whoCanViewGroup = $whoCanViewGroup; |
|
| 401 | + $this->whoCanViewGroup = $whoCanViewGroup; |
|
| 402 | 402 | } |
| 403 | 403 | public function getWhoCanViewGroup() |
| 404 | 404 | { |
| 405 | - return $this->whoCanViewGroup; |
|
| 405 | + return $this->whoCanViewGroup; |
|
| 406 | 406 | } |
| 407 | 407 | public function setWhoCanViewMembership($whoCanViewMembership) |
| 408 | 408 | { |
| 409 | - $this->whoCanViewMembership = $whoCanViewMembership; |
|
| 409 | + $this->whoCanViewMembership = $whoCanViewMembership; |
|
| 410 | 410 | } |
| 411 | 411 | public function getWhoCanViewMembership() |
| 412 | 412 | { |
| 413 | - return $this->whoCanViewMembership; |
|
| 413 | + return $this->whoCanViewMembership; |
|
| 414 | 414 | } |
| 415 | 415 | } |
@@ -66,7 +66,7 @@ discard block |
||
| 66 | 66 | 'required' => true, |
| 67 | 67 | ), |
| 68 | 68 | ), |
| 69 | - ),'patch' => array( |
|
| 69 | + ), 'patch' => array( |
|
| 70 | 70 | 'path' => '{groupUniqueId}', |
| 71 | 71 | 'httpMethod' => 'PATCH', |
| 72 | 72 | 'parameters' => array( |
@@ -76,7 +76,7 @@ discard block |
||
| 76 | 76 | 'required' => true, |
| 77 | 77 | ), |
| 78 | 78 | ), |
| 79 | - ),'update' => array( |
|
| 79 | + ), 'update' => array( |
|
| 80 | 80 | 'path' => '{groupUniqueId}', |
| 81 | 81 | 'httpMethod' => 'PUT', |
| 82 | 82 | 'parameters' => array( |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** Manage your books. */ |
| 34 | 34 | const BOOKS = |
| 35 | - "https://www.googleapis.com/auth/books"; |
|
| 35 | + "https://www.googleapis.com/auth/books"; |
|
| 36 | 36 | |
| 37 | 37 | public $bookshelves; |
| 38 | 38 | public $bookshelves_volumes; |
@@ -62,1325 +62,1325 @@ discard block |
||
| 62 | 62 | */ |
| 63 | 63 | public function __construct(Google_Client $client) |
| 64 | 64 | { |
| 65 | - parent::__construct($client); |
|
| 66 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 67 | - $this->servicePath = 'books/v1/'; |
|
| 68 | - $this->version = 'v1'; |
|
| 69 | - $this->serviceName = 'books'; |
|
| 70 | - |
|
| 71 | - $this->bookshelves = new Google_Service_Books_Bookshelves_Resource( |
|
| 72 | - $this, |
|
| 73 | - $this->serviceName, |
|
| 74 | - 'bookshelves', |
|
| 75 | - array( |
|
| 76 | - 'methods' => array( |
|
| 77 | - 'get' => array( |
|
| 78 | - 'path' => 'users/{userId}/bookshelves/{shelf}', |
|
| 79 | - 'httpMethod' => 'GET', |
|
| 80 | - 'parameters' => array( |
|
| 81 | - 'userId' => array( |
|
| 82 | - 'location' => 'path', |
|
| 83 | - 'type' => 'string', |
|
| 84 | - 'required' => true, |
|
| 85 | - ), |
|
| 86 | - 'shelf' => array( |
|
| 87 | - 'location' => 'path', |
|
| 88 | - 'type' => 'string', |
|
| 89 | - 'required' => true, |
|
| 90 | - ), |
|
| 91 | - 'source' => array( |
|
| 92 | - 'location' => 'query', |
|
| 93 | - 'type' => 'string', |
|
| 94 | - ), |
|
| 95 | - ), |
|
| 96 | - ),'list' => array( |
|
| 97 | - 'path' => 'users/{userId}/bookshelves', |
|
| 98 | - 'httpMethod' => 'GET', |
|
| 99 | - 'parameters' => array( |
|
| 100 | - 'userId' => array( |
|
| 101 | - 'location' => 'path', |
|
| 102 | - 'type' => 'string', |
|
| 103 | - 'required' => true, |
|
| 104 | - ), |
|
| 105 | - 'source' => array( |
|
| 106 | - 'location' => 'query', |
|
| 107 | - 'type' => 'string', |
|
| 108 | - ), |
|
| 109 | - ), |
|
| 110 | - ), |
|
| 111 | - ) |
|
| 112 | - ) |
|
| 113 | - ); |
|
| 114 | - $this->bookshelves_volumes = new Google_Service_Books_BookshelvesVolumes_Resource( |
|
| 115 | - $this, |
|
| 116 | - $this->serviceName, |
|
| 117 | - 'volumes', |
|
| 118 | - array( |
|
| 119 | - 'methods' => array( |
|
| 120 | - 'list' => array( |
|
| 121 | - 'path' => 'users/{userId}/bookshelves/{shelf}/volumes', |
|
| 122 | - 'httpMethod' => 'GET', |
|
| 123 | - 'parameters' => array( |
|
| 124 | - 'userId' => array( |
|
| 125 | - 'location' => 'path', |
|
| 126 | - 'type' => 'string', |
|
| 127 | - 'required' => true, |
|
| 128 | - ), |
|
| 129 | - 'shelf' => array( |
|
| 130 | - 'location' => 'path', |
|
| 131 | - 'type' => 'string', |
|
| 132 | - 'required' => true, |
|
| 133 | - ), |
|
| 134 | - 'showPreorders' => array( |
|
| 135 | - 'location' => 'query', |
|
| 136 | - 'type' => 'boolean', |
|
| 137 | - ), |
|
| 138 | - 'maxResults' => array( |
|
| 139 | - 'location' => 'query', |
|
| 140 | - 'type' => 'integer', |
|
| 141 | - ), |
|
| 142 | - 'source' => array( |
|
| 143 | - 'location' => 'query', |
|
| 144 | - 'type' => 'string', |
|
| 145 | - ), |
|
| 146 | - 'startIndex' => array( |
|
| 147 | - 'location' => 'query', |
|
| 148 | - 'type' => 'integer', |
|
| 149 | - ), |
|
| 150 | - ), |
|
| 151 | - ), |
|
| 152 | - ) |
|
| 153 | - ) |
|
| 154 | - ); |
|
| 155 | - $this->cloudloading = new Google_Service_Books_Cloudloading_Resource( |
|
| 156 | - $this, |
|
| 157 | - $this->serviceName, |
|
| 158 | - 'cloudloading', |
|
| 159 | - array( |
|
| 160 | - 'methods' => array( |
|
| 161 | - 'addBook' => array( |
|
| 162 | - 'path' => 'cloudloading/addBook', |
|
| 163 | - 'httpMethod' => 'POST', |
|
| 164 | - 'parameters' => array( |
|
| 165 | - 'upload_client_token' => array( |
|
| 166 | - 'location' => 'query', |
|
| 167 | - 'type' => 'string', |
|
| 168 | - ), |
|
| 169 | - 'drive_document_id' => array( |
|
| 170 | - 'location' => 'query', |
|
| 171 | - 'type' => 'string', |
|
| 172 | - ), |
|
| 173 | - 'mime_type' => array( |
|
| 174 | - 'location' => 'query', |
|
| 175 | - 'type' => 'string', |
|
| 176 | - ), |
|
| 177 | - 'name' => array( |
|
| 178 | - 'location' => 'query', |
|
| 179 | - 'type' => 'string', |
|
| 180 | - ), |
|
| 181 | - ), |
|
| 182 | - ),'deleteBook' => array( |
|
| 183 | - 'path' => 'cloudloading/deleteBook', |
|
| 184 | - 'httpMethod' => 'POST', |
|
| 185 | - 'parameters' => array( |
|
| 186 | - 'volumeId' => array( |
|
| 187 | - 'location' => 'query', |
|
| 188 | - 'type' => 'string', |
|
| 189 | - 'required' => true, |
|
| 190 | - ), |
|
| 191 | - ), |
|
| 192 | - ),'updateBook' => array( |
|
| 193 | - 'path' => 'cloudloading/updateBook', |
|
| 194 | - 'httpMethod' => 'POST', |
|
| 195 | - 'parameters' => array(), |
|
| 196 | - ), |
|
| 197 | - ) |
|
| 198 | - ) |
|
| 199 | - ); |
|
| 200 | - $this->dictionary = new Google_Service_Books_Dictionary_Resource( |
|
| 201 | - $this, |
|
| 202 | - $this->serviceName, |
|
| 203 | - 'dictionary', |
|
| 204 | - array( |
|
| 205 | - 'methods' => array( |
|
| 206 | - 'listOfflineMetadata' => array( |
|
| 207 | - 'path' => 'dictionary/listOfflineMetadata', |
|
| 208 | - 'httpMethod' => 'GET', |
|
| 209 | - 'parameters' => array( |
|
| 210 | - 'cpksver' => array( |
|
| 211 | - 'location' => 'query', |
|
| 212 | - 'type' => 'string', |
|
| 213 | - 'required' => true, |
|
| 214 | - ), |
|
| 215 | - ), |
|
| 216 | - ), |
|
| 217 | - ) |
|
| 218 | - ) |
|
| 219 | - ); |
|
| 220 | - $this->layers = new Google_Service_Books_Layers_Resource( |
|
| 221 | - $this, |
|
| 222 | - $this->serviceName, |
|
| 223 | - 'layers', |
|
| 224 | - array( |
|
| 225 | - 'methods' => array( |
|
| 226 | - 'get' => array( |
|
| 227 | - 'path' => 'volumes/{volumeId}/layersummary/{summaryId}', |
|
| 228 | - 'httpMethod' => 'GET', |
|
| 229 | - 'parameters' => array( |
|
| 230 | - 'volumeId' => array( |
|
| 231 | - 'location' => 'path', |
|
| 232 | - 'type' => 'string', |
|
| 233 | - 'required' => true, |
|
| 234 | - ), |
|
| 235 | - 'summaryId' => array( |
|
| 236 | - 'location' => 'path', |
|
| 237 | - 'type' => 'string', |
|
| 238 | - 'required' => true, |
|
| 239 | - ), |
|
| 240 | - 'source' => array( |
|
| 241 | - 'location' => 'query', |
|
| 242 | - 'type' => 'string', |
|
| 243 | - ), |
|
| 244 | - 'contentVersion' => array( |
|
| 245 | - 'location' => 'query', |
|
| 246 | - 'type' => 'string', |
|
| 247 | - ), |
|
| 248 | - ), |
|
| 249 | - ),'list' => array( |
|
| 250 | - 'path' => 'volumes/{volumeId}/layersummary', |
|
| 251 | - 'httpMethod' => 'GET', |
|
| 252 | - 'parameters' => array( |
|
| 253 | - 'volumeId' => array( |
|
| 254 | - 'location' => 'path', |
|
| 255 | - 'type' => 'string', |
|
| 256 | - 'required' => true, |
|
| 257 | - ), |
|
| 258 | - 'pageToken' => array( |
|
| 259 | - 'location' => 'query', |
|
| 260 | - 'type' => 'string', |
|
| 261 | - ), |
|
| 262 | - 'contentVersion' => array( |
|
| 263 | - 'location' => 'query', |
|
| 264 | - 'type' => 'string', |
|
| 265 | - ), |
|
| 266 | - 'maxResults' => array( |
|
| 267 | - 'location' => 'query', |
|
| 268 | - 'type' => 'integer', |
|
| 269 | - ), |
|
| 270 | - 'source' => array( |
|
| 271 | - 'location' => 'query', |
|
| 272 | - 'type' => 'string', |
|
| 273 | - ), |
|
| 274 | - ), |
|
| 275 | - ), |
|
| 276 | - ) |
|
| 277 | - ) |
|
| 278 | - ); |
|
| 279 | - $this->layers_annotationData = new Google_Service_Books_LayersAnnotationData_Resource( |
|
| 280 | - $this, |
|
| 281 | - $this->serviceName, |
|
| 282 | - 'annotationData', |
|
| 283 | - array( |
|
| 284 | - 'methods' => array( |
|
| 285 | - 'get' => array( |
|
| 286 | - 'path' => 'volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}', |
|
| 287 | - 'httpMethod' => 'GET', |
|
| 288 | - 'parameters' => array( |
|
| 289 | - 'volumeId' => array( |
|
| 290 | - 'location' => 'path', |
|
| 291 | - 'type' => 'string', |
|
| 292 | - 'required' => true, |
|
| 293 | - ), |
|
| 294 | - 'layerId' => array( |
|
| 295 | - 'location' => 'path', |
|
| 296 | - 'type' => 'string', |
|
| 297 | - 'required' => true, |
|
| 298 | - ), |
|
| 299 | - 'annotationDataId' => array( |
|
| 300 | - 'location' => 'path', |
|
| 301 | - 'type' => 'string', |
|
| 302 | - 'required' => true, |
|
| 303 | - ), |
|
| 304 | - 'contentVersion' => array( |
|
| 305 | - 'location' => 'query', |
|
| 306 | - 'type' => 'string', |
|
| 307 | - 'required' => true, |
|
| 308 | - ), |
|
| 309 | - 'scale' => array( |
|
| 310 | - 'location' => 'query', |
|
| 311 | - 'type' => 'integer', |
|
| 312 | - ), |
|
| 313 | - 'source' => array( |
|
| 314 | - 'location' => 'query', |
|
| 315 | - 'type' => 'string', |
|
| 316 | - ), |
|
| 317 | - 'allowWebDefinitions' => array( |
|
| 318 | - 'location' => 'query', |
|
| 319 | - 'type' => 'boolean', |
|
| 320 | - ), |
|
| 321 | - 'h' => array( |
|
| 322 | - 'location' => 'query', |
|
| 323 | - 'type' => 'integer', |
|
| 324 | - ), |
|
| 325 | - 'locale' => array( |
|
| 326 | - 'location' => 'query', |
|
| 327 | - 'type' => 'string', |
|
| 328 | - ), |
|
| 329 | - 'w' => array( |
|
| 330 | - 'location' => 'query', |
|
| 331 | - 'type' => 'integer', |
|
| 332 | - ), |
|
| 333 | - ), |
|
| 334 | - ),'list' => array( |
|
| 335 | - 'path' => 'volumes/{volumeId}/layers/{layerId}/data', |
|
| 336 | - 'httpMethod' => 'GET', |
|
| 337 | - 'parameters' => array( |
|
| 338 | - 'volumeId' => array( |
|
| 339 | - 'location' => 'path', |
|
| 340 | - 'type' => 'string', |
|
| 341 | - 'required' => true, |
|
| 342 | - ), |
|
| 343 | - 'layerId' => array( |
|
| 344 | - 'location' => 'path', |
|
| 345 | - 'type' => 'string', |
|
| 346 | - 'required' => true, |
|
| 347 | - ), |
|
| 348 | - 'contentVersion' => array( |
|
| 349 | - 'location' => 'query', |
|
| 350 | - 'type' => 'string', |
|
| 351 | - 'required' => true, |
|
| 352 | - ), |
|
| 353 | - 'scale' => array( |
|
| 354 | - 'location' => 'query', |
|
| 355 | - 'type' => 'integer', |
|
| 356 | - ), |
|
| 357 | - 'source' => array( |
|
| 358 | - 'location' => 'query', |
|
| 359 | - 'type' => 'string', |
|
| 360 | - ), |
|
| 361 | - 'locale' => array( |
|
| 362 | - 'location' => 'query', |
|
| 363 | - 'type' => 'string', |
|
| 364 | - ), |
|
| 365 | - 'h' => array( |
|
| 366 | - 'location' => 'query', |
|
| 367 | - 'type' => 'integer', |
|
| 368 | - ), |
|
| 369 | - 'updatedMax' => array( |
|
| 370 | - 'location' => 'query', |
|
| 371 | - 'type' => 'string', |
|
| 372 | - ), |
|
| 373 | - 'maxResults' => array( |
|
| 374 | - 'location' => 'query', |
|
| 375 | - 'type' => 'integer', |
|
| 376 | - ), |
|
| 377 | - 'annotationDataId' => array( |
|
| 378 | - 'location' => 'query', |
|
| 379 | - 'type' => 'string', |
|
| 380 | - 'repeated' => true, |
|
| 381 | - ), |
|
| 382 | - 'pageToken' => array( |
|
| 383 | - 'location' => 'query', |
|
| 384 | - 'type' => 'string', |
|
| 385 | - ), |
|
| 386 | - 'w' => array( |
|
| 387 | - 'location' => 'query', |
|
| 388 | - 'type' => 'integer', |
|
| 389 | - ), |
|
| 390 | - 'updatedMin' => array( |
|
| 391 | - 'location' => 'query', |
|
| 392 | - 'type' => 'string', |
|
| 393 | - ), |
|
| 394 | - ), |
|
| 395 | - ), |
|
| 396 | - ) |
|
| 397 | - ) |
|
| 398 | - ); |
|
| 399 | - $this->layers_volumeAnnotations = new Google_Service_Books_LayersVolumeAnnotations_Resource( |
|
| 400 | - $this, |
|
| 401 | - $this->serviceName, |
|
| 402 | - 'volumeAnnotations', |
|
| 403 | - array( |
|
| 404 | - 'methods' => array( |
|
| 405 | - 'get' => array( |
|
| 406 | - 'path' => 'volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}', |
|
| 407 | - 'httpMethod' => 'GET', |
|
| 408 | - 'parameters' => array( |
|
| 409 | - 'volumeId' => array( |
|
| 410 | - 'location' => 'path', |
|
| 411 | - 'type' => 'string', |
|
| 412 | - 'required' => true, |
|
| 413 | - ), |
|
| 414 | - 'layerId' => array( |
|
| 415 | - 'location' => 'path', |
|
| 416 | - 'type' => 'string', |
|
| 417 | - 'required' => true, |
|
| 418 | - ), |
|
| 419 | - 'annotationId' => array( |
|
| 420 | - 'location' => 'path', |
|
| 421 | - 'type' => 'string', |
|
| 422 | - 'required' => true, |
|
| 423 | - ), |
|
| 424 | - 'locale' => array( |
|
| 425 | - 'location' => 'query', |
|
| 426 | - 'type' => 'string', |
|
| 427 | - ), |
|
| 428 | - 'source' => array( |
|
| 429 | - 'location' => 'query', |
|
| 430 | - 'type' => 'string', |
|
| 431 | - ), |
|
| 432 | - ), |
|
| 433 | - ),'list' => array( |
|
| 434 | - 'path' => 'volumes/{volumeId}/layers/{layerId}', |
|
| 435 | - 'httpMethod' => 'GET', |
|
| 436 | - 'parameters' => array( |
|
| 437 | - 'volumeId' => array( |
|
| 438 | - 'location' => 'path', |
|
| 439 | - 'type' => 'string', |
|
| 440 | - 'required' => true, |
|
| 441 | - ), |
|
| 442 | - 'layerId' => array( |
|
| 443 | - 'location' => 'path', |
|
| 444 | - 'type' => 'string', |
|
| 445 | - 'required' => true, |
|
| 446 | - ), |
|
| 447 | - 'contentVersion' => array( |
|
| 448 | - 'location' => 'query', |
|
| 449 | - 'type' => 'string', |
|
| 450 | - 'required' => true, |
|
| 451 | - ), |
|
| 452 | - 'showDeleted' => array( |
|
| 453 | - 'location' => 'query', |
|
| 454 | - 'type' => 'boolean', |
|
| 455 | - ), |
|
| 456 | - 'volumeAnnotationsVersion' => array( |
|
| 457 | - 'location' => 'query', |
|
| 458 | - 'type' => 'string', |
|
| 459 | - ), |
|
| 460 | - 'endPosition' => array( |
|
| 461 | - 'location' => 'query', |
|
| 462 | - 'type' => 'string', |
|
| 463 | - ), |
|
| 464 | - 'endOffset' => array( |
|
| 465 | - 'location' => 'query', |
|
| 466 | - 'type' => 'string', |
|
| 467 | - ), |
|
| 468 | - 'locale' => array( |
|
| 469 | - 'location' => 'query', |
|
| 470 | - 'type' => 'string', |
|
| 471 | - ), |
|
| 472 | - 'updatedMin' => array( |
|
| 473 | - 'location' => 'query', |
|
| 474 | - 'type' => 'string', |
|
| 475 | - ), |
|
| 476 | - 'updatedMax' => array( |
|
| 477 | - 'location' => 'query', |
|
| 478 | - 'type' => 'string', |
|
| 479 | - ), |
|
| 480 | - 'maxResults' => array( |
|
| 481 | - 'location' => 'query', |
|
| 482 | - 'type' => 'integer', |
|
| 483 | - ), |
|
| 484 | - 'pageToken' => array( |
|
| 485 | - 'location' => 'query', |
|
| 486 | - 'type' => 'string', |
|
| 487 | - ), |
|
| 488 | - 'source' => array( |
|
| 489 | - 'location' => 'query', |
|
| 490 | - 'type' => 'string', |
|
| 491 | - ), |
|
| 492 | - 'startOffset' => array( |
|
| 493 | - 'location' => 'query', |
|
| 494 | - 'type' => 'string', |
|
| 495 | - ), |
|
| 496 | - 'startPosition' => array( |
|
| 497 | - 'location' => 'query', |
|
| 498 | - 'type' => 'string', |
|
| 499 | - ), |
|
| 500 | - ), |
|
| 501 | - ), |
|
| 502 | - ) |
|
| 503 | - ) |
|
| 504 | - ); |
|
| 505 | - $this->myconfig = new Google_Service_Books_Myconfig_Resource( |
|
| 506 | - $this, |
|
| 507 | - $this->serviceName, |
|
| 508 | - 'myconfig', |
|
| 509 | - array( |
|
| 510 | - 'methods' => array( |
|
| 511 | - 'getUserSettings' => array( |
|
| 512 | - 'path' => 'myconfig/getUserSettings', |
|
| 513 | - 'httpMethod' => 'GET', |
|
| 514 | - 'parameters' => array(), |
|
| 515 | - ),'releaseDownloadAccess' => array( |
|
| 516 | - 'path' => 'myconfig/releaseDownloadAccess', |
|
| 517 | - 'httpMethod' => 'POST', |
|
| 518 | - 'parameters' => array( |
|
| 519 | - 'volumeIds' => array( |
|
| 520 | - 'location' => 'query', |
|
| 521 | - 'type' => 'string', |
|
| 522 | - 'repeated' => true, |
|
| 523 | - 'required' => true, |
|
| 524 | - ), |
|
| 525 | - 'cpksver' => array( |
|
| 526 | - 'location' => 'query', |
|
| 527 | - 'type' => 'string', |
|
| 528 | - 'required' => true, |
|
| 529 | - ), |
|
| 530 | - 'locale' => array( |
|
| 531 | - 'location' => 'query', |
|
| 532 | - 'type' => 'string', |
|
| 533 | - ), |
|
| 534 | - 'source' => array( |
|
| 535 | - 'location' => 'query', |
|
| 536 | - 'type' => 'string', |
|
| 537 | - ), |
|
| 538 | - ), |
|
| 539 | - ),'requestAccess' => array( |
|
| 540 | - 'path' => 'myconfig/requestAccess', |
|
| 541 | - 'httpMethod' => 'POST', |
|
| 542 | - 'parameters' => array( |
|
| 543 | - 'source' => array( |
|
| 544 | - 'location' => 'query', |
|
| 545 | - 'type' => 'string', |
|
| 546 | - 'required' => true, |
|
| 547 | - ), |
|
| 548 | - 'volumeId' => array( |
|
| 549 | - 'location' => 'query', |
|
| 550 | - 'type' => 'string', |
|
| 551 | - 'required' => true, |
|
| 552 | - ), |
|
| 553 | - 'nonce' => array( |
|
| 554 | - 'location' => 'query', |
|
| 555 | - 'type' => 'string', |
|
| 556 | - 'required' => true, |
|
| 557 | - ), |
|
| 558 | - 'cpksver' => array( |
|
| 559 | - 'location' => 'query', |
|
| 560 | - 'type' => 'string', |
|
| 561 | - 'required' => true, |
|
| 562 | - ), |
|
| 563 | - 'licenseTypes' => array( |
|
| 564 | - 'location' => 'query', |
|
| 565 | - 'type' => 'string', |
|
| 566 | - ), |
|
| 567 | - 'locale' => array( |
|
| 568 | - 'location' => 'query', |
|
| 569 | - 'type' => 'string', |
|
| 570 | - ), |
|
| 571 | - ), |
|
| 572 | - ),'syncVolumeLicenses' => array( |
|
| 573 | - 'path' => 'myconfig/syncVolumeLicenses', |
|
| 574 | - 'httpMethod' => 'POST', |
|
| 575 | - 'parameters' => array( |
|
| 576 | - 'source' => array( |
|
| 577 | - 'location' => 'query', |
|
| 578 | - 'type' => 'string', |
|
| 579 | - 'required' => true, |
|
| 580 | - ), |
|
| 581 | - 'nonce' => array( |
|
| 582 | - 'location' => 'query', |
|
| 583 | - 'type' => 'string', |
|
| 584 | - 'required' => true, |
|
| 585 | - ), |
|
| 586 | - 'cpksver' => array( |
|
| 587 | - 'location' => 'query', |
|
| 588 | - 'type' => 'string', |
|
| 589 | - 'required' => true, |
|
| 590 | - ), |
|
| 591 | - 'features' => array( |
|
| 592 | - 'location' => 'query', |
|
| 593 | - 'type' => 'string', |
|
| 594 | - 'repeated' => true, |
|
| 595 | - ), |
|
| 596 | - 'locale' => array( |
|
| 597 | - 'location' => 'query', |
|
| 598 | - 'type' => 'string', |
|
| 599 | - ), |
|
| 600 | - 'showPreorders' => array( |
|
| 601 | - 'location' => 'query', |
|
| 602 | - 'type' => 'boolean', |
|
| 603 | - ), |
|
| 604 | - 'volumeIds' => array( |
|
| 605 | - 'location' => 'query', |
|
| 606 | - 'type' => 'string', |
|
| 607 | - 'repeated' => true, |
|
| 608 | - ), |
|
| 609 | - ), |
|
| 610 | - ),'updateUserSettings' => array( |
|
| 611 | - 'path' => 'myconfig/updateUserSettings', |
|
| 612 | - 'httpMethod' => 'POST', |
|
| 613 | - 'parameters' => array(), |
|
| 614 | - ), |
|
| 615 | - ) |
|
| 616 | - ) |
|
| 617 | - ); |
|
| 618 | - $this->mylibrary_annotations = new Google_Service_Books_MylibraryAnnotations_Resource( |
|
| 619 | - $this, |
|
| 620 | - $this->serviceName, |
|
| 621 | - 'annotations', |
|
| 622 | - array( |
|
| 623 | - 'methods' => array( |
|
| 624 | - 'delete' => array( |
|
| 625 | - 'path' => 'mylibrary/annotations/{annotationId}', |
|
| 626 | - 'httpMethod' => 'DELETE', |
|
| 627 | - 'parameters' => array( |
|
| 628 | - 'annotationId' => array( |
|
| 629 | - 'location' => 'path', |
|
| 630 | - 'type' => 'string', |
|
| 631 | - 'required' => true, |
|
| 632 | - ), |
|
| 633 | - 'source' => array( |
|
| 634 | - 'location' => 'query', |
|
| 635 | - 'type' => 'string', |
|
| 636 | - ), |
|
| 637 | - ), |
|
| 638 | - ),'insert' => array( |
|
| 639 | - 'path' => 'mylibrary/annotations', |
|
| 640 | - 'httpMethod' => 'POST', |
|
| 641 | - 'parameters' => array( |
|
| 642 | - 'country' => array( |
|
| 643 | - 'location' => 'query', |
|
| 644 | - 'type' => 'string', |
|
| 645 | - ), |
|
| 646 | - 'showOnlySummaryInResponse' => array( |
|
| 647 | - 'location' => 'query', |
|
| 648 | - 'type' => 'boolean', |
|
| 649 | - ), |
|
| 650 | - 'source' => array( |
|
| 651 | - 'location' => 'query', |
|
| 652 | - 'type' => 'string', |
|
| 653 | - ), |
|
| 654 | - ), |
|
| 655 | - ),'list' => array( |
|
| 656 | - 'path' => 'mylibrary/annotations', |
|
| 657 | - 'httpMethod' => 'GET', |
|
| 658 | - 'parameters' => array( |
|
| 659 | - 'showDeleted' => array( |
|
| 660 | - 'location' => 'query', |
|
| 661 | - 'type' => 'boolean', |
|
| 662 | - ), |
|
| 663 | - 'updatedMin' => array( |
|
| 664 | - 'location' => 'query', |
|
| 665 | - 'type' => 'string', |
|
| 666 | - ), |
|
| 667 | - 'layerIds' => array( |
|
| 668 | - 'location' => 'query', |
|
| 669 | - 'type' => 'string', |
|
| 670 | - 'repeated' => true, |
|
| 671 | - ), |
|
| 672 | - 'volumeId' => array( |
|
| 673 | - 'location' => 'query', |
|
| 674 | - 'type' => 'string', |
|
| 675 | - ), |
|
| 676 | - 'maxResults' => array( |
|
| 677 | - 'location' => 'query', |
|
| 678 | - 'type' => 'integer', |
|
| 679 | - ), |
|
| 680 | - 'pageToken' => array( |
|
| 681 | - 'location' => 'query', |
|
| 682 | - 'type' => 'string', |
|
| 683 | - ), |
|
| 684 | - 'updatedMax' => array( |
|
| 685 | - 'location' => 'query', |
|
| 686 | - 'type' => 'string', |
|
| 687 | - ), |
|
| 688 | - 'contentVersion' => array( |
|
| 689 | - 'location' => 'query', |
|
| 690 | - 'type' => 'string', |
|
| 691 | - ), |
|
| 692 | - 'source' => array( |
|
| 693 | - 'location' => 'query', |
|
| 694 | - 'type' => 'string', |
|
| 695 | - ), |
|
| 696 | - 'layerId' => array( |
|
| 697 | - 'location' => 'query', |
|
| 698 | - 'type' => 'string', |
|
| 699 | - ), |
|
| 700 | - ), |
|
| 701 | - ),'summary' => array( |
|
| 702 | - 'path' => 'mylibrary/annotations/summary', |
|
| 703 | - 'httpMethod' => 'POST', |
|
| 704 | - 'parameters' => array( |
|
| 705 | - 'layerIds' => array( |
|
| 706 | - 'location' => 'query', |
|
| 707 | - 'type' => 'string', |
|
| 708 | - 'repeated' => true, |
|
| 709 | - 'required' => true, |
|
| 710 | - ), |
|
| 711 | - 'volumeId' => array( |
|
| 712 | - 'location' => 'query', |
|
| 713 | - 'type' => 'string', |
|
| 714 | - 'required' => true, |
|
| 715 | - ), |
|
| 716 | - ), |
|
| 717 | - ),'update' => array( |
|
| 718 | - 'path' => 'mylibrary/annotations/{annotationId}', |
|
| 719 | - 'httpMethod' => 'PUT', |
|
| 720 | - 'parameters' => array( |
|
| 721 | - 'annotationId' => array( |
|
| 722 | - 'location' => 'path', |
|
| 723 | - 'type' => 'string', |
|
| 724 | - 'required' => true, |
|
| 725 | - ), |
|
| 726 | - 'source' => array( |
|
| 727 | - 'location' => 'query', |
|
| 728 | - 'type' => 'string', |
|
| 729 | - ), |
|
| 730 | - ), |
|
| 731 | - ), |
|
| 732 | - ) |
|
| 733 | - ) |
|
| 734 | - ); |
|
| 735 | - $this->mylibrary_bookshelves = new Google_Service_Books_MylibraryBookshelves_Resource( |
|
| 736 | - $this, |
|
| 737 | - $this->serviceName, |
|
| 738 | - 'bookshelves', |
|
| 739 | - array( |
|
| 740 | - 'methods' => array( |
|
| 741 | - 'addVolume' => array( |
|
| 742 | - 'path' => 'mylibrary/bookshelves/{shelf}/addVolume', |
|
| 743 | - 'httpMethod' => 'POST', |
|
| 744 | - 'parameters' => array( |
|
| 745 | - 'shelf' => array( |
|
| 746 | - 'location' => 'path', |
|
| 747 | - 'type' => 'string', |
|
| 748 | - 'required' => true, |
|
| 749 | - ), |
|
| 750 | - 'volumeId' => array( |
|
| 751 | - 'location' => 'query', |
|
| 752 | - 'type' => 'string', |
|
| 753 | - 'required' => true, |
|
| 754 | - ), |
|
| 755 | - 'reason' => array( |
|
| 756 | - 'location' => 'query', |
|
| 757 | - 'type' => 'string', |
|
| 758 | - ), |
|
| 759 | - 'source' => array( |
|
| 760 | - 'location' => 'query', |
|
| 761 | - 'type' => 'string', |
|
| 762 | - ), |
|
| 763 | - ), |
|
| 764 | - ),'clearVolumes' => array( |
|
| 765 | - 'path' => 'mylibrary/bookshelves/{shelf}/clearVolumes', |
|
| 766 | - 'httpMethod' => 'POST', |
|
| 767 | - 'parameters' => array( |
|
| 768 | - 'shelf' => array( |
|
| 769 | - 'location' => 'path', |
|
| 770 | - 'type' => 'string', |
|
| 771 | - 'required' => true, |
|
| 772 | - ), |
|
| 773 | - 'source' => array( |
|
| 774 | - 'location' => 'query', |
|
| 775 | - 'type' => 'string', |
|
| 776 | - ), |
|
| 777 | - ), |
|
| 778 | - ),'get' => array( |
|
| 779 | - 'path' => 'mylibrary/bookshelves/{shelf}', |
|
| 780 | - 'httpMethod' => 'GET', |
|
| 781 | - 'parameters' => array( |
|
| 782 | - 'shelf' => array( |
|
| 783 | - 'location' => 'path', |
|
| 784 | - 'type' => 'string', |
|
| 785 | - 'required' => true, |
|
| 786 | - ), |
|
| 787 | - 'source' => array( |
|
| 788 | - 'location' => 'query', |
|
| 789 | - 'type' => 'string', |
|
| 790 | - ), |
|
| 791 | - ), |
|
| 792 | - ),'list' => array( |
|
| 793 | - 'path' => 'mylibrary/bookshelves', |
|
| 794 | - 'httpMethod' => 'GET', |
|
| 795 | - 'parameters' => array( |
|
| 796 | - 'source' => array( |
|
| 797 | - 'location' => 'query', |
|
| 798 | - 'type' => 'string', |
|
| 799 | - ), |
|
| 800 | - ), |
|
| 801 | - ),'moveVolume' => array( |
|
| 802 | - 'path' => 'mylibrary/bookshelves/{shelf}/moveVolume', |
|
| 803 | - 'httpMethod' => 'POST', |
|
| 804 | - 'parameters' => array( |
|
| 805 | - 'shelf' => array( |
|
| 806 | - 'location' => 'path', |
|
| 807 | - 'type' => 'string', |
|
| 808 | - 'required' => true, |
|
| 809 | - ), |
|
| 810 | - 'volumeId' => array( |
|
| 811 | - 'location' => 'query', |
|
| 812 | - 'type' => 'string', |
|
| 813 | - 'required' => true, |
|
| 814 | - ), |
|
| 815 | - 'volumePosition' => array( |
|
| 816 | - 'location' => 'query', |
|
| 817 | - 'type' => 'integer', |
|
| 818 | - 'required' => true, |
|
| 819 | - ), |
|
| 820 | - 'source' => array( |
|
| 821 | - 'location' => 'query', |
|
| 822 | - 'type' => 'string', |
|
| 823 | - ), |
|
| 824 | - ), |
|
| 825 | - ),'removeVolume' => array( |
|
| 826 | - 'path' => 'mylibrary/bookshelves/{shelf}/removeVolume', |
|
| 827 | - 'httpMethod' => 'POST', |
|
| 828 | - 'parameters' => array( |
|
| 829 | - 'shelf' => array( |
|
| 830 | - 'location' => 'path', |
|
| 831 | - 'type' => 'string', |
|
| 832 | - 'required' => true, |
|
| 833 | - ), |
|
| 834 | - 'volumeId' => array( |
|
| 835 | - 'location' => 'query', |
|
| 836 | - 'type' => 'string', |
|
| 837 | - 'required' => true, |
|
| 838 | - ), |
|
| 839 | - 'reason' => array( |
|
| 840 | - 'location' => 'query', |
|
| 841 | - 'type' => 'string', |
|
| 842 | - ), |
|
| 843 | - 'source' => array( |
|
| 844 | - 'location' => 'query', |
|
| 845 | - 'type' => 'string', |
|
| 846 | - ), |
|
| 847 | - ), |
|
| 848 | - ), |
|
| 849 | - ) |
|
| 850 | - ) |
|
| 851 | - ); |
|
| 852 | - $this->mylibrary_bookshelves_volumes = new Google_Service_Books_MylibraryBookshelvesVolumes_Resource( |
|
| 853 | - $this, |
|
| 854 | - $this->serviceName, |
|
| 855 | - 'volumes', |
|
| 856 | - array( |
|
| 857 | - 'methods' => array( |
|
| 858 | - 'list' => array( |
|
| 859 | - 'path' => 'mylibrary/bookshelves/{shelf}/volumes', |
|
| 860 | - 'httpMethod' => 'GET', |
|
| 861 | - 'parameters' => array( |
|
| 862 | - 'shelf' => array( |
|
| 863 | - 'location' => 'path', |
|
| 864 | - 'type' => 'string', |
|
| 865 | - 'required' => true, |
|
| 866 | - ), |
|
| 867 | - 'projection' => array( |
|
| 868 | - 'location' => 'query', |
|
| 869 | - 'type' => 'string', |
|
| 870 | - ), |
|
| 871 | - 'country' => array( |
|
| 872 | - 'location' => 'query', |
|
| 873 | - 'type' => 'string', |
|
| 874 | - ), |
|
| 875 | - 'showPreorders' => array( |
|
| 876 | - 'location' => 'query', |
|
| 877 | - 'type' => 'boolean', |
|
| 878 | - ), |
|
| 879 | - 'maxResults' => array( |
|
| 880 | - 'location' => 'query', |
|
| 881 | - 'type' => 'integer', |
|
| 882 | - ), |
|
| 883 | - 'q' => array( |
|
| 884 | - 'location' => 'query', |
|
| 885 | - 'type' => 'string', |
|
| 886 | - ), |
|
| 887 | - 'source' => array( |
|
| 888 | - 'location' => 'query', |
|
| 889 | - 'type' => 'string', |
|
| 890 | - ), |
|
| 891 | - 'startIndex' => array( |
|
| 892 | - 'location' => 'query', |
|
| 893 | - 'type' => 'integer', |
|
| 894 | - ), |
|
| 895 | - ), |
|
| 896 | - ), |
|
| 897 | - ) |
|
| 898 | - ) |
|
| 899 | - ); |
|
| 900 | - $this->mylibrary_readingpositions = new Google_Service_Books_MylibraryReadingpositions_Resource( |
|
| 901 | - $this, |
|
| 902 | - $this->serviceName, |
|
| 903 | - 'readingpositions', |
|
| 904 | - array( |
|
| 905 | - 'methods' => array( |
|
| 906 | - 'get' => array( |
|
| 907 | - 'path' => 'mylibrary/readingpositions/{volumeId}', |
|
| 908 | - 'httpMethod' => 'GET', |
|
| 909 | - 'parameters' => array( |
|
| 910 | - 'volumeId' => array( |
|
| 911 | - 'location' => 'path', |
|
| 912 | - 'type' => 'string', |
|
| 913 | - 'required' => true, |
|
| 914 | - ), |
|
| 915 | - 'source' => array( |
|
| 916 | - 'location' => 'query', |
|
| 917 | - 'type' => 'string', |
|
| 918 | - ), |
|
| 919 | - 'contentVersion' => array( |
|
| 920 | - 'location' => 'query', |
|
| 921 | - 'type' => 'string', |
|
| 922 | - ), |
|
| 923 | - ), |
|
| 924 | - ),'setPosition' => array( |
|
| 925 | - 'path' => 'mylibrary/readingpositions/{volumeId}/setPosition', |
|
| 926 | - 'httpMethod' => 'POST', |
|
| 927 | - 'parameters' => array( |
|
| 928 | - 'volumeId' => array( |
|
| 929 | - 'location' => 'path', |
|
| 930 | - 'type' => 'string', |
|
| 931 | - 'required' => true, |
|
| 932 | - ), |
|
| 933 | - 'timestamp' => array( |
|
| 934 | - 'location' => 'query', |
|
| 935 | - 'type' => 'string', |
|
| 936 | - 'required' => true, |
|
| 937 | - ), |
|
| 938 | - 'position' => array( |
|
| 939 | - 'location' => 'query', |
|
| 940 | - 'type' => 'string', |
|
| 941 | - 'required' => true, |
|
| 942 | - ), |
|
| 943 | - 'deviceCookie' => array( |
|
| 944 | - 'location' => 'query', |
|
| 945 | - 'type' => 'string', |
|
| 946 | - ), |
|
| 947 | - 'source' => array( |
|
| 948 | - 'location' => 'query', |
|
| 949 | - 'type' => 'string', |
|
| 950 | - ), |
|
| 951 | - 'contentVersion' => array( |
|
| 952 | - 'location' => 'query', |
|
| 953 | - 'type' => 'string', |
|
| 954 | - ), |
|
| 955 | - 'action' => array( |
|
| 956 | - 'location' => 'query', |
|
| 957 | - 'type' => 'string', |
|
| 958 | - ), |
|
| 959 | - ), |
|
| 960 | - ), |
|
| 961 | - ) |
|
| 962 | - ) |
|
| 963 | - ); |
|
| 964 | - $this->onboarding = new Google_Service_Books_Onboarding_Resource( |
|
| 965 | - $this, |
|
| 966 | - $this->serviceName, |
|
| 967 | - 'onboarding', |
|
| 968 | - array( |
|
| 969 | - 'methods' => array( |
|
| 970 | - 'listCategories' => array( |
|
| 971 | - 'path' => 'onboarding/listCategories', |
|
| 972 | - 'httpMethod' => 'GET', |
|
| 973 | - 'parameters' => array( |
|
| 974 | - 'locale' => array( |
|
| 975 | - 'location' => 'query', |
|
| 976 | - 'type' => 'string', |
|
| 977 | - ), |
|
| 978 | - ), |
|
| 979 | - ),'listCategoryVolumes' => array( |
|
| 980 | - 'path' => 'onboarding/listCategoryVolumes', |
|
| 981 | - 'httpMethod' => 'GET', |
|
| 982 | - 'parameters' => array( |
|
| 983 | - 'locale' => array( |
|
| 984 | - 'location' => 'query', |
|
| 985 | - 'type' => 'string', |
|
| 986 | - ), |
|
| 987 | - 'pageToken' => array( |
|
| 988 | - 'location' => 'query', |
|
| 989 | - 'type' => 'string', |
|
| 990 | - ), |
|
| 991 | - 'maxAllowedMaturityRating' => array( |
|
| 992 | - 'location' => 'query', |
|
| 993 | - 'type' => 'string', |
|
| 994 | - ), |
|
| 995 | - 'categoryId' => array( |
|
| 996 | - 'location' => 'query', |
|
| 997 | - 'type' => 'string', |
|
| 998 | - 'repeated' => true, |
|
| 999 | - ), |
|
| 1000 | - 'pageSize' => array( |
|
| 1001 | - 'location' => 'query', |
|
| 1002 | - 'type' => 'integer', |
|
| 1003 | - ), |
|
| 1004 | - ), |
|
| 1005 | - ), |
|
| 1006 | - ) |
|
| 1007 | - ) |
|
| 1008 | - ); |
|
| 1009 | - $this->promooffer = new Google_Service_Books_Promooffer_Resource( |
|
| 1010 | - $this, |
|
| 1011 | - $this->serviceName, |
|
| 1012 | - 'promooffer', |
|
| 1013 | - array( |
|
| 1014 | - 'methods' => array( |
|
| 1015 | - 'accept' => array( |
|
| 1016 | - 'path' => 'promooffer/accept', |
|
| 1017 | - 'httpMethod' => 'POST', |
|
| 1018 | - 'parameters' => array( |
|
| 1019 | - 'product' => array( |
|
| 1020 | - 'location' => 'query', |
|
| 1021 | - 'type' => 'string', |
|
| 1022 | - ), |
|
| 1023 | - 'volumeId' => array( |
|
| 1024 | - 'location' => 'query', |
|
| 1025 | - 'type' => 'string', |
|
| 1026 | - ), |
|
| 1027 | - 'offerId' => array( |
|
| 1028 | - 'location' => 'query', |
|
| 1029 | - 'type' => 'string', |
|
| 1030 | - ), |
|
| 1031 | - 'androidId' => array( |
|
| 1032 | - 'location' => 'query', |
|
| 1033 | - 'type' => 'string', |
|
| 1034 | - ), |
|
| 1035 | - 'device' => array( |
|
| 1036 | - 'location' => 'query', |
|
| 1037 | - 'type' => 'string', |
|
| 1038 | - ), |
|
| 1039 | - 'model' => array( |
|
| 1040 | - 'location' => 'query', |
|
| 1041 | - 'type' => 'string', |
|
| 1042 | - ), |
|
| 1043 | - 'serial' => array( |
|
| 1044 | - 'location' => 'query', |
|
| 1045 | - 'type' => 'string', |
|
| 1046 | - ), |
|
| 1047 | - 'manufacturer' => array( |
|
| 1048 | - 'location' => 'query', |
|
| 1049 | - 'type' => 'string', |
|
| 1050 | - ), |
|
| 1051 | - ), |
|
| 1052 | - ),'dismiss' => array( |
|
| 1053 | - 'path' => 'promooffer/dismiss', |
|
| 1054 | - 'httpMethod' => 'POST', |
|
| 1055 | - 'parameters' => array( |
|
| 1056 | - 'product' => array( |
|
| 1057 | - 'location' => 'query', |
|
| 1058 | - 'type' => 'string', |
|
| 1059 | - ), |
|
| 1060 | - 'offerId' => array( |
|
| 1061 | - 'location' => 'query', |
|
| 1062 | - 'type' => 'string', |
|
| 1063 | - ), |
|
| 1064 | - 'androidId' => array( |
|
| 1065 | - 'location' => 'query', |
|
| 1066 | - 'type' => 'string', |
|
| 1067 | - ), |
|
| 1068 | - 'device' => array( |
|
| 1069 | - 'location' => 'query', |
|
| 1070 | - 'type' => 'string', |
|
| 1071 | - ), |
|
| 1072 | - 'model' => array( |
|
| 1073 | - 'location' => 'query', |
|
| 1074 | - 'type' => 'string', |
|
| 1075 | - ), |
|
| 1076 | - 'serial' => array( |
|
| 1077 | - 'location' => 'query', |
|
| 1078 | - 'type' => 'string', |
|
| 1079 | - ), |
|
| 1080 | - 'manufacturer' => array( |
|
| 1081 | - 'location' => 'query', |
|
| 1082 | - 'type' => 'string', |
|
| 1083 | - ), |
|
| 1084 | - ), |
|
| 1085 | - ),'get' => array( |
|
| 1086 | - 'path' => 'promooffer/get', |
|
| 1087 | - 'httpMethod' => 'GET', |
|
| 1088 | - 'parameters' => array( |
|
| 1089 | - 'product' => array( |
|
| 1090 | - 'location' => 'query', |
|
| 1091 | - 'type' => 'string', |
|
| 1092 | - ), |
|
| 1093 | - 'androidId' => array( |
|
| 1094 | - 'location' => 'query', |
|
| 1095 | - 'type' => 'string', |
|
| 1096 | - ), |
|
| 1097 | - 'device' => array( |
|
| 1098 | - 'location' => 'query', |
|
| 1099 | - 'type' => 'string', |
|
| 1100 | - ), |
|
| 1101 | - 'model' => array( |
|
| 1102 | - 'location' => 'query', |
|
| 1103 | - 'type' => 'string', |
|
| 1104 | - ), |
|
| 1105 | - 'serial' => array( |
|
| 1106 | - 'location' => 'query', |
|
| 1107 | - 'type' => 'string', |
|
| 1108 | - ), |
|
| 1109 | - 'manufacturer' => array( |
|
| 1110 | - 'location' => 'query', |
|
| 1111 | - 'type' => 'string', |
|
| 1112 | - ), |
|
| 1113 | - ), |
|
| 1114 | - ), |
|
| 1115 | - ) |
|
| 1116 | - ) |
|
| 1117 | - ); |
|
| 1118 | - $this->volumes = new Google_Service_Books_Volumes_Resource( |
|
| 1119 | - $this, |
|
| 1120 | - $this->serviceName, |
|
| 1121 | - 'volumes', |
|
| 1122 | - array( |
|
| 1123 | - 'methods' => array( |
|
| 1124 | - 'get' => array( |
|
| 1125 | - 'path' => 'volumes/{volumeId}', |
|
| 1126 | - 'httpMethod' => 'GET', |
|
| 1127 | - 'parameters' => array( |
|
| 1128 | - 'volumeId' => array( |
|
| 1129 | - 'location' => 'path', |
|
| 1130 | - 'type' => 'string', |
|
| 1131 | - 'required' => true, |
|
| 1132 | - ), |
|
| 1133 | - 'user_library_consistent_read' => array( |
|
| 1134 | - 'location' => 'query', |
|
| 1135 | - 'type' => 'boolean', |
|
| 1136 | - ), |
|
| 1137 | - 'projection' => array( |
|
| 1138 | - 'location' => 'query', |
|
| 1139 | - 'type' => 'string', |
|
| 1140 | - ), |
|
| 1141 | - 'country' => array( |
|
| 1142 | - 'location' => 'query', |
|
| 1143 | - 'type' => 'string', |
|
| 1144 | - ), |
|
| 1145 | - 'source' => array( |
|
| 1146 | - 'location' => 'query', |
|
| 1147 | - 'type' => 'string', |
|
| 1148 | - ), |
|
| 1149 | - 'partner' => array( |
|
| 1150 | - 'location' => 'query', |
|
| 1151 | - 'type' => 'string', |
|
| 1152 | - ), |
|
| 1153 | - ), |
|
| 1154 | - ),'list' => array( |
|
| 1155 | - 'path' => 'volumes', |
|
| 1156 | - 'httpMethod' => 'GET', |
|
| 1157 | - 'parameters' => array( |
|
| 1158 | - 'q' => array( |
|
| 1159 | - 'location' => 'query', |
|
| 1160 | - 'type' => 'string', |
|
| 1161 | - 'required' => true, |
|
| 1162 | - ), |
|
| 1163 | - 'orderBy' => array( |
|
| 1164 | - 'location' => 'query', |
|
| 1165 | - 'type' => 'string', |
|
| 1166 | - ), |
|
| 1167 | - 'projection' => array( |
|
| 1168 | - 'location' => 'query', |
|
| 1169 | - 'type' => 'string', |
|
| 1170 | - ), |
|
| 1171 | - 'libraryRestrict' => array( |
|
| 1172 | - 'location' => 'query', |
|
| 1173 | - 'type' => 'string', |
|
| 1174 | - ), |
|
| 1175 | - 'langRestrict' => array( |
|
| 1176 | - 'location' => 'query', |
|
| 1177 | - 'type' => 'string', |
|
| 1178 | - ), |
|
| 1179 | - 'showPreorders' => array( |
|
| 1180 | - 'location' => 'query', |
|
| 1181 | - 'type' => 'boolean', |
|
| 1182 | - ), |
|
| 1183 | - 'printType' => array( |
|
| 1184 | - 'location' => 'query', |
|
| 1185 | - 'type' => 'string', |
|
| 1186 | - ), |
|
| 1187 | - 'maxResults' => array( |
|
| 1188 | - 'location' => 'query', |
|
| 1189 | - 'type' => 'integer', |
|
| 1190 | - ), |
|
| 1191 | - 'filter' => array( |
|
| 1192 | - 'location' => 'query', |
|
| 1193 | - 'type' => 'string', |
|
| 1194 | - ), |
|
| 1195 | - 'source' => array( |
|
| 1196 | - 'location' => 'query', |
|
| 1197 | - 'type' => 'string', |
|
| 1198 | - ), |
|
| 1199 | - 'startIndex' => array( |
|
| 1200 | - 'location' => 'query', |
|
| 1201 | - 'type' => 'integer', |
|
| 1202 | - ), |
|
| 1203 | - 'download' => array( |
|
| 1204 | - 'location' => 'query', |
|
| 1205 | - 'type' => 'string', |
|
| 1206 | - ), |
|
| 1207 | - 'partner' => array( |
|
| 1208 | - 'location' => 'query', |
|
| 1209 | - 'type' => 'string', |
|
| 1210 | - ), |
|
| 1211 | - ), |
|
| 1212 | - ), |
|
| 1213 | - ) |
|
| 1214 | - ) |
|
| 1215 | - ); |
|
| 1216 | - $this->volumes_associated = new Google_Service_Books_VolumesAssociated_Resource( |
|
| 1217 | - $this, |
|
| 1218 | - $this->serviceName, |
|
| 1219 | - 'associated', |
|
| 1220 | - array( |
|
| 1221 | - 'methods' => array( |
|
| 1222 | - 'list' => array( |
|
| 1223 | - 'path' => 'volumes/{volumeId}/associated', |
|
| 1224 | - 'httpMethod' => 'GET', |
|
| 1225 | - 'parameters' => array( |
|
| 1226 | - 'volumeId' => array( |
|
| 1227 | - 'location' => 'path', |
|
| 1228 | - 'type' => 'string', |
|
| 1229 | - 'required' => true, |
|
| 1230 | - ), |
|
| 1231 | - 'locale' => array( |
|
| 1232 | - 'location' => 'query', |
|
| 1233 | - 'type' => 'string', |
|
| 1234 | - ), |
|
| 1235 | - 'source' => array( |
|
| 1236 | - 'location' => 'query', |
|
| 1237 | - 'type' => 'string', |
|
| 1238 | - ), |
|
| 1239 | - 'maxAllowedMaturityRating' => array( |
|
| 1240 | - 'location' => 'query', |
|
| 1241 | - 'type' => 'string', |
|
| 1242 | - ), |
|
| 1243 | - 'association' => array( |
|
| 1244 | - 'location' => 'query', |
|
| 1245 | - 'type' => 'string', |
|
| 1246 | - ), |
|
| 1247 | - ), |
|
| 1248 | - ), |
|
| 1249 | - ) |
|
| 1250 | - ) |
|
| 1251 | - ); |
|
| 1252 | - $this->volumes_mybooks = new Google_Service_Books_VolumesMybooks_Resource( |
|
| 1253 | - $this, |
|
| 1254 | - $this->serviceName, |
|
| 1255 | - 'mybooks', |
|
| 1256 | - array( |
|
| 1257 | - 'methods' => array( |
|
| 1258 | - 'list' => array( |
|
| 1259 | - 'path' => 'volumes/mybooks', |
|
| 1260 | - 'httpMethod' => 'GET', |
|
| 1261 | - 'parameters' => array( |
|
| 1262 | - 'locale' => array( |
|
| 1263 | - 'location' => 'query', |
|
| 1264 | - 'type' => 'string', |
|
| 1265 | - ), |
|
| 1266 | - 'startIndex' => array( |
|
| 1267 | - 'location' => 'query', |
|
| 1268 | - 'type' => 'integer', |
|
| 1269 | - ), |
|
| 1270 | - 'maxResults' => array( |
|
| 1271 | - 'location' => 'query', |
|
| 1272 | - 'type' => 'integer', |
|
| 1273 | - ), |
|
| 1274 | - 'source' => array( |
|
| 1275 | - 'location' => 'query', |
|
| 1276 | - 'type' => 'string', |
|
| 1277 | - ), |
|
| 1278 | - 'acquireMethod' => array( |
|
| 1279 | - 'location' => 'query', |
|
| 1280 | - 'type' => 'string', |
|
| 1281 | - 'repeated' => true, |
|
| 1282 | - ), |
|
| 1283 | - 'processingState' => array( |
|
| 1284 | - 'location' => 'query', |
|
| 1285 | - 'type' => 'string', |
|
| 1286 | - 'repeated' => true, |
|
| 1287 | - ), |
|
| 1288 | - ), |
|
| 1289 | - ), |
|
| 1290 | - ) |
|
| 1291 | - ) |
|
| 1292 | - ); |
|
| 1293 | - $this->volumes_recommended = new Google_Service_Books_VolumesRecommended_Resource( |
|
| 1294 | - $this, |
|
| 1295 | - $this->serviceName, |
|
| 1296 | - 'recommended', |
|
| 1297 | - array( |
|
| 1298 | - 'methods' => array( |
|
| 1299 | - 'list' => array( |
|
| 1300 | - 'path' => 'volumes/recommended', |
|
| 1301 | - 'httpMethod' => 'GET', |
|
| 1302 | - 'parameters' => array( |
|
| 1303 | - 'locale' => array( |
|
| 1304 | - 'location' => 'query', |
|
| 1305 | - 'type' => 'string', |
|
| 1306 | - ), |
|
| 1307 | - 'source' => array( |
|
| 1308 | - 'location' => 'query', |
|
| 1309 | - 'type' => 'string', |
|
| 1310 | - ), |
|
| 1311 | - 'maxAllowedMaturityRating' => array( |
|
| 1312 | - 'location' => 'query', |
|
| 1313 | - 'type' => 'string', |
|
| 1314 | - ), |
|
| 1315 | - ), |
|
| 1316 | - ),'rate' => array( |
|
| 1317 | - 'path' => 'volumes/recommended/rate', |
|
| 1318 | - 'httpMethod' => 'POST', |
|
| 1319 | - 'parameters' => array( |
|
| 1320 | - 'rating' => array( |
|
| 1321 | - 'location' => 'query', |
|
| 1322 | - 'type' => 'string', |
|
| 1323 | - 'required' => true, |
|
| 1324 | - ), |
|
| 1325 | - 'volumeId' => array( |
|
| 1326 | - 'location' => 'query', |
|
| 1327 | - 'type' => 'string', |
|
| 1328 | - 'required' => true, |
|
| 1329 | - ), |
|
| 1330 | - 'locale' => array( |
|
| 1331 | - 'location' => 'query', |
|
| 1332 | - 'type' => 'string', |
|
| 1333 | - ), |
|
| 1334 | - 'source' => array( |
|
| 1335 | - 'location' => 'query', |
|
| 1336 | - 'type' => 'string', |
|
| 1337 | - ), |
|
| 1338 | - ), |
|
| 1339 | - ), |
|
| 1340 | - ) |
|
| 1341 | - ) |
|
| 1342 | - ); |
|
| 1343 | - $this->volumes_useruploaded = new Google_Service_Books_VolumesUseruploaded_Resource( |
|
| 1344 | - $this, |
|
| 1345 | - $this->serviceName, |
|
| 1346 | - 'useruploaded', |
|
| 1347 | - array( |
|
| 1348 | - 'methods' => array( |
|
| 1349 | - 'list' => array( |
|
| 1350 | - 'path' => 'volumes/useruploaded', |
|
| 1351 | - 'httpMethod' => 'GET', |
|
| 1352 | - 'parameters' => array( |
|
| 1353 | - 'locale' => array( |
|
| 1354 | - 'location' => 'query', |
|
| 1355 | - 'type' => 'string', |
|
| 1356 | - ), |
|
| 1357 | - 'volumeId' => array( |
|
| 1358 | - 'location' => 'query', |
|
| 1359 | - 'type' => 'string', |
|
| 1360 | - 'repeated' => true, |
|
| 1361 | - ), |
|
| 1362 | - 'maxResults' => array( |
|
| 1363 | - 'location' => 'query', |
|
| 1364 | - 'type' => 'integer', |
|
| 1365 | - ), |
|
| 1366 | - 'source' => array( |
|
| 1367 | - 'location' => 'query', |
|
| 1368 | - 'type' => 'string', |
|
| 1369 | - ), |
|
| 1370 | - 'startIndex' => array( |
|
| 1371 | - 'location' => 'query', |
|
| 1372 | - 'type' => 'integer', |
|
| 1373 | - ), |
|
| 1374 | - 'processingState' => array( |
|
| 1375 | - 'location' => 'query', |
|
| 1376 | - 'type' => 'string', |
|
| 1377 | - 'repeated' => true, |
|
| 1378 | - ), |
|
| 1379 | - ), |
|
| 1380 | - ), |
|
| 1381 | - ) |
|
| 1382 | - ) |
|
| 1383 | - ); |
|
| 65 | + parent::__construct($client); |
|
| 66 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 67 | + $this->servicePath = 'books/v1/'; |
|
| 68 | + $this->version = 'v1'; |
|
| 69 | + $this->serviceName = 'books'; |
|
| 70 | + |
|
| 71 | + $this->bookshelves = new Google_Service_Books_Bookshelves_Resource( |
|
| 72 | + $this, |
|
| 73 | + $this->serviceName, |
|
| 74 | + 'bookshelves', |
|
| 75 | + array( |
|
| 76 | + 'methods' => array( |
|
| 77 | + 'get' => array( |
|
| 78 | + 'path' => 'users/{userId}/bookshelves/{shelf}', |
|
| 79 | + 'httpMethod' => 'GET', |
|
| 80 | + 'parameters' => array( |
|
| 81 | + 'userId' => array( |
|
| 82 | + 'location' => 'path', |
|
| 83 | + 'type' => 'string', |
|
| 84 | + 'required' => true, |
|
| 85 | + ), |
|
| 86 | + 'shelf' => array( |
|
| 87 | + 'location' => 'path', |
|
| 88 | + 'type' => 'string', |
|
| 89 | + 'required' => true, |
|
| 90 | + ), |
|
| 91 | + 'source' => array( |
|
| 92 | + 'location' => 'query', |
|
| 93 | + 'type' => 'string', |
|
| 94 | + ), |
|
| 95 | + ), |
|
| 96 | + ),'list' => array( |
|
| 97 | + 'path' => 'users/{userId}/bookshelves', |
|
| 98 | + 'httpMethod' => 'GET', |
|
| 99 | + 'parameters' => array( |
|
| 100 | + 'userId' => array( |
|
| 101 | + 'location' => 'path', |
|
| 102 | + 'type' => 'string', |
|
| 103 | + 'required' => true, |
|
| 104 | + ), |
|
| 105 | + 'source' => array( |
|
| 106 | + 'location' => 'query', |
|
| 107 | + 'type' => 'string', |
|
| 108 | + ), |
|
| 109 | + ), |
|
| 110 | + ), |
|
| 111 | + ) |
|
| 112 | + ) |
|
| 113 | + ); |
|
| 114 | + $this->bookshelves_volumes = new Google_Service_Books_BookshelvesVolumes_Resource( |
|
| 115 | + $this, |
|
| 116 | + $this->serviceName, |
|
| 117 | + 'volumes', |
|
| 118 | + array( |
|
| 119 | + 'methods' => array( |
|
| 120 | + 'list' => array( |
|
| 121 | + 'path' => 'users/{userId}/bookshelves/{shelf}/volumes', |
|
| 122 | + 'httpMethod' => 'GET', |
|
| 123 | + 'parameters' => array( |
|
| 124 | + 'userId' => array( |
|
| 125 | + 'location' => 'path', |
|
| 126 | + 'type' => 'string', |
|
| 127 | + 'required' => true, |
|
| 128 | + ), |
|
| 129 | + 'shelf' => array( |
|
| 130 | + 'location' => 'path', |
|
| 131 | + 'type' => 'string', |
|
| 132 | + 'required' => true, |
|
| 133 | + ), |
|
| 134 | + 'showPreorders' => array( |
|
| 135 | + 'location' => 'query', |
|
| 136 | + 'type' => 'boolean', |
|
| 137 | + ), |
|
| 138 | + 'maxResults' => array( |
|
| 139 | + 'location' => 'query', |
|
| 140 | + 'type' => 'integer', |
|
| 141 | + ), |
|
| 142 | + 'source' => array( |
|
| 143 | + 'location' => 'query', |
|
| 144 | + 'type' => 'string', |
|
| 145 | + ), |
|
| 146 | + 'startIndex' => array( |
|
| 147 | + 'location' => 'query', |
|
| 148 | + 'type' => 'integer', |
|
| 149 | + ), |
|
| 150 | + ), |
|
| 151 | + ), |
|
| 152 | + ) |
|
| 153 | + ) |
|
| 154 | + ); |
|
| 155 | + $this->cloudloading = new Google_Service_Books_Cloudloading_Resource( |
|
| 156 | + $this, |
|
| 157 | + $this->serviceName, |
|
| 158 | + 'cloudloading', |
|
| 159 | + array( |
|
| 160 | + 'methods' => array( |
|
| 161 | + 'addBook' => array( |
|
| 162 | + 'path' => 'cloudloading/addBook', |
|
| 163 | + 'httpMethod' => 'POST', |
|
| 164 | + 'parameters' => array( |
|
| 165 | + 'upload_client_token' => array( |
|
| 166 | + 'location' => 'query', |
|
| 167 | + 'type' => 'string', |
|
| 168 | + ), |
|
| 169 | + 'drive_document_id' => array( |
|
| 170 | + 'location' => 'query', |
|
| 171 | + 'type' => 'string', |
|
| 172 | + ), |
|
| 173 | + 'mime_type' => array( |
|
| 174 | + 'location' => 'query', |
|
| 175 | + 'type' => 'string', |
|
| 176 | + ), |
|
| 177 | + 'name' => array( |
|
| 178 | + 'location' => 'query', |
|
| 179 | + 'type' => 'string', |
|
| 180 | + ), |
|
| 181 | + ), |
|
| 182 | + ),'deleteBook' => array( |
|
| 183 | + 'path' => 'cloudloading/deleteBook', |
|
| 184 | + 'httpMethod' => 'POST', |
|
| 185 | + 'parameters' => array( |
|
| 186 | + 'volumeId' => array( |
|
| 187 | + 'location' => 'query', |
|
| 188 | + 'type' => 'string', |
|
| 189 | + 'required' => true, |
|
| 190 | + ), |
|
| 191 | + ), |
|
| 192 | + ),'updateBook' => array( |
|
| 193 | + 'path' => 'cloudloading/updateBook', |
|
| 194 | + 'httpMethod' => 'POST', |
|
| 195 | + 'parameters' => array(), |
|
| 196 | + ), |
|
| 197 | + ) |
|
| 198 | + ) |
|
| 199 | + ); |
|
| 200 | + $this->dictionary = new Google_Service_Books_Dictionary_Resource( |
|
| 201 | + $this, |
|
| 202 | + $this->serviceName, |
|
| 203 | + 'dictionary', |
|
| 204 | + array( |
|
| 205 | + 'methods' => array( |
|
| 206 | + 'listOfflineMetadata' => array( |
|
| 207 | + 'path' => 'dictionary/listOfflineMetadata', |
|
| 208 | + 'httpMethod' => 'GET', |
|
| 209 | + 'parameters' => array( |
|
| 210 | + 'cpksver' => array( |
|
| 211 | + 'location' => 'query', |
|
| 212 | + 'type' => 'string', |
|
| 213 | + 'required' => true, |
|
| 214 | + ), |
|
| 215 | + ), |
|
| 216 | + ), |
|
| 217 | + ) |
|
| 218 | + ) |
|
| 219 | + ); |
|
| 220 | + $this->layers = new Google_Service_Books_Layers_Resource( |
|
| 221 | + $this, |
|
| 222 | + $this->serviceName, |
|
| 223 | + 'layers', |
|
| 224 | + array( |
|
| 225 | + 'methods' => array( |
|
| 226 | + 'get' => array( |
|
| 227 | + 'path' => 'volumes/{volumeId}/layersummary/{summaryId}', |
|
| 228 | + 'httpMethod' => 'GET', |
|
| 229 | + 'parameters' => array( |
|
| 230 | + 'volumeId' => array( |
|
| 231 | + 'location' => 'path', |
|
| 232 | + 'type' => 'string', |
|
| 233 | + 'required' => true, |
|
| 234 | + ), |
|
| 235 | + 'summaryId' => array( |
|
| 236 | + 'location' => 'path', |
|
| 237 | + 'type' => 'string', |
|
| 238 | + 'required' => true, |
|
| 239 | + ), |
|
| 240 | + 'source' => array( |
|
| 241 | + 'location' => 'query', |
|
| 242 | + 'type' => 'string', |
|
| 243 | + ), |
|
| 244 | + 'contentVersion' => array( |
|
| 245 | + 'location' => 'query', |
|
| 246 | + 'type' => 'string', |
|
| 247 | + ), |
|
| 248 | + ), |
|
| 249 | + ),'list' => array( |
|
| 250 | + 'path' => 'volumes/{volumeId}/layersummary', |
|
| 251 | + 'httpMethod' => 'GET', |
|
| 252 | + 'parameters' => array( |
|
| 253 | + 'volumeId' => array( |
|
| 254 | + 'location' => 'path', |
|
| 255 | + 'type' => 'string', |
|
| 256 | + 'required' => true, |
|
| 257 | + ), |
|
| 258 | + 'pageToken' => array( |
|
| 259 | + 'location' => 'query', |
|
| 260 | + 'type' => 'string', |
|
| 261 | + ), |
|
| 262 | + 'contentVersion' => array( |
|
| 263 | + 'location' => 'query', |
|
| 264 | + 'type' => 'string', |
|
| 265 | + ), |
|
| 266 | + 'maxResults' => array( |
|
| 267 | + 'location' => 'query', |
|
| 268 | + 'type' => 'integer', |
|
| 269 | + ), |
|
| 270 | + 'source' => array( |
|
| 271 | + 'location' => 'query', |
|
| 272 | + 'type' => 'string', |
|
| 273 | + ), |
|
| 274 | + ), |
|
| 275 | + ), |
|
| 276 | + ) |
|
| 277 | + ) |
|
| 278 | + ); |
|
| 279 | + $this->layers_annotationData = new Google_Service_Books_LayersAnnotationData_Resource( |
|
| 280 | + $this, |
|
| 281 | + $this->serviceName, |
|
| 282 | + 'annotationData', |
|
| 283 | + array( |
|
| 284 | + 'methods' => array( |
|
| 285 | + 'get' => array( |
|
| 286 | + 'path' => 'volumes/{volumeId}/layers/{layerId}/data/{annotationDataId}', |
|
| 287 | + 'httpMethod' => 'GET', |
|
| 288 | + 'parameters' => array( |
|
| 289 | + 'volumeId' => array( |
|
| 290 | + 'location' => 'path', |
|
| 291 | + 'type' => 'string', |
|
| 292 | + 'required' => true, |
|
| 293 | + ), |
|
| 294 | + 'layerId' => array( |
|
| 295 | + 'location' => 'path', |
|
| 296 | + 'type' => 'string', |
|
| 297 | + 'required' => true, |
|
| 298 | + ), |
|
| 299 | + 'annotationDataId' => array( |
|
| 300 | + 'location' => 'path', |
|
| 301 | + 'type' => 'string', |
|
| 302 | + 'required' => true, |
|
| 303 | + ), |
|
| 304 | + 'contentVersion' => array( |
|
| 305 | + 'location' => 'query', |
|
| 306 | + 'type' => 'string', |
|
| 307 | + 'required' => true, |
|
| 308 | + ), |
|
| 309 | + 'scale' => array( |
|
| 310 | + 'location' => 'query', |
|
| 311 | + 'type' => 'integer', |
|
| 312 | + ), |
|
| 313 | + 'source' => array( |
|
| 314 | + 'location' => 'query', |
|
| 315 | + 'type' => 'string', |
|
| 316 | + ), |
|
| 317 | + 'allowWebDefinitions' => array( |
|
| 318 | + 'location' => 'query', |
|
| 319 | + 'type' => 'boolean', |
|
| 320 | + ), |
|
| 321 | + 'h' => array( |
|
| 322 | + 'location' => 'query', |
|
| 323 | + 'type' => 'integer', |
|
| 324 | + ), |
|
| 325 | + 'locale' => array( |
|
| 326 | + 'location' => 'query', |
|
| 327 | + 'type' => 'string', |
|
| 328 | + ), |
|
| 329 | + 'w' => array( |
|
| 330 | + 'location' => 'query', |
|
| 331 | + 'type' => 'integer', |
|
| 332 | + ), |
|
| 333 | + ), |
|
| 334 | + ),'list' => array( |
|
| 335 | + 'path' => 'volumes/{volumeId}/layers/{layerId}/data', |
|
| 336 | + 'httpMethod' => 'GET', |
|
| 337 | + 'parameters' => array( |
|
| 338 | + 'volumeId' => array( |
|
| 339 | + 'location' => 'path', |
|
| 340 | + 'type' => 'string', |
|
| 341 | + 'required' => true, |
|
| 342 | + ), |
|
| 343 | + 'layerId' => array( |
|
| 344 | + 'location' => 'path', |
|
| 345 | + 'type' => 'string', |
|
| 346 | + 'required' => true, |
|
| 347 | + ), |
|
| 348 | + 'contentVersion' => array( |
|
| 349 | + 'location' => 'query', |
|
| 350 | + 'type' => 'string', |
|
| 351 | + 'required' => true, |
|
| 352 | + ), |
|
| 353 | + 'scale' => array( |
|
| 354 | + 'location' => 'query', |
|
| 355 | + 'type' => 'integer', |
|
| 356 | + ), |
|
| 357 | + 'source' => array( |
|
| 358 | + 'location' => 'query', |
|
| 359 | + 'type' => 'string', |
|
| 360 | + ), |
|
| 361 | + 'locale' => array( |
|
| 362 | + 'location' => 'query', |
|
| 363 | + 'type' => 'string', |
|
| 364 | + ), |
|
| 365 | + 'h' => array( |
|
| 366 | + 'location' => 'query', |
|
| 367 | + 'type' => 'integer', |
|
| 368 | + ), |
|
| 369 | + 'updatedMax' => array( |
|
| 370 | + 'location' => 'query', |
|
| 371 | + 'type' => 'string', |
|
| 372 | + ), |
|
| 373 | + 'maxResults' => array( |
|
| 374 | + 'location' => 'query', |
|
| 375 | + 'type' => 'integer', |
|
| 376 | + ), |
|
| 377 | + 'annotationDataId' => array( |
|
| 378 | + 'location' => 'query', |
|
| 379 | + 'type' => 'string', |
|
| 380 | + 'repeated' => true, |
|
| 381 | + ), |
|
| 382 | + 'pageToken' => array( |
|
| 383 | + 'location' => 'query', |
|
| 384 | + 'type' => 'string', |
|
| 385 | + ), |
|
| 386 | + 'w' => array( |
|
| 387 | + 'location' => 'query', |
|
| 388 | + 'type' => 'integer', |
|
| 389 | + ), |
|
| 390 | + 'updatedMin' => array( |
|
| 391 | + 'location' => 'query', |
|
| 392 | + 'type' => 'string', |
|
| 393 | + ), |
|
| 394 | + ), |
|
| 395 | + ), |
|
| 396 | + ) |
|
| 397 | + ) |
|
| 398 | + ); |
|
| 399 | + $this->layers_volumeAnnotations = new Google_Service_Books_LayersVolumeAnnotations_Resource( |
|
| 400 | + $this, |
|
| 401 | + $this->serviceName, |
|
| 402 | + 'volumeAnnotations', |
|
| 403 | + array( |
|
| 404 | + 'methods' => array( |
|
| 405 | + 'get' => array( |
|
| 406 | + 'path' => 'volumes/{volumeId}/layers/{layerId}/annotations/{annotationId}', |
|
| 407 | + 'httpMethod' => 'GET', |
|
| 408 | + 'parameters' => array( |
|
| 409 | + 'volumeId' => array( |
|
| 410 | + 'location' => 'path', |
|
| 411 | + 'type' => 'string', |
|
| 412 | + 'required' => true, |
|
| 413 | + ), |
|
| 414 | + 'layerId' => array( |
|
| 415 | + 'location' => 'path', |
|
| 416 | + 'type' => 'string', |
|
| 417 | + 'required' => true, |
|
| 418 | + ), |
|
| 419 | + 'annotationId' => array( |
|
| 420 | + 'location' => 'path', |
|
| 421 | + 'type' => 'string', |
|
| 422 | + 'required' => true, |
|
| 423 | + ), |
|
| 424 | + 'locale' => array( |
|
| 425 | + 'location' => 'query', |
|
| 426 | + 'type' => 'string', |
|
| 427 | + ), |
|
| 428 | + 'source' => array( |
|
| 429 | + 'location' => 'query', |
|
| 430 | + 'type' => 'string', |
|
| 431 | + ), |
|
| 432 | + ), |
|
| 433 | + ),'list' => array( |
|
| 434 | + 'path' => 'volumes/{volumeId}/layers/{layerId}', |
|
| 435 | + 'httpMethod' => 'GET', |
|
| 436 | + 'parameters' => array( |
|
| 437 | + 'volumeId' => array( |
|
| 438 | + 'location' => 'path', |
|
| 439 | + 'type' => 'string', |
|
| 440 | + 'required' => true, |
|
| 441 | + ), |
|
| 442 | + 'layerId' => array( |
|
| 443 | + 'location' => 'path', |
|
| 444 | + 'type' => 'string', |
|
| 445 | + 'required' => true, |
|
| 446 | + ), |
|
| 447 | + 'contentVersion' => array( |
|
| 448 | + 'location' => 'query', |
|
| 449 | + 'type' => 'string', |
|
| 450 | + 'required' => true, |
|
| 451 | + ), |
|
| 452 | + 'showDeleted' => array( |
|
| 453 | + 'location' => 'query', |
|
| 454 | + 'type' => 'boolean', |
|
| 455 | + ), |
|
| 456 | + 'volumeAnnotationsVersion' => array( |
|
| 457 | + 'location' => 'query', |
|
| 458 | + 'type' => 'string', |
|
| 459 | + ), |
|
| 460 | + 'endPosition' => array( |
|
| 461 | + 'location' => 'query', |
|
| 462 | + 'type' => 'string', |
|
| 463 | + ), |
|
| 464 | + 'endOffset' => array( |
|
| 465 | + 'location' => 'query', |
|
| 466 | + 'type' => 'string', |
|
| 467 | + ), |
|
| 468 | + 'locale' => array( |
|
| 469 | + 'location' => 'query', |
|
| 470 | + 'type' => 'string', |
|
| 471 | + ), |
|
| 472 | + 'updatedMin' => array( |
|
| 473 | + 'location' => 'query', |
|
| 474 | + 'type' => 'string', |
|
| 475 | + ), |
|
| 476 | + 'updatedMax' => array( |
|
| 477 | + 'location' => 'query', |
|
| 478 | + 'type' => 'string', |
|
| 479 | + ), |
|
| 480 | + 'maxResults' => array( |
|
| 481 | + 'location' => 'query', |
|
| 482 | + 'type' => 'integer', |
|
| 483 | + ), |
|
| 484 | + 'pageToken' => array( |
|
| 485 | + 'location' => 'query', |
|
| 486 | + 'type' => 'string', |
|
| 487 | + ), |
|
| 488 | + 'source' => array( |
|
| 489 | + 'location' => 'query', |
|
| 490 | + 'type' => 'string', |
|
| 491 | + ), |
|
| 492 | + 'startOffset' => array( |
|
| 493 | + 'location' => 'query', |
|
| 494 | + 'type' => 'string', |
|
| 495 | + ), |
|
| 496 | + 'startPosition' => array( |
|
| 497 | + 'location' => 'query', |
|
| 498 | + 'type' => 'string', |
|
| 499 | + ), |
|
| 500 | + ), |
|
| 501 | + ), |
|
| 502 | + ) |
|
| 503 | + ) |
|
| 504 | + ); |
|
| 505 | + $this->myconfig = new Google_Service_Books_Myconfig_Resource( |
|
| 506 | + $this, |
|
| 507 | + $this->serviceName, |
|
| 508 | + 'myconfig', |
|
| 509 | + array( |
|
| 510 | + 'methods' => array( |
|
| 511 | + 'getUserSettings' => array( |
|
| 512 | + 'path' => 'myconfig/getUserSettings', |
|
| 513 | + 'httpMethod' => 'GET', |
|
| 514 | + 'parameters' => array(), |
|
| 515 | + ),'releaseDownloadAccess' => array( |
|
| 516 | + 'path' => 'myconfig/releaseDownloadAccess', |
|
| 517 | + 'httpMethod' => 'POST', |
|
| 518 | + 'parameters' => array( |
|
| 519 | + 'volumeIds' => array( |
|
| 520 | + 'location' => 'query', |
|
| 521 | + 'type' => 'string', |
|
| 522 | + 'repeated' => true, |
|
| 523 | + 'required' => true, |
|
| 524 | + ), |
|
| 525 | + 'cpksver' => array( |
|
| 526 | + 'location' => 'query', |
|
| 527 | + 'type' => 'string', |
|
| 528 | + 'required' => true, |
|
| 529 | + ), |
|
| 530 | + 'locale' => array( |
|
| 531 | + 'location' => 'query', |
|
| 532 | + 'type' => 'string', |
|
| 533 | + ), |
|
| 534 | + 'source' => array( |
|
| 535 | + 'location' => 'query', |
|
| 536 | + 'type' => 'string', |
|
| 537 | + ), |
|
| 538 | + ), |
|
| 539 | + ),'requestAccess' => array( |
|
| 540 | + 'path' => 'myconfig/requestAccess', |
|
| 541 | + 'httpMethod' => 'POST', |
|
| 542 | + 'parameters' => array( |
|
| 543 | + 'source' => array( |
|
| 544 | + 'location' => 'query', |
|
| 545 | + 'type' => 'string', |
|
| 546 | + 'required' => true, |
|
| 547 | + ), |
|
| 548 | + 'volumeId' => array( |
|
| 549 | + 'location' => 'query', |
|
| 550 | + 'type' => 'string', |
|
| 551 | + 'required' => true, |
|
| 552 | + ), |
|
| 553 | + 'nonce' => array( |
|
| 554 | + 'location' => 'query', |
|
| 555 | + 'type' => 'string', |
|
| 556 | + 'required' => true, |
|
| 557 | + ), |
|
| 558 | + 'cpksver' => array( |
|
| 559 | + 'location' => 'query', |
|
| 560 | + 'type' => 'string', |
|
| 561 | + 'required' => true, |
|
| 562 | + ), |
|
| 563 | + 'licenseTypes' => array( |
|
| 564 | + 'location' => 'query', |
|
| 565 | + 'type' => 'string', |
|
| 566 | + ), |
|
| 567 | + 'locale' => array( |
|
| 568 | + 'location' => 'query', |
|
| 569 | + 'type' => 'string', |
|
| 570 | + ), |
|
| 571 | + ), |
|
| 572 | + ),'syncVolumeLicenses' => array( |
|
| 573 | + 'path' => 'myconfig/syncVolumeLicenses', |
|
| 574 | + 'httpMethod' => 'POST', |
|
| 575 | + 'parameters' => array( |
|
| 576 | + 'source' => array( |
|
| 577 | + 'location' => 'query', |
|
| 578 | + 'type' => 'string', |
|
| 579 | + 'required' => true, |
|
| 580 | + ), |
|
| 581 | + 'nonce' => array( |
|
| 582 | + 'location' => 'query', |
|
| 583 | + 'type' => 'string', |
|
| 584 | + 'required' => true, |
|
| 585 | + ), |
|
| 586 | + 'cpksver' => array( |
|
| 587 | + 'location' => 'query', |
|
| 588 | + 'type' => 'string', |
|
| 589 | + 'required' => true, |
|
| 590 | + ), |
|
| 591 | + 'features' => array( |
|
| 592 | + 'location' => 'query', |
|
| 593 | + 'type' => 'string', |
|
| 594 | + 'repeated' => true, |
|
| 595 | + ), |
|
| 596 | + 'locale' => array( |
|
| 597 | + 'location' => 'query', |
|
| 598 | + 'type' => 'string', |
|
| 599 | + ), |
|
| 600 | + 'showPreorders' => array( |
|
| 601 | + 'location' => 'query', |
|
| 602 | + 'type' => 'boolean', |
|
| 603 | + ), |
|
| 604 | + 'volumeIds' => array( |
|
| 605 | + 'location' => 'query', |
|
| 606 | + 'type' => 'string', |
|
| 607 | + 'repeated' => true, |
|
| 608 | + ), |
|
| 609 | + ), |
|
| 610 | + ),'updateUserSettings' => array( |
|
| 611 | + 'path' => 'myconfig/updateUserSettings', |
|
| 612 | + 'httpMethod' => 'POST', |
|
| 613 | + 'parameters' => array(), |
|
| 614 | + ), |
|
| 615 | + ) |
|
| 616 | + ) |
|
| 617 | + ); |
|
| 618 | + $this->mylibrary_annotations = new Google_Service_Books_MylibraryAnnotations_Resource( |
|
| 619 | + $this, |
|
| 620 | + $this->serviceName, |
|
| 621 | + 'annotations', |
|
| 622 | + array( |
|
| 623 | + 'methods' => array( |
|
| 624 | + 'delete' => array( |
|
| 625 | + 'path' => 'mylibrary/annotations/{annotationId}', |
|
| 626 | + 'httpMethod' => 'DELETE', |
|
| 627 | + 'parameters' => array( |
|
| 628 | + 'annotationId' => array( |
|
| 629 | + 'location' => 'path', |
|
| 630 | + 'type' => 'string', |
|
| 631 | + 'required' => true, |
|
| 632 | + ), |
|
| 633 | + 'source' => array( |
|
| 634 | + 'location' => 'query', |
|
| 635 | + 'type' => 'string', |
|
| 636 | + ), |
|
| 637 | + ), |
|
| 638 | + ),'insert' => array( |
|
| 639 | + 'path' => 'mylibrary/annotations', |
|
| 640 | + 'httpMethod' => 'POST', |
|
| 641 | + 'parameters' => array( |
|
| 642 | + 'country' => array( |
|
| 643 | + 'location' => 'query', |
|
| 644 | + 'type' => 'string', |
|
| 645 | + ), |
|
| 646 | + 'showOnlySummaryInResponse' => array( |
|
| 647 | + 'location' => 'query', |
|
| 648 | + 'type' => 'boolean', |
|
| 649 | + ), |
|
| 650 | + 'source' => array( |
|
| 651 | + 'location' => 'query', |
|
| 652 | + 'type' => 'string', |
|
| 653 | + ), |
|
| 654 | + ), |
|
| 655 | + ),'list' => array( |
|
| 656 | + 'path' => 'mylibrary/annotations', |
|
| 657 | + 'httpMethod' => 'GET', |
|
| 658 | + 'parameters' => array( |
|
| 659 | + 'showDeleted' => array( |
|
| 660 | + 'location' => 'query', |
|
| 661 | + 'type' => 'boolean', |
|
| 662 | + ), |
|
| 663 | + 'updatedMin' => array( |
|
| 664 | + 'location' => 'query', |
|
| 665 | + 'type' => 'string', |
|
| 666 | + ), |
|
| 667 | + 'layerIds' => array( |
|
| 668 | + 'location' => 'query', |
|
| 669 | + 'type' => 'string', |
|
| 670 | + 'repeated' => true, |
|
| 671 | + ), |
|
| 672 | + 'volumeId' => array( |
|
| 673 | + 'location' => 'query', |
|
| 674 | + 'type' => 'string', |
|
| 675 | + ), |
|
| 676 | + 'maxResults' => array( |
|
| 677 | + 'location' => 'query', |
|
| 678 | + 'type' => 'integer', |
|
| 679 | + ), |
|
| 680 | + 'pageToken' => array( |
|
| 681 | + 'location' => 'query', |
|
| 682 | + 'type' => 'string', |
|
| 683 | + ), |
|
| 684 | + 'updatedMax' => array( |
|
| 685 | + 'location' => 'query', |
|
| 686 | + 'type' => 'string', |
|
| 687 | + ), |
|
| 688 | + 'contentVersion' => array( |
|
| 689 | + 'location' => 'query', |
|
| 690 | + 'type' => 'string', |
|
| 691 | + ), |
|
| 692 | + 'source' => array( |
|
| 693 | + 'location' => 'query', |
|
| 694 | + 'type' => 'string', |
|
| 695 | + ), |
|
| 696 | + 'layerId' => array( |
|
| 697 | + 'location' => 'query', |
|
| 698 | + 'type' => 'string', |
|
| 699 | + ), |
|
| 700 | + ), |
|
| 701 | + ),'summary' => array( |
|
| 702 | + 'path' => 'mylibrary/annotations/summary', |
|
| 703 | + 'httpMethod' => 'POST', |
|
| 704 | + 'parameters' => array( |
|
| 705 | + 'layerIds' => array( |
|
| 706 | + 'location' => 'query', |
|
| 707 | + 'type' => 'string', |
|
| 708 | + 'repeated' => true, |
|
| 709 | + 'required' => true, |
|
| 710 | + ), |
|
| 711 | + 'volumeId' => array( |
|
| 712 | + 'location' => 'query', |
|
| 713 | + 'type' => 'string', |
|
| 714 | + 'required' => true, |
|
| 715 | + ), |
|
| 716 | + ), |
|
| 717 | + ),'update' => array( |
|
| 718 | + 'path' => 'mylibrary/annotations/{annotationId}', |
|
| 719 | + 'httpMethod' => 'PUT', |
|
| 720 | + 'parameters' => array( |
|
| 721 | + 'annotationId' => array( |
|
| 722 | + 'location' => 'path', |
|
| 723 | + 'type' => 'string', |
|
| 724 | + 'required' => true, |
|
| 725 | + ), |
|
| 726 | + 'source' => array( |
|
| 727 | + 'location' => 'query', |
|
| 728 | + 'type' => 'string', |
|
| 729 | + ), |
|
| 730 | + ), |
|
| 731 | + ), |
|
| 732 | + ) |
|
| 733 | + ) |
|
| 734 | + ); |
|
| 735 | + $this->mylibrary_bookshelves = new Google_Service_Books_MylibraryBookshelves_Resource( |
|
| 736 | + $this, |
|
| 737 | + $this->serviceName, |
|
| 738 | + 'bookshelves', |
|
| 739 | + array( |
|
| 740 | + 'methods' => array( |
|
| 741 | + 'addVolume' => array( |
|
| 742 | + 'path' => 'mylibrary/bookshelves/{shelf}/addVolume', |
|
| 743 | + 'httpMethod' => 'POST', |
|
| 744 | + 'parameters' => array( |
|
| 745 | + 'shelf' => array( |
|
| 746 | + 'location' => 'path', |
|
| 747 | + 'type' => 'string', |
|
| 748 | + 'required' => true, |
|
| 749 | + ), |
|
| 750 | + 'volumeId' => array( |
|
| 751 | + 'location' => 'query', |
|
| 752 | + 'type' => 'string', |
|
| 753 | + 'required' => true, |
|
| 754 | + ), |
|
| 755 | + 'reason' => array( |
|
| 756 | + 'location' => 'query', |
|
| 757 | + 'type' => 'string', |
|
| 758 | + ), |
|
| 759 | + 'source' => array( |
|
| 760 | + 'location' => 'query', |
|
| 761 | + 'type' => 'string', |
|
| 762 | + ), |
|
| 763 | + ), |
|
| 764 | + ),'clearVolumes' => array( |
|
| 765 | + 'path' => 'mylibrary/bookshelves/{shelf}/clearVolumes', |
|
| 766 | + 'httpMethod' => 'POST', |
|
| 767 | + 'parameters' => array( |
|
| 768 | + 'shelf' => array( |
|
| 769 | + 'location' => 'path', |
|
| 770 | + 'type' => 'string', |
|
| 771 | + 'required' => true, |
|
| 772 | + ), |
|
| 773 | + 'source' => array( |
|
| 774 | + 'location' => 'query', |
|
| 775 | + 'type' => 'string', |
|
| 776 | + ), |
|
| 777 | + ), |
|
| 778 | + ),'get' => array( |
|
| 779 | + 'path' => 'mylibrary/bookshelves/{shelf}', |
|
| 780 | + 'httpMethod' => 'GET', |
|
| 781 | + 'parameters' => array( |
|
| 782 | + 'shelf' => array( |
|
| 783 | + 'location' => 'path', |
|
| 784 | + 'type' => 'string', |
|
| 785 | + 'required' => true, |
|
| 786 | + ), |
|
| 787 | + 'source' => array( |
|
| 788 | + 'location' => 'query', |
|
| 789 | + 'type' => 'string', |
|
| 790 | + ), |
|
| 791 | + ), |
|
| 792 | + ),'list' => array( |
|
| 793 | + 'path' => 'mylibrary/bookshelves', |
|
| 794 | + 'httpMethod' => 'GET', |
|
| 795 | + 'parameters' => array( |
|
| 796 | + 'source' => array( |
|
| 797 | + 'location' => 'query', |
|
| 798 | + 'type' => 'string', |
|
| 799 | + ), |
|
| 800 | + ), |
|
| 801 | + ),'moveVolume' => array( |
|
| 802 | + 'path' => 'mylibrary/bookshelves/{shelf}/moveVolume', |
|
| 803 | + 'httpMethod' => 'POST', |
|
| 804 | + 'parameters' => array( |
|
| 805 | + 'shelf' => array( |
|
| 806 | + 'location' => 'path', |
|
| 807 | + 'type' => 'string', |
|
| 808 | + 'required' => true, |
|
| 809 | + ), |
|
| 810 | + 'volumeId' => array( |
|
| 811 | + 'location' => 'query', |
|
| 812 | + 'type' => 'string', |
|
| 813 | + 'required' => true, |
|
| 814 | + ), |
|
| 815 | + 'volumePosition' => array( |
|
| 816 | + 'location' => 'query', |
|
| 817 | + 'type' => 'integer', |
|
| 818 | + 'required' => true, |
|
| 819 | + ), |
|
| 820 | + 'source' => array( |
|
| 821 | + 'location' => 'query', |
|
| 822 | + 'type' => 'string', |
|
| 823 | + ), |
|
| 824 | + ), |
|
| 825 | + ),'removeVolume' => array( |
|
| 826 | + 'path' => 'mylibrary/bookshelves/{shelf}/removeVolume', |
|
| 827 | + 'httpMethod' => 'POST', |
|
| 828 | + 'parameters' => array( |
|
| 829 | + 'shelf' => array( |
|
| 830 | + 'location' => 'path', |
|
| 831 | + 'type' => 'string', |
|
| 832 | + 'required' => true, |
|
| 833 | + ), |
|
| 834 | + 'volumeId' => array( |
|
| 835 | + 'location' => 'query', |
|
| 836 | + 'type' => 'string', |
|
| 837 | + 'required' => true, |
|
| 838 | + ), |
|
| 839 | + 'reason' => array( |
|
| 840 | + 'location' => 'query', |
|
| 841 | + 'type' => 'string', |
|
| 842 | + ), |
|
| 843 | + 'source' => array( |
|
| 844 | + 'location' => 'query', |
|
| 845 | + 'type' => 'string', |
|
| 846 | + ), |
|
| 847 | + ), |
|
| 848 | + ), |
|
| 849 | + ) |
|
| 850 | + ) |
|
| 851 | + ); |
|
| 852 | + $this->mylibrary_bookshelves_volumes = new Google_Service_Books_MylibraryBookshelvesVolumes_Resource( |
|
| 853 | + $this, |
|
| 854 | + $this->serviceName, |
|
| 855 | + 'volumes', |
|
| 856 | + array( |
|
| 857 | + 'methods' => array( |
|
| 858 | + 'list' => array( |
|
| 859 | + 'path' => 'mylibrary/bookshelves/{shelf}/volumes', |
|
| 860 | + 'httpMethod' => 'GET', |
|
| 861 | + 'parameters' => array( |
|
| 862 | + 'shelf' => array( |
|
| 863 | + 'location' => 'path', |
|
| 864 | + 'type' => 'string', |
|
| 865 | + 'required' => true, |
|
| 866 | + ), |
|
| 867 | + 'projection' => array( |
|
| 868 | + 'location' => 'query', |
|
| 869 | + 'type' => 'string', |
|
| 870 | + ), |
|
| 871 | + 'country' => array( |
|
| 872 | + 'location' => 'query', |
|
| 873 | + 'type' => 'string', |
|
| 874 | + ), |
|
| 875 | + 'showPreorders' => array( |
|
| 876 | + 'location' => 'query', |
|
| 877 | + 'type' => 'boolean', |
|
| 878 | + ), |
|
| 879 | + 'maxResults' => array( |
|
| 880 | + 'location' => 'query', |
|
| 881 | + 'type' => 'integer', |
|
| 882 | + ), |
|
| 883 | + 'q' => array( |
|
| 884 | + 'location' => 'query', |
|
| 885 | + 'type' => 'string', |
|
| 886 | + ), |
|
| 887 | + 'source' => array( |
|
| 888 | + 'location' => 'query', |
|
| 889 | + 'type' => 'string', |
|
| 890 | + ), |
|
| 891 | + 'startIndex' => array( |
|
| 892 | + 'location' => 'query', |
|
| 893 | + 'type' => 'integer', |
|
| 894 | + ), |
|
| 895 | + ), |
|
| 896 | + ), |
|
| 897 | + ) |
|
| 898 | + ) |
|
| 899 | + ); |
|
| 900 | + $this->mylibrary_readingpositions = new Google_Service_Books_MylibraryReadingpositions_Resource( |
|
| 901 | + $this, |
|
| 902 | + $this->serviceName, |
|
| 903 | + 'readingpositions', |
|
| 904 | + array( |
|
| 905 | + 'methods' => array( |
|
| 906 | + 'get' => array( |
|
| 907 | + 'path' => 'mylibrary/readingpositions/{volumeId}', |
|
| 908 | + 'httpMethod' => 'GET', |
|
| 909 | + 'parameters' => array( |
|
| 910 | + 'volumeId' => array( |
|
| 911 | + 'location' => 'path', |
|
| 912 | + 'type' => 'string', |
|
| 913 | + 'required' => true, |
|
| 914 | + ), |
|
| 915 | + 'source' => array( |
|
| 916 | + 'location' => 'query', |
|
| 917 | + 'type' => 'string', |
|
| 918 | + ), |
|
| 919 | + 'contentVersion' => array( |
|
| 920 | + 'location' => 'query', |
|
| 921 | + 'type' => 'string', |
|
| 922 | + ), |
|
| 923 | + ), |
|
| 924 | + ),'setPosition' => array( |
|
| 925 | + 'path' => 'mylibrary/readingpositions/{volumeId}/setPosition', |
|
| 926 | + 'httpMethod' => 'POST', |
|
| 927 | + 'parameters' => array( |
|
| 928 | + 'volumeId' => array( |
|
| 929 | + 'location' => 'path', |
|
| 930 | + 'type' => 'string', |
|
| 931 | + 'required' => true, |
|
| 932 | + ), |
|
| 933 | + 'timestamp' => array( |
|
| 934 | + 'location' => 'query', |
|
| 935 | + 'type' => 'string', |
|
| 936 | + 'required' => true, |
|
| 937 | + ), |
|
| 938 | + 'position' => array( |
|
| 939 | + 'location' => 'query', |
|
| 940 | + 'type' => 'string', |
|
| 941 | + 'required' => true, |
|
| 942 | + ), |
|
| 943 | + 'deviceCookie' => array( |
|
| 944 | + 'location' => 'query', |
|
| 945 | + 'type' => 'string', |
|
| 946 | + ), |
|
| 947 | + 'source' => array( |
|
| 948 | + 'location' => 'query', |
|
| 949 | + 'type' => 'string', |
|
| 950 | + ), |
|
| 951 | + 'contentVersion' => array( |
|
| 952 | + 'location' => 'query', |
|
| 953 | + 'type' => 'string', |
|
| 954 | + ), |
|
| 955 | + 'action' => array( |
|
| 956 | + 'location' => 'query', |
|
| 957 | + 'type' => 'string', |
|
| 958 | + ), |
|
| 959 | + ), |
|
| 960 | + ), |
|
| 961 | + ) |
|
| 962 | + ) |
|
| 963 | + ); |
|
| 964 | + $this->onboarding = new Google_Service_Books_Onboarding_Resource( |
|
| 965 | + $this, |
|
| 966 | + $this->serviceName, |
|
| 967 | + 'onboarding', |
|
| 968 | + array( |
|
| 969 | + 'methods' => array( |
|
| 970 | + 'listCategories' => array( |
|
| 971 | + 'path' => 'onboarding/listCategories', |
|
| 972 | + 'httpMethod' => 'GET', |
|
| 973 | + 'parameters' => array( |
|
| 974 | + 'locale' => array( |
|
| 975 | + 'location' => 'query', |
|
| 976 | + 'type' => 'string', |
|
| 977 | + ), |
|
| 978 | + ), |
|
| 979 | + ),'listCategoryVolumes' => array( |
|
| 980 | + 'path' => 'onboarding/listCategoryVolumes', |
|
| 981 | + 'httpMethod' => 'GET', |
|
| 982 | + 'parameters' => array( |
|
| 983 | + 'locale' => array( |
|
| 984 | + 'location' => 'query', |
|
| 985 | + 'type' => 'string', |
|
| 986 | + ), |
|
| 987 | + 'pageToken' => array( |
|
| 988 | + 'location' => 'query', |
|
| 989 | + 'type' => 'string', |
|
| 990 | + ), |
|
| 991 | + 'maxAllowedMaturityRating' => array( |
|
| 992 | + 'location' => 'query', |
|
| 993 | + 'type' => 'string', |
|
| 994 | + ), |
|
| 995 | + 'categoryId' => array( |
|
| 996 | + 'location' => 'query', |
|
| 997 | + 'type' => 'string', |
|
| 998 | + 'repeated' => true, |
|
| 999 | + ), |
|
| 1000 | + 'pageSize' => array( |
|
| 1001 | + 'location' => 'query', |
|
| 1002 | + 'type' => 'integer', |
|
| 1003 | + ), |
|
| 1004 | + ), |
|
| 1005 | + ), |
|
| 1006 | + ) |
|
| 1007 | + ) |
|
| 1008 | + ); |
|
| 1009 | + $this->promooffer = new Google_Service_Books_Promooffer_Resource( |
|
| 1010 | + $this, |
|
| 1011 | + $this->serviceName, |
|
| 1012 | + 'promooffer', |
|
| 1013 | + array( |
|
| 1014 | + 'methods' => array( |
|
| 1015 | + 'accept' => array( |
|
| 1016 | + 'path' => 'promooffer/accept', |
|
| 1017 | + 'httpMethod' => 'POST', |
|
| 1018 | + 'parameters' => array( |
|
| 1019 | + 'product' => array( |
|
| 1020 | + 'location' => 'query', |
|
| 1021 | + 'type' => 'string', |
|
| 1022 | + ), |
|
| 1023 | + 'volumeId' => array( |
|
| 1024 | + 'location' => 'query', |
|
| 1025 | + 'type' => 'string', |
|
| 1026 | + ), |
|
| 1027 | + 'offerId' => array( |
|
| 1028 | + 'location' => 'query', |
|
| 1029 | + 'type' => 'string', |
|
| 1030 | + ), |
|
| 1031 | + 'androidId' => array( |
|
| 1032 | + 'location' => 'query', |
|
| 1033 | + 'type' => 'string', |
|
| 1034 | + ), |
|
| 1035 | + 'device' => array( |
|
| 1036 | + 'location' => 'query', |
|
| 1037 | + 'type' => 'string', |
|
| 1038 | + ), |
|
| 1039 | + 'model' => array( |
|
| 1040 | + 'location' => 'query', |
|
| 1041 | + 'type' => 'string', |
|
| 1042 | + ), |
|
| 1043 | + 'serial' => array( |
|
| 1044 | + 'location' => 'query', |
|
| 1045 | + 'type' => 'string', |
|
| 1046 | + ), |
|
| 1047 | + 'manufacturer' => array( |
|
| 1048 | + 'location' => 'query', |
|
| 1049 | + 'type' => 'string', |
|
| 1050 | + ), |
|
| 1051 | + ), |
|
| 1052 | + ),'dismiss' => array( |
|
| 1053 | + 'path' => 'promooffer/dismiss', |
|
| 1054 | + 'httpMethod' => 'POST', |
|
| 1055 | + 'parameters' => array( |
|
| 1056 | + 'product' => array( |
|
| 1057 | + 'location' => 'query', |
|
| 1058 | + 'type' => 'string', |
|
| 1059 | + ), |
|
| 1060 | + 'offerId' => array( |
|
| 1061 | + 'location' => 'query', |
|
| 1062 | + 'type' => 'string', |
|
| 1063 | + ), |
|
| 1064 | + 'androidId' => array( |
|
| 1065 | + 'location' => 'query', |
|
| 1066 | + 'type' => 'string', |
|
| 1067 | + ), |
|
| 1068 | + 'device' => array( |
|
| 1069 | + 'location' => 'query', |
|
| 1070 | + 'type' => 'string', |
|
| 1071 | + ), |
|
| 1072 | + 'model' => array( |
|
| 1073 | + 'location' => 'query', |
|
| 1074 | + 'type' => 'string', |
|
| 1075 | + ), |
|
| 1076 | + 'serial' => array( |
|
| 1077 | + 'location' => 'query', |
|
| 1078 | + 'type' => 'string', |
|
| 1079 | + ), |
|
| 1080 | + 'manufacturer' => array( |
|
| 1081 | + 'location' => 'query', |
|
| 1082 | + 'type' => 'string', |
|
| 1083 | + ), |
|
| 1084 | + ), |
|
| 1085 | + ),'get' => array( |
|
| 1086 | + 'path' => 'promooffer/get', |
|
| 1087 | + 'httpMethod' => 'GET', |
|
| 1088 | + 'parameters' => array( |
|
| 1089 | + 'product' => array( |
|
| 1090 | + 'location' => 'query', |
|
| 1091 | + 'type' => 'string', |
|
| 1092 | + ), |
|
| 1093 | + 'androidId' => array( |
|
| 1094 | + 'location' => 'query', |
|
| 1095 | + 'type' => 'string', |
|
| 1096 | + ), |
|
| 1097 | + 'device' => array( |
|
| 1098 | + 'location' => 'query', |
|
| 1099 | + 'type' => 'string', |
|
| 1100 | + ), |
|
| 1101 | + 'model' => array( |
|
| 1102 | + 'location' => 'query', |
|
| 1103 | + 'type' => 'string', |
|
| 1104 | + ), |
|
| 1105 | + 'serial' => array( |
|
| 1106 | + 'location' => 'query', |
|
| 1107 | + 'type' => 'string', |
|
| 1108 | + ), |
|
| 1109 | + 'manufacturer' => array( |
|
| 1110 | + 'location' => 'query', |
|
| 1111 | + 'type' => 'string', |
|
| 1112 | + ), |
|
| 1113 | + ), |
|
| 1114 | + ), |
|
| 1115 | + ) |
|
| 1116 | + ) |
|
| 1117 | + ); |
|
| 1118 | + $this->volumes = new Google_Service_Books_Volumes_Resource( |
|
| 1119 | + $this, |
|
| 1120 | + $this->serviceName, |
|
| 1121 | + 'volumes', |
|
| 1122 | + array( |
|
| 1123 | + 'methods' => array( |
|
| 1124 | + 'get' => array( |
|
| 1125 | + 'path' => 'volumes/{volumeId}', |
|
| 1126 | + 'httpMethod' => 'GET', |
|
| 1127 | + 'parameters' => array( |
|
| 1128 | + 'volumeId' => array( |
|
| 1129 | + 'location' => 'path', |
|
| 1130 | + 'type' => 'string', |
|
| 1131 | + 'required' => true, |
|
| 1132 | + ), |
|
| 1133 | + 'user_library_consistent_read' => array( |
|
| 1134 | + 'location' => 'query', |
|
| 1135 | + 'type' => 'boolean', |
|
| 1136 | + ), |
|
| 1137 | + 'projection' => array( |
|
| 1138 | + 'location' => 'query', |
|
| 1139 | + 'type' => 'string', |
|
| 1140 | + ), |
|
| 1141 | + 'country' => array( |
|
| 1142 | + 'location' => 'query', |
|
| 1143 | + 'type' => 'string', |
|
| 1144 | + ), |
|
| 1145 | + 'source' => array( |
|
| 1146 | + 'location' => 'query', |
|
| 1147 | + 'type' => 'string', |
|
| 1148 | + ), |
|
| 1149 | + 'partner' => array( |
|
| 1150 | + 'location' => 'query', |
|
| 1151 | + 'type' => 'string', |
|
| 1152 | + ), |
|
| 1153 | + ), |
|
| 1154 | + ),'list' => array( |
|
| 1155 | + 'path' => 'volumes', |
|
| 1156 | + 'httpMethod' => 'GET', |
|
| 1157 | + 'parameters' => array( |
|
| 1158 | + 'q' => array( |
|
| 1159 | + 'location' => 'query', |
|
| 1160 | + 'type' => 'string', |
|
| 1161 | + 'required' => true, |
|
| 1162 | + ), |
|
| 1163 | + 'orderBy' => array( |
|
| 1164 | + 'location' => 'query', |
|
| 1165 | + 'type' => 'string', |
|
| 1166 | + ), |
|
| 1167 | + 'projection' => array( |
|
| 1168 | + 'location' => 'query', |
|
| 1169 | + 'type' => 'string', |
|
| 1170 | + ), |
|
| 1171 | + 'libraryRestrict' => array( |
|
| 1172 | + 'location' => 'query', |
|
| 1173 | + 'type' => 'string', |
|
| 1174 | + ), |
|
| 1175 | + 'langRestrict' => array( |
|
| 1176 | + 'location' => 'query', |
|
| 1177 | + 'type' => 'string', |
|
| 1178 | + ), |
|
| 1179 | + 'showPreorders' => array( |
|
| 1180 | + 'location' => 'query', |
|
| 1181 | + 'type' => 'boolean', |
|
| 1182 | + ), |
|
| 1183 | + 'printType' => array( |
|
| 1184 | + 'location' => 'query', |
|
| 1185 | + 'type' => 'string', |
|
| 1186 | + ), |
|
| 1187 | + 'maxResults' => array( |
|
| 1188 | + 'location' => 'query', |
|
| 1189 | + 'type' => 'integer', |
|
| 1190 | + ), |
|
| 1191 | + 'filter' => array( |
|
| 1192 | + 'location' => 'query', |
|
| 1193 | + 'type' => 'string', |
|
| 1194 | + ), |
|
| 1195 | + 'source' => array( |
|
| 1196 | + 'location' => 'query', |
|
| 1197 | + 'type' => 'string', |
|
| 1198 | + ), |
|
| 1199 | + 'startIndex' => array( |
|
| 1200 | + 'location' => 'query', |
|
| 1201 | + 'type' => 'integer', |
|
| 1202 | + ), |
|
| 1203 | + 'download' => array( |
|
| 1204 | + 'location' => 'query', |
|
| 1205 | + 'type' => 'string', |
|
| 1206 | + ), |
|
| 1207 | + 'partner' => array( |
|
| 1208 | + 'location' => 'query', |
|
| 1209 | + 'type' => 'string', |
|
| 1210 | + ), |
|
| 1211 | + ), |
|
| 1212 | + ), |
|
| 1213 | + ) |
|
| 1214 | + ) |
|
| 1215 | + ); |
|
| 1216 | + $this->volumes_associated = new Google_Service_Books_VolumesAssociated_Resource( |
|
| 1217 | + $this, |
|
| 1218 | + $this->serviceName, |
|
| 1219 | + 'associated', |
|
| 1220 | + array( |
|
| 1221 | + 'methods' => array( |
|
| 1222 | + 'list' => array( |
|
| 1223 | + 'path' => 'volumes/{volumeId}/associated', |
|
| 1224 | + 'httpMethod' => 'GET', |
|
| 1225 | + 'parameters' => array( |
|
| 1226 | + 'volumeId' => array( |
|
| 1227 | + 'location' => 'path', |
|
| 1228 | + 'type' => 'string', |
|
| 1229 | + 'required' => true, |
|
| 1230 | + ), |
|
| 1231 | + 'locale' => array( |
|
| 1232 | + 'location' => 'query', |
|
| 1233 | + 'type' => 'string', |
|
| 1234 | + ), |
|
| 1235 | + 'source' => array( |
|
| 1236 | + 'location' => 'query', |
|
| 1237 | + 'type' => 'string', |
|
| 1238 | + ), |
|
| 1239 | + 'maxAllowedMaturityRating' => array( |
|
| 1240 | + 'location' => 'query', |
|
| 1241 | + 'type' => 'string', |
|
| 1242 | + ), |
|
| 1243 | + 'association' => array( |
|
| 1244 | + 'location' => 'query', |
|
| 1245 | + 'type' => 'string', |
|
| 1246 | + ), |
|
| 1247 | + ), |
|
| 1248 | + ), |
|
| 1249 | + ) |
|
| 1250 | + ) |
|
| 1251 | + ); |
|
| 1252 | + $this->volumes_mybooks = new Google_Service_Books_VolumesMybooks_Resource( |
|
| 1253 | + $this, |
|
| 1254 | + $this->serviceName, |
|
| 1255 | + 'mybooks', |
|
| 1256 | + array( |
|
| 1257 | + 'methods' => array( |
|
| 1258 | + 'list' => array( |
|
| 1259 | + 'path' => 'volumes/mybooks', |
|
| 1260 | + 'httpMethod' => 'GET', |
|
| 1261 | + 'parameters' => array( |
|
| 1262 | + 'locale' => array( |
|
| 1263 | + 'location' => 'query', |
|
| 1264 | + 'type' => 'string', |
|
| 1265 | + ), |
|
| 1266 | + 'startIndex' => array( |
|
| 1267 | + 'location' => 'query', |
|
| 1268 | + 'type' => 'integer', |
|
| 1269 | + ), |
|
| 1270 | + 'maxResults' => array( |
|
| 1271 | + 'location' => 'query', |
|
| 1272 | + 'type' => 'integer', |
|
| 1273 | + ), |
|
| 1274 | + 'source' => array( |
|
| 1275 | + 'location' => 'query', |
|
| 1276 | + 'type' => 'string', |
|
| 1277 | + ), |
|
| 1278 | + 'acquireMethod' => array( |
|
| 1279 | + 'location' => 'query', |
|
| 1280 | + 'type' => 'string', |
|
| 1281 | + 'repeated' => true, |
|
| 1282 | + ), |
|
| 1283 | + 'processingState' => array( |
|
| 1284 | + 'location' => 'query', |
|
| 1285 | + 'type' => 'string', |
|
| 1286 | + 'repeated' => true, |
|
| 1287 | + ), |
|
| 1288 | + ), |
|
| 1289 | + ), |
|
| 1290 | + ) |
|
| 1291 | + ) |
|
| 1292 | + ); |
|
| 1293 | + $this->volumes_recommended = new Google_Service_Books_VolumesRecommended_Resource( |
|
| 1294 | + $this, |
|
| 1295 | + $this->serviceName, |
|
| 1296 | + 'recommended', |
|
| 1297 | + array( |
|
| 1298 | + 'methods' => array( |
|
| 1299 | + 'list' => array( |
|
| 1300 | + 'path' => 'volumes/recommended', |
|
| 1301 | + 'httpMethod' => 'GET', |
|
| 1302 | + 'parameters' => array( |
|
| 1303 | + 'locale' => array( |
|
| 1304 | + 'location' => 'query', |
|
| 1305 | + 'type' => 'string', |
|
| 1306 | + ), |
|
| 1307 | + 'source' => array( |
|
| 1308 | + 'location' => 'query', |
|
| 1309 | + 'type' => 'string', |
|
| 1310 | + ), |
|
| 1311 | + 'maxAllowedMaturityRating' => array( |
|
| 1312 | + 'location' => 'query', |
|
| 1313 | + 'type' => 'string', |
|
| 1314 | + ), |
|
| 1315 | + ), |
|
| 1316 | + ),'rate' => array( |
|
| 1317 | + 'path' => 'volumes/recommended/rate', |
|
| 1318 | + 'httpMethod' => 'POST', |
|
| 1319 | + 'parameters' => array( |
|
| 1320 | + 'rating' => array( |
|
| 1321 | + 'location' => 'query', |
|
| 1322 | + 'type' => 'string', |
|
| 1323 | + 'required' => true, |
|
| 1324 | + ), |
|
| 1325 | + 'volumeId' => array( |
|
| 1326 | + 'location' => 'query', |
|
| 1327 | + 'type' => 'string', |
|
| 1328 | + 'required' => true, |
|
| 1329 | + ), |
|
| 1330 | + 'locale' => array( |
|
| 1331 | + 'location' => 'query', |
|
| 1332 | + 'type' => 'string', |
|
| 1333 | + ), |
|
| 1334 | + 'source' => array( |
|
| 1335 | + 'location' => 'query', |
|
| 1336 | + 'type' => 'string', |
|
| 1337 | + ), |
|
| 1338 | + ), |
|
| 1339 | + ), |
|
| 1340 | + ) |
|
| 1341 | + ) |
|
| 1342 | + ); |
|
| 1343 | + $this->volumes_useruploaded = new Google_Service_Books_VolumesUseruploaded_Resource( |
|
| 1344 | + $this, |
|
| 1345 | + $this->serviceName, |
|
| 1346 | + 'useruploaded', |
|
| 1347 | + array( |
|
| 1348 | + 'methods' => array( |
|
| 1349 | + 'list' => array( |
|
| 1350 | + 'path' => 'volumes/useruploaded', |
|
| 1351 | + 'httpMethod' => 'GET', |
|
| 1352 | + 'parameters' => array( |
|
| 1353 | + 'locale' => array( |
|
| 1354 | + 'location' => 'query', |
|
| 1355 | + 'type' => 'string', |
|
| 1356 | + ), |
|
| 1357 | + 'volumeId' => array( |
|
| 1358 | + 'location' => 'query', |
|
| 1359 | + 'type' => 'string', |
|
| 1360 | + 'repeated' => true, |
|
| 1361 | + ), |
|
| 1362 | + 'maxResults' => array( |
|
| 1363 | + 'location' => 'query', |
|
| 1364 | + 'type' => 'integer', |
|
| 1365 | + ), |
|
| 1366 | + 'source' => array( |
|
| 1367 | + 'location' => 'query', |
|
| 1368 | + 'type' => 'string', |
|
| 1369 | + ), |
|
| 1370 | + 'startIndex' => array( |
|
| 1371 | + 'location' => 'query', |
|
| 1372 | + 'type' => 'integer', |
|
| 1373 | + ), |
|
| 1374 | + 'processingState' => array( |
|
| 1375 | + 'location' => 'query', |
|
| 1376 | + 'type' => 'string', |
|
| 1377 | + 'repeated' => true, |
|
| 1378 | + ), |
|
| 1379 | + ), |
|
| 1380 | + ), |
|
| 1381 | + ) |
|
| 1382 | + ) |
|
| 1383 | + ); |
|
| 1384 | 1384 | } |
| 1385 | 1385 | } |
| 1386 | 1386 | |
@@ -1409,9 +1409,9 @@ discard block |
||
| 1409 | 1409 | */ |
| 1410 | 1410 | public function get($userId, $shelf, $optParams = array()) |
| 1411 | 1411 | { |
| 1412 | - $params = array('userId' => $userId, 'shelf' => $shelf); |
|
| 1413 | - $params = array_merge($params, $optParams); |
|
| 1414 | - return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); |
|
| 1412 | + $params = array('userId' => $userId, 'shelf' => $shelf); |
|
| 1413 | + $params = array_merge($params, $optParams); |
|
| 1414 | + return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); |
|
| 1415 | 1415 | } |
| 1416 | 1416 | |
| 1417 | 1417 | /** |
@@ -1426,9 +1426,9 @@ discard block |
||
| 1426 | 1426 | */ |
| 1427 | 1427 | public function listBookshelves($userId, $optParams = array()) |
| 1428 | 1428 | { |
| 1429 | - $params = array('userId' => $userId); |
|
| 1430 | - $params = array_merge($params, $optParams); |
|
| 1431 | - return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); |
|
| 1429 | + $params = array('userId' => $userId); |
|
| 1430 | + $params = array_merge($params, $optParams); |
|
| 1431 | + return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); |
|
| 1432 | 1432 | } |
| 1433 | 1433 | } |
| 1434 | 1434 | |
@@ -1461,9 +1461,9 @@ discard block |
||
| 1461 | 1461 | */ |
| 1462 | 1462 | public function listBookshelvesVolumes($userId, $shelf, $optParams = array()) |
| 1463 | 1463 | { |
| 1464 | - $params = array('userId' => $userId, 'shelf' => $shelf); |
|
| 1465 | - $params = array_merge($params, $optParams); |
|
| 1466 | - return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 1464 | + $params = array('userId' => $userId, 'shelf' => $shelf); |
|
| 1465 | + $params = array_merge($params, $optParams); |
|
| 1466 | + return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 1467 | 1467 | } |
| 1468 | 1468 | } |
| 1469 | 1469 | |
@@ -1494,9 +1494,9 @@ discard block |
||
| 1494 | 1494 | */ |
| 1495 | 1495 | public function addBook($optParams = array()) |
| 1496 | 1496 | { |
| 1497 | - $params = array(); |
|
| 1498 | - $params = array_merge($params, $optParams); |
|
| 1499 | - return $this->call('addBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); |
|
| 1497 | + $params = array(); |
|
| 1498 | + $params = array_merge($params, $optParams); |
|
| 1499 | + return $this->call('addBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); |
|
| 1500 | 1500 | } |
| 1501 | 1501 | |
| 1502 | 1502 | /** |
@@ -1507,9 +1507,9 @@ discard block |
||
| 1507 | 1507 | */ |
| 1508 | 1508 | public function deleteBook($volumeId, $optParams = array()) |
| 1509 | 1509 | { |
| 1510 | - $params = array('volumeId' => $volumeId); |
|
| 1511 | - $params = array_merge($params, $optParams); |
|
| 1512 | - return $this->call('deleteBook', array($params)); |
|
| 1510 | + $params = array('volumeId' => $volumeId); |
|
| 1511 | + $params = array_merge($params, $optParams); |
|
| 1512 | + return $this->call('deleteBook', array($params)); |
|
| 1513 | 1513 | } |
| 1514 | 1514 | |
| 1515 | 1515 | /** |
@@ -1521,9 +1521,9 @@ discard block |
||
| 1521 | 1521 | */ |
| 1522 | 1522 | public function updateBook(Google_Service_Books_BooksCloudloadingResource $postBody, $optParams = array()) |
| 1523 | 1523 | { |
| 1524 | - $params = array('postBody' => $postBody); |
|
| 1525 | - $params = array_merge($params, $optParams); |
|
| 1526 | - return $this->call('updateBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); |
|
| 1524 | + $params = array('postBody' => $postBody); |
|
| 1525 | + $params = array_merge($params, $optParams); |
|
| 1526 | + return $this->call('updateBook', array($params), "Google_Service_Books_BooksCloudloadingResource"); |
|
| 1527 | 1527 | } |
| 1528 | 1528 | } |
| 1529 | 1529 | |
@@ -1548,9 +1548,9 @@ discard block |
||
| 1548 | 1548 | */ |
| 1549 | 1549 | public function listOfflineMetadata($cpksver, $optParams = array()) |
| 1550 | 1550 | { |
| 1551 | - $params = array('cpksver' => $cpksver); |
|
| 1552 | - $params = array_merge($params, $optParams); |
|
| 1553 | - return $this->call('listOfflineMetadata', array($params), "Google_Service_Books_Metadata"); |
|
| 1551 | + $params = array('cpksver' => $cpksver); |
|
| 1552 | + $params = array_merge($params, $optParams); |
|
| 1553 | + return $this->call('listOfflineMetadata', array($params), "Google_Service_Books_Metadata"); |
|
| 1554 | 1554 | } |
| 1555 | 1555 | } |
| 1556 | 1556 | |
@@ -1579,9 +1579,9 @@ discard block |
||
| 1579 | 1579 | */ |
| 1580 | 1580 | public function get($volumeId, $summaryId, $optParams = array()) |
| 1581 | 1581 | { |
| 1582 | - $params = array('volumeId' => $volumeId, 'summaryId' => $summaryId); |
|
| 1583 | - $params = array_merge($params, $optParams); |
|
| 1584 | - return $this->call('get', array($params), "Google_Service_Books_Layersummary"); |
|
| 1582 | + $params = array('volumeId' => $volumeId, 'summaryId' => $summaryId); |
|
| 1583 | + $params = array_merge($params, $optParams); |
|
| 1584 | + return $this->call('get', array($params), "Google_Service_Books_Layersummary"); |
|
| 1585 | 1585 | } |
| 1586 | 1586 | |
| 1587 | 1587 | /** |
@@ -1600,9 +1600,9 @@ discard block |
||
| 1600 | 1600 | */ |
| 1601 | 1601 | public function listLayers($volumeId, $optParams = array()) |
| 1602 | 1602 | { |
| 1603 | - $params = array('volumeId' => $volumeId); |
|
| 1604 | - $params = array_merge($params, $optParams); |
|
| 1605 | - return $this->call('list', array($params), "Google_Service_Books_Layersummaries"); |
|
| 1603 | + $params = array('volumeId' => $volumeId); |
|
| 1604 | + $params = array_merge($params, $optParams); |
|
| 1605 | + return $this->call('list', array($params), "Google_Service_Books_Layersummaries"); |
|
| 1606 | 1606 | } |
| 1607 | 1607 | } |
| 1608 | 1608 | |
@@ -1641,9 +1641,9 @@ discard block |
||
| 1641 | 1641 | */ |
| 1642 | 1642 | public function get($volumeId, $layerId, $annotationDataId, $contentVersion, $optParams = array()) |
| 1643 | 1643 | { |
| 1644 | - $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVersion' => $contentVersion); |
|
| 1645 | - $params = array_merge($params, $optParams); |
|
| 1646 | - return $this->call('get', array($params), "Google_Service_Books_Annotationdata"); |
|
| 1644 | + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationDataId' => $annotationDataId, 'contentVersion' => $contentVersion); |
|
| 1645 | + $params = array_merge($params, $optParams); |
|
| 1646 | + return $this->call('get', array($params), "Google_Service_Books_Annotationdata"); |
|
| 1647 | 1647 | } |
| 1648 | 1648 | |
| 1649 | 1649 | /** |
@@ -1676,9 +1676,9 @@ discard block |
||
| 1676 | 1676 | */ |
| 1677 | 1677 | public function listLayersAnnotationData($volumeId, $layerId, $contentVersion, $optParams = array()) |
| 1678 | 1678 | { |
| 1679 | - $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); |
|
| 1680 | - $params = array_merge($params, $optParams); |
|
| 1681 | - return $this->call('list', array($params), "Google_Service_Books_Annotationsdata"); |
|
| 1679 | + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); |
|
| 1680 | + $params = array_merge($params, $optParams); |
|
| 1681 | + return $this->call('list', array($params), "Google_Service_Books_Annotationsdata"); |
|
| 1682 | 1682 | } |
| 1683 | 1683 | } |
| 1684 | 1684 | /** |
@@ -1707,9 +1707,9 @@ discard block |
||
| 1707 | 1707 | */ |
| 1708 | 1708 | public function get($volumeId, $layerId, $annotationId, $optParams = array()) |
| 1709 | 1709 | { |
| 1710 | - $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId); |
|
| 1711 | - $params = array_merge($params, $optParams); |
|
| 1712 | - return $this->call('get', array($params), "Google_Service_Books_Volumeannotation"); |
|
| 1710 | + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'annotationId' => $annotationId); |
|
| 1711 | + $params = array_merge($params, $optParams); |
|
| 1712 | + return $this->call('get', array($params), "Google_Service_Books_Volumeannotation"); |
|
| 1713 | 1713 | } |
| 1714 | 1714 | |
| 1715 | 1715 | /** |
@@ -1744,9 +1744,9 @@ discard block |
||
| 1744 | 1744 | */ |
| 1745 | 1745 | public function listLayersVolumeAnnotations($volumeId, $layerId, $contentVersion, $optParams = array()) |
| 1746 | 1746 | { |
| 1747 | - $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); |
|
| 1748 | - $params = array_merge($params, $optParams); |
|
| 1749 | - return $this->call('list', array($params), "Google_Service_Books_Volumeannotations"); |
|
| 1747 | + $params = array('volumeId' => $volumeId, 'layerId' => $layerId, 'contentVersion' => $contentVersion); |
|
| 1748 | + $params = array_merge($params, $optParams); |
|
| 1749 | + return $this->call('list', array($params), "Google_Service_Books_Volumeannotations"); |
|
| 1750 | 1750 | } |
| 1751 | 1751 | } |
| 1752 | 1752 | |
@@ -1769,9 +1769,9 @@ discard block |
||
| 1769 | 1769 | */ |
| 1770 | 1770 | public function getUserSettings($optParams = array()) |
| 1771 | 1771 | { |
| 1772 | - $params = array(); |
|
| 1773 | - $params = array_merge($params, $optParams); |
|
| 1774 | - return $this->call('getUserSettings', array($params), "Google_Service_Books_Usersettings"); |
|
| 1772 | + $params = array(); |
|
| 1773 | + $params = array_merge($params, $optParams); |
|
| 1774 | + return $this->call('getUserSettings', array($params), "Google_Service_Books_Usersettings"); |
|
| 1775 | 1775 | } |
| 1776 | 1776 | |
| 1777 | 1777 | /** |
@@ -1790,9 +1790,9 @@ discard block |
||
| 1790 | 1790 | */ |
| 1791 | 1791 | public function releaseDownloadAccess($volumeIds, $cpksver, $optParams = array()) |
| 1792 | 1792 | { |
| 1793 | - $params = array('volumeIds' => $volumeIds, 'cpksver' => $cpksver); |
|
| 1794 | - $params = array_merge($params, $optParams); |
|
| 1795 | - return $this->call('releaseDownloadAccess', array($params), "Google_Service_Books_DownloadAccesses"); |
|
| 1793 | + $params = array('volumeIds' => $volumeIds, 'cpksver' => $cpksver); |
|
| 1794 | + $params = array_merge($params, $optParams); |
|
| 1795 | + return $this->call('releaseDownloadAccess', array($params), "Google_Service_Books_DownloadAccesses"); |
|
| 1796 | 1796 | } |
| 1797 | 1797 | |
| 1798 | 1798 | /** |
@@ -1814,9 +1814,9 @@ discard block |
||
| 1814 | 1814 | */ |
| 1815 | 1815 | public function requestAccess($source, $volumeId, $nonce, $cpksver, $optParams = array()) |
| 1816 | 1816 | { |
| 1817 | - $params = array('source' => $source, 'volumeId' => $volumeId, 'nonce' => $nonce, 'cpksver' => $cpksver); |
|
| 1818 | - $params = array_merge($params, $optParams); |
|
| 1819 | - return $this->call('requestAccess', array($params), "Google_Service_Books_RequestAccess"); |
|
| 1817 | + $params = array('source' => $source, 'volumeId' => $volumeId, 'nonce' => $nonce, 'cpksver' => $cpksver); |
|
| 1818 | + $params = array_merge($params, $optParams); |
|
| 1819 | + return $this->call('requestAccess', array($params), "Google_Service_Books_RequestAccess"); |
|
| 1820 | 1820 | } |
| 1821 | 1821 | |
| 1822 | 1822 | /** |
@@ -1841,9 +1841,9 @@ discard block |
||
| 1841 | 1841 | */ |
| 1842 | 1842 | public function syncVolumeLicenses($source, $nonce, $cpksver, $optParams = array()) |
| 1843 | 1843 | { |
| 1844 | - $params = array('source' => $source, 'nonce' => $nonce, 'cpksver' => $cpksver); |
|
| 1845 | - $params = array_merge($params, $optParams); |
|
| 1846 | - return $this->call('syncVolumeLicenses', array($params), "Google_Service_Books_Volumes"); |
|
| 1844 | + $params = array('source' => $source, 'nonce' => $nonce, 'cpksver' => $cpksver); |
|
| 1845 | + $params = array_merge($params, $optParams); |
|
| 1846 | + return $this->call('syncVolumeLicenses', array($params), "Google_Service_Books_Volumes"); |
|
| 1847 | 1847 | } |
| 1848 | 1848 | |
| 1849 | 1849 | /** |
@@ -1857,9 +1857,9 @@ discard block |
||
| 1857 | 1857 | */ |
| 1858 | 1858 | public function updateUserSettings(Google_Service_Books_Usersettings $postBody, $optParams = array()) |
| 1859 | 1859 | { |
| 1860 | - $params = array('postBody' => $postBody); |
|
| 1861 | - $params = array_merge($params, $optParams); |
|
| 1862 | - return $this->call('updateUserSettings', array($params), "Google_Service_Books_Usersettings"); |
|
| 1860 | + $params = array('postBody' => $postBody); |
|
| 1861 | + $params = array_merge($params, $optParams); |
|
| 1862 | + return $this->call('updateUserSettings', array($params), "Google_Service_Books_Usersettings"); |
|
| 1863 | 1863 | } |
| 1864 | 1864 | } |
| 1865 | 1865 | |
@@ -1896,9 +1896,9 @@ discard block |
||
| 1896 | 1896 | */ |
| 1897 | 1897 | public function delete($annotationId, $optParams = array()) |
| 1898 | 1898 | { |
| 1899 | - $params = array('annotationId' => $annotationId); |
|
| 1900 | - $params = array_merge($params, $optParams); |
|
| 1901 | - return $this->call('delete', array($params)); |
|
| 1899 | + $params = array('annotationId' => $annotationId); |
|
| 1900 | + $params = array_merge($params, $optParams); |
|
| 1901 | + return $this->call('delete', array($params)); |
|
| 1902 | 1902 | } |
| 1903 | 1903 | |
| 1904 | 1904 | /** |
@@ -1915,9 +1915,9 @@ discard block |
||
| 1915 | 1915 | */ |
| 1916 | 1916 | public function insert(Google_Service_Books_Annotation $postBody, $optParams = array()) |
| 1917 | 1917 | { |
| 1918 | - $params = array('postBody' => $postBody); |
|
| 1919 | - $params = array_merge($params, $optParams); |
|
| 1920 | - return $this->call('insert', array($params), "Google_Service_Books_Annotation"); |
|
| 1918 | + $params = array('postBody' => $postBody); |
|
| 1919 | + $params = array_merge($params, $optParams); |
|
| 1920 | + return $this->call('insert', array($params), "Google_Service_Books_Annotation"); |
|
| 1921 | 1921 | } |
| 1922 | 1922 | |
| 1923 | 1923 | /** |
@@ -1945,9 +1945,9 @@ discard block |
||
| 1945 | 1945 | */ |
| 1946 | 1946 | public function listMylibraryAnnotations($optParams = array()) |
| 1947 | 1947 | { |
| 1948 | - $params = array(); |
|
| 1949 | - $params = array_merge($params, $optParams); |
|
| 1950 | - return $this->call('list', array($params), "Google_Service_Books_Annotations"); |
|
| 1948 | + $params = array(); |
|
| 1949 | + $params = array_merge($params, $optParams); |
|
| 1950 | + return $this->call('list', array($params), "Google_Service_Books_Annotations"); |
|
| 1951 | 1951 | } |
| 1952 | 1952 | |
| 1953 | 1953 | /** |
@@ -1960,9 +1960,9 @@ discard block |
||
| 1960 | 1960 | */ |
| 1961 | 1961 | public function summary($layerIds, $volumeId, $optParams = array()) |
| 1962 | 1962 | { |
| 1963 | - $params = array('layerIds' => $layerIds, 'volumeId' => $volumeId); |
|
| 1964 | - $params = array_merge($params, $optParams); |
|
| 1965 | - return $this->call('summary', array($params), "Google_Service_Books_AnnotationsSummary"); |
|
| 1963 | + $params = array('layerIds' => $layerIds, 'volumeId' => $volumeId); |
|
| 1964 | + $params = array_merge($params, $optParams); |
|
| 1965 | + return $this->call('summary', array($params), "Google_Service_Books_AnnotationsSummary"); |
|
| 1966 | 1966 | } |
| 1967 | 1967 | |
| 1968 | 1968 | /** |
@@ -1977,9 +1977,9 @@ discard block |
||
| 1977 | 1977 | */ |
| 1978 | 1978 | public function update($annotationId, Google_Service_Books_Annotation $postBody, $optParams = array()) |
| 1979 | 1979 | { |
| 1980 | - $params = array('annotationId' => $annotationId, 'postBody' => $postBody); |
|
| 1981 | - $params = array_merge($params, $optParams); |
|
| 1982 | - return $this->call('update', array($params), "Google_Service_Books_Annotation"); |
|
| 1980 | + $params = array('annotationId' => $annotationId, 'postBody' => $postBody); |
|
| 1981 | + $params = array_merge($params, $optParams); |
|
| 1982 | + return $this->call('update', array($params), "Google_Service_Books_Annotation"); |
|
| 1983 | 1983 | } |
| 1984 | 1984 | } |
| 1985 | 1985 | /** |
@@ -2006,9 +2006,9 @@ discard block |
||
| 2006 | 2006 | */ |
| 2007 | 2007 | public function addVolume($shelf, $volumeId, $optParams = array()) |
| 2008 | 2008 | { |
| 2009 | - $params = array('shelf' => $shelf, 'volumeId' => $volumeId); |
|
| 2010 | - $params = array_merge($params, $optParams); |
|
| 2011 | - return $this->call('addVolume', array($params)); |
|
| 2009 | + $params = array('shelf' => $shelf, 'volumeId' => $volumeId); |
|
| 2010 | + $params = array_merge($params, $optParams); |
|
| 2011 | + return $this->call('addVolume', array($params)); |
|
| 2012 | 2012 | } |
| 2013 | 2013 | |
| 2014 | 2014 | /** |
@@ -2021,9 +2021,9 @@ discard block |
||
| 2021 | 2021 | */ |
| 2022 | 2022 | public function clearVolumes($shelf, $optParams = array()) |
| 2023 | 2023 | { |
| 2024 | - $params = array('shelf' => $shelf); |
|
| 2025 | - $params = array_merge($params, $optParams); |
|
| 2026 | - return $this->call('clearVolumes', array($params)); |
|
| 2024 | + $params = array('shelf' => $shelf); |
|
| 2025 | + $params = array_merge($params, $optParams); |
|
| 2026 | + return $this->call('clearVolumes', array($params)); |
|
| 2027 | 2027 | } |
| 2028 | 2028 | |
| 2029 | 2029 | /** |
@@ -2038,9 +2038,9 @@ discard block |
||
| 2038 | 2038 | */ |
| 2039 | 2039 | public function get($shelf, $optParams = array()) |
| 2040 | 2040 | { |
| 2041 | - $params = array('shelf' => $shelf); |
|
| 2042 | - $params = array_merge($params, $optParams); |
|
| 2043 | - return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); |
|
| 2041 | + $params = array('shelf' => $shelf); |
|
| 2042 | + $params = array_merge($params, $optParams); |
|
| 2043 | + return $this->call('get', array($params), "Google_Service_Books_Bookshelf"); |
|
| 2044 | 2044 | } |
| 2045 | 2045 | |
| 2046 | 2046 | /** |
@@ -2054,9 +2054,9 @@ discard block |
||
| 2054 | 2054 | */ |
| 2055 | 2055 | public function listMylibraryBookshelves($optParams = array()) |
| 2056 | 2056 | { |
| 2057 | - $params = array(); |
|
| 2058 | - $params = array_merge($params, $optParams); |
|
| 2059 | - return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); |
|
| 2057 | + $params = array(); |
|
| 2058 | + $params = array_merge($params, $optParams); |
|
| 2059 | + return $this->call('list', array($params), "Google_Service_Books_Bookshelves"); |
|
| 2060 | 2060 | } |
| 2061 | 2061 | |
| 2062 | 2062 | /** |
@@ -2073,9 +2073,9 @@ discard block |
||
| 2073 | 2073 | */ |
| 2074 | 2074 | public function moveVolume($shelf, $volumeId, $volumePosition, $optParams = array()) |
| 2075 | 2075 | { |
| 2076 | - $params = array('shelf' => $shelf, 'volumeId' => $volumeId, 'volumePosition' => $volumePosition); |
|
| 2077 | - $params = array_merge($params, $optParams); |
|
| 2078 | - return $this->call('moveVolume', array($params)); |
|
| 2076 | + $params = array('shelf' => $shelf, 'volumeId' => $volumeId, 'volumePosition' => $volumePosition); |
|
| 2077 | + $params = array_merge($params, $optParams); |
|
| 2078 | + return $this->call('moveVolume', array($params)); |
|
| 2079 | 2079 | } |
| 2080 | 2080 | |
| 2081 | 2081 | /** |
@@ -2091,9 +2091,9 @@ discard block |
||
| 2091 | 2091 | */ |
| 2092 | 2092 | public function removeVolume($shelf, $volumeId, $optParams = array()) |
| 2093 | 2093 | { |
| 2094 | - $params = array('shelf' => $shelf, 'volumeId' => $volumeId); |
|
| 2095 | - $params = array_merge($params, $optParams); |
|
| 2096 | - return $this->call('removeVolume', array($params)); |
|
| 2094 | + $params = array('shelf' => $shelf, 'volumeId' => $volumeId); |
|
| 2095 | + $params = array_merge($params, $optParams); |
|
| 2096 | + return $this->call('removeVolume', array($params)); |
|
| 2097 | 2097 | } |
| 2098 | 2098 | } |
| 2099 | 2099 | |
@@ -2129,9 +2129,9 @@ discard block |
||
| 2129 | 2129 | */ |
| 2130 | 2130 | public function listMylibraryBookshelvesVolumes($shelf, $optParams = array()) |
| 2131 | 2131 | { |
| 2132 | - $params = array('shelf' => $shelf); |
|
| 2133 | - $params = array_merge($params, $optParams); |
|
| 2134 | - return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2132 | + $params = array('shelf' => $shelf); |
|
| 2133 | + $params = array_merge($params, $optParams); |
|
| 2134 | + return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2135 | 2135 | } |
| 2136 | 2136 | } |
| 2137 | 2137 | /** |
@@ -2160,9 +2160,9 @@ discard block |
||
| 2160 | 2160 | */ |
| 2161 | 2161 | public function get($volumeId, $optParams = array()) |
| 2162 | 2162 | { |
| 2163 | - $params = array('volumeId' => $volumeId); |
|
| 2164 | - $params = array_merge($params, $optParams); |
|
| 2165 | - return $this->call('get', array($params), "Google_Service_Books_ReadingPosition"); |
|
| 2163 | + $params = array('volumeId' => $volumeId); |
|
| 2164 | + $params = array_merge($params, $optParams); |
|
| 2165 | + return $this->call('get', array($params), "Google_Service_Books_ReadingPosition"); |
|
| 2166 | 2166 | } |
| 2167 | 2167 | |
| 2168 | 2168 | /** |
@@ -2185,9 +2185,9 @@ discard block |
||
| 2185 | 2185 | */ |
| 2186 | 2186 | public function setPosition($volumeId, $timestamp, $position, $optParams = array()) |
| 2187 | 2187 | { |
| 2188 | - $params = array('volumeId' => $volumeId, 'timestamp' => $timestamp, 'position' => $position); |
|
| 2189 | - $params = array_merge($params, $optParams); |
|
| 2190 | - return $this->call('setPosition', array($params)); |
|
| 2188 | + $params = array('volumeId' => $volumeId, 'timestamp' => $timestamp, 'position' => $position); |
|
| 2189 | + $params = array_merge($params, $optParams); |
|
| 2190 | + return $this->call('setPosition', array($params)); |
|
| 2191 | 2191 | } |
| 2192 | 2192 | } |
| 2193 | 2193 | |
@@ -2213,9 +2213,9 @@ discard block |
||
| 2213 | 2213 | */ |
| 2214 | 2214 | public function listCategories($optParams = array()) |
| 2215 | 2215 | { |
| 2216 | - $params = array(); |
|
| 2217 | - $params = array_merge($params, $optParams); |
|
| 2218 | - return $this->call('listCategories', array($params), "Google_Service_Books_Category"); |
|
| 2216 | + $params = array(); |
|
| 2217 | + $params = array_merge($params, $optParams); |
|
| 2218 | + return $this->call('listCategories', array($params), "Google_Service_Books_Category"); |
|
| 2219 | 2219 | } |
| 2220 | 2220 | |
| 2221 | 2221 | /** |
@@ -2238,9 +2238,9 @@ discard block |
||
| 2238 | 2238 | */ |
| 2239 | 2239 | public function listCategoryVolumes($optParams = array()) |
| 2240 | 2240 | { |
| 2241 | - $params = array(); |
|
| 2242 | - $params = array_merge($params, $optParams); |
|
| 2243 | - return $this->call('listCategoryVolumes', array($params), "Google_Service_Books_Volume2"); |
|
| 2241 | + $params = array(); |
|
| 2242 | + $params = array_merge($params, $optParams); |
|
| 2243 | + return $this->call('listCategoryVolumes', array($params), "Google_Service_Books_Volume2"); |
|
| 2244 | 2244 | } |
| 2245 | 2245 | } |
| 2246 | 2246 | |
@@ -2271,9 +2271,9 @@ discard block |
||
| 2271 | 2271 | */ |
| 2272 | 2272 | public function accept($optParams = array()) |
| 2273 | 2273 | { |
| 2274 | - $params = array(); |
|
| 2275 | - $params = array_merge($params, $optParams); |
|
| 2276 | - return $this->call('accept', array($params)); |
|
| 2274 | + $params = array(); |
|
| 2275 | + $params = array_merge($params, $optParams); |
|
| 2276 | + return $this->call('accept', array($params)); |
|
| 2277 | 2277 | } |
| 2278 | 2278 | |
| 2279 | 2279 | /** |
@@ -2291,9 +2291,9 @@ discard block |
||
| 2291 | 2291 | */ |
| 2292 | 2292 | public function dismiss($optParams = array()) |
| 2293 | 2293 | { |
| 2294 | - $params = array(); |
|
| 2295 | - $params = array_merge($params, $optParams); |
|
| 2296 | - return $this->call('dismiss', array($params)); |
|
| 2294 | + $params = array(); |
|
| 2295 | + $params = array_merge($params, $optParams); |
|
| 2296 | + return $this->call('dismiss', array($params)); |
|
| 2297 | 2297 | } |
| 2298 | 2298 | |
| 2299 | 2299 | /** |
@@ -2311,9 +2311,9 @@ discard block |
||
| 2311 | 2311 | */ |
| 2312 | 2312 | public function get($optParams = array()) |
| 2313 | 2313 | { |
| 2314 | - $params = array(); |
|
| 2315 | - $params = array_merge($params, $optParams); |
|
| 2316 | - return $this->call('get', array($params), "Google_Service_Books_Offers"); |
|
| 2314 | + $params = array(); |
|
| 2315 | + $params = array_merge($params, $optParams); |
|
| 2316 | + return $this->call('get', array($params), "Google_Service_Books_Offers"); |
|
| 2317 | 2317 | } |
| 2318 | 2318 | } |
| 2319 | 2319 | |
@@ -2344,9 +2344,9 @@ discard block |
||
| 2344 | 2344 | */ |
| 2345 | 2345 | public function get($volumeId, $optParams = array()) |
| 2346 | 2346 | { |
| 2347 | - $params = array('volumeId' => $volumeId); |
|
| 2348 | - $params = array_merge($params, $optParams); |
|
| 2349 | - return $this->call('get', array($params), "Google_Service_Books_Volume"); |
|
| 2347 | + $params = array('volumeId' => $volumeId); |
|
| 2348 | + $params = array_merge($params, $optParams); |
|
| 2349 | + return $this->call('get', array($params), "Google_Service_Books_Volume"); |
|
| 2350 | 2350 | } |
| 2351 | 2351 | |
| 2352 | 2352 | /** |
@@ -2375,9 +2375,9 @@ discard block |
||
| 2375 | 2375 | */ |
| 2376 | 2376 | public function listVolumes($q, $optParams = array()) |
| 2377 | 2377 | { |
| 2378 | - $params = array('q' => $q); |
|
| 2379 | - $params = array_merge($params, $optParams); |
|
| 2380 | - return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2378 | + $params = array('q' => $q); |
|
| 2379 | + $params = array_merge($params, $optParams); |
|
| 2380 | + return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2381 | 2381 | } |
| 2382 | 2382 | } |
| 2383 | 2383 | |
@@ -2409,9 +2409,9 @@ discard block |
||
| 2409 | 2409 | */ |
| 2410 | 2410 | public function listVolumesAssociated($volumeId, $optParams = array()) |
| 2411 | 2411 | { |
| 2412 | - $params = array('volumeId' => $volumeId); |
|
| 2413 | - $params = array_merge($params, $optParams); |
|
| 2414 | - return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2412 | + $params = array('volumeId' => $volumeId); |
|
| 2413 | + $params = array_merge($params, $optParams); |
|
| 2414 | + return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2415 | 2415 | } |
| 2416 | 2416 | } |
| 2417 | 2417 | /** |
@@ -2444,9 +2444,9 @@ discard block |
||
| 2444 | 2444 | */ |
| 2445 | 2445 | public function listVolumesMybooks($optParams = array()) |
| 2446 | 2446 | { |
| 2447 | - $params = array(); |
|
| 2448 | - $params = array_merge($params, $optParams); |
|
| 2449 | - return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2447 | + $params = array(); |
|
| 2448 | + $params = array_merge($params, $optParams); |
|
| 2449 | + return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2450 | 2450 | } |
| 2451 | 2451 | } |
| 2452 | 2452 | /** |
@@ -2476,9 +2476,9 @@ discard block |
||
| 2476 | 2476 | */ |
| 2477 | 2477 | public function listVolumesRecommended($optParams = array()) |
| 2478 | 2478 | { |
| 2479 | - $params = array(); |
|
| 2480 | - $params = array_merge($params, $optParams); |
|
| 2481 | - return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2479 | + $params = array(); |
|
| 2480 | + $params = array_merge($params, $optParams); |
|
| 2481 | + return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2482 | 2482 | } |
| 2483 | 2483 | |
| 2484 | 2484 | /** |
@@ -2495,9 +2495,9 @@ discard block |
||
| 2495 | 2495 | */ |
| 2496 | 2496 | public function rate($rating, $volumeId, $optParams = array()) |
| 2497 | 2497 | { |
| 2498 | - $params = array('rating' => $rating, 'volumeId' => $volumeId); |
|
| 2499 | - $params = array_merge($params, $optParams); |
|
| 2500 | - return $this->call('rate', array($params), "Google_Service_Books_BooksVolumesRecommendedRateResponse"); |
|
| 2498 | + $params = array('rating' => $rating, 'volumeId' => $volumeId); |
|
| 2499 | + $params = array_merge($params, $optParams); |
|
| 2500 | + return $this->call('rate', array($params), "Google_Service_Books_BooksVolumesRecommendedRateResponse"); |
|
| 2501 | 2501 | } |
| 2502 | 2502 | } |
| 2503 | 2503 | /** |
@@ -2531,9 +2531,9 @@ discard block |
||
| 2531 | 2531 | */ |
| 2532 | 2532 | public function listVolumesUseruploaded($optParams = array()) |
| 2533 | 2533 | { |
| 2534 | - $params = array(); |
|
| 2535 | - $params = array_merge($params, $optParams); |
|
| 2536 | - return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2534 | + $params = array(); |
|
| 2535 | + $params = array_merge($params, $optParams); |
|
| 2536 | + return $this->call('list', array($params), "Google_Service_Books_Volumes"); |
|
| 2537 | 2537 | } |
| 2538 | 2538 | } |
| 2539 | 2539 | |
@@ -2569,139 +2569,139 @@ discard block |
||
| 2569 | 2569 | |
| 2570 | 2570 | public function setAfterSelectedText($afterSelectedText) |
| 2571 | 2571 | { |
| 2572 | - $this->afterSelectedText = $afterSelectedText; |
|
| 2572 | + $this->afterSelectedText = $afterSelectedText; |
|
| 2573 | 2573 | } |
| 2574 | 2574 | public function getAfterSelectedText() |
| 2575 | 2575 | { |
| 2576 | - return $this->afterSelectedText; |
|
| 2576 | + return $this->afterSelectedText; |
|
| 2577 | 2577 | } |
| 2578 | 2578 | public function setBeforeSelectedText($beforeSelectedText) |
| 2579 | 2579 | { |
| 2580 | - $this->beforeSelectedText = $beforeSelectedText; |
|
| 2580 | + $this->beforeSelectedText = $beforeSelectedText; |
|
| 2581 | 2581 | } |
| 2582 | 2582 | public function getBeforeSelectedText() |
| 2583 | 2583 | { |
| 2584 | - return $this->beforeSelectedText; |
|
| 2584 | + return $this->beforeSelectedText; |
|
| 2585 | 2585 | } |
| 2586 | 2586 | public function setClientVersionRanges(Google_Service_Books_AnnotationClientVersionRanges $clientVersionRanges) |
| 2587 | 2587 | { |
| 2588 | - $this->clientVersionRanges = $clientVersionRanges; |
|
| 2588 | + $this->clientVersionRanges = $clientVersionRanges; |
|
| 2589 | 2589 | } |
| 2590 | 2590 | public function getClientVersionRanges() |
| 2591 | 2591 | { |
| 2592 | - return $this->clientVersionRanges; |
|
| 2592 | + return $this->clientVersionRanges; |
|
| 2593 | 2593 | } |
| 2594 | 2594 | public function setCreated($created) |
| 2595 | 2595 | { |
| 2596 | - $this->created = $created; |
|
| 2596 | + $this->created = $created; |
|
| 2597 | 2597 | } |
| 2598 | 2598 | public function getCreated() |
| 2599 | 2599 | { |
| 2600 | - return $this->created; |
|
| 2600 | + return $this->created; |
|
| 2601 | 2601 | } |
| 2602 | 2602 | public function setCurrentVersionRanges(Google_Service_Books_AnnotationCurrentVersionRanges $currentVersionRanges) |
| 2603 | 2603 | { |
| 2604 | - $this->currentVersionRanges = $currentVersionRanges; |
|
| 2604 | + $this->currentVersionRanges = $currentVersionRanges; |
|
| 2605 | 2605 | } |
| 2606 | 2606 | public function getCurrentVersionRanges() |
| 2607 | 2607 | { |
| 2608 | - return $this->currentVersionRanges; |
|
| 2608 | + return $this->currentVersionRanges; |
|
| 2609 | 2609 | } |
| 2610 | 2610 | public function setData($data) |
| 2611 | 2611 | { |
| 2612 | - $this->data = $data; |
|
| 2612 | + $this->data = $data; |
|
| 2613 | 2613 | } |
| 2614 | 2614 | public function getData() |
| 2615 | 2615 | { |
| 2616 | - return $this->data; |
|
| 2616 | + return $this->data; |
|
| 2617 | 2617 | } |
| 2618 | 2618 | public function setDeleted($deleted) |
| 2619 | 2619 | { |
| 2620 | - $this->deleted = $deleted; |
|
| 2620 | + $this->deleted = $deleted; |
|
| 2621 | 2621 | } |
| 2622 | 2622 | public function getDeleted() |
| 2623 | 2623 | { |
| 2624 | - return $this->deleted; |
|
| 2624 | + return $this->deleted; |
|
| 2625 | 2625 | } |
| 2626 | 2626 | public function setHighlightStyle($highlightStyle) |
| 2627 | 2627 | { |
| 2628 | - $this->highlightStyle = $highlightStyle; |
|
| 2628 | + $this->highlightStyle = $highlightStyle; |
|
| 2629 | 2629 | } |
| 2630 | 2630 | public function getHighlightStyle() |
| 2631 | 2631 | { |
| 2632 | - return $this->highlightStyle; |
|
| 2632 | + return $this->highlightStyle; |
|
| 2633 | 2633 | } |
| 2634 | 2634 | public function setId($id) |
| 2635 | 2635 | { |
| 2636 | - $this->id = $id; |
|
| 2636 | + $this->id = $id; |
|
| 2637 | 2637 | } |
| 2638 | 2638 | public function getId() |
| 2639 | 2639 | { |
| 2640 | - return $this->id; |
|
| 2640 | + return $this->id; |
|
| 2641 | 2641 | } |
| 2642 | 2642 | public function setKind($kind) |
| 2643 | 2643 | { |
| 2644 | - $this->kind = $kind; |
|
| 2644 | + $this->kind = $kind; |
|
| 2645 | 2645 | } |
| 2646 | 2646 | public function getKind() |
| 2647 | 2647 | { |
| 2648 | - return $this->kind; |
|
| 2648 | + return $this->kind; |
|
| 2649 | 2649 | } |
| 2650 | 2650 | public function setLayerId($layerId) |
| 2651 | 2651 | { |
| 2652 | - $this->layerId = $layerId; |
|
| 2652 | + $this->layerId = $layerId; |
|
| 2653 | 2653 | } |
| 2654 | 2654 | public function getLayerId() |
| 2655 | 2655 | { |
| 2656 | - return $this->layerId; |
|
| 2656 | + return $this->layerId; |
|
| 2657 | 2657 | } |
| 2658 | 2658 | public function setLayerSummary(Google_Service_Books_AnnotationLayerSummary $layerSummary) |
| 2659 | 2659 | { |
| 2660 | - $this->layerSummary = $layerSummary; |
|
| 2660 | + $this->layerSummary = $layerSummary; |
|
| 2661 | 2661 | } |
| 2662 | 2662 | public function getLayerSummary() |
| 2663 | 2663 | { |
| 2664 | - return $this->layerSummary; |
|
| 2664 | + return $this->layerSummary; |
|
| 2665 | 2665 | } |
| 2666 | 2666 | public function setPageIds($pageIds) |
| 2667 | 2667 | { |
| 2668 | - $this->pageIds = $pageIds; |
|
| 2668 | + $this->pageIds = $pageIds; |
|
| 2669 | 2669 | } |
| 2670 | 2670 | public function getPageIds() |
| 2671 | 2671 | { |
| 2672 | - return $this->pageIds; |
|
| 2672 | + return $this->pageIds; |
|
| 2673 | 2673 | } |
| 2674 | 2674 | public function setSelectedText($selectedText) |
| 2675 | 2675 | { |
| 2676 | - $this->selectedText = $selectedText; |
|
| 2676 | + $this->selectedText = $selectedText; |
|
| 2677 | 2677 | } |
| 2678 | 2678 | public function getSelectedText() |
| 2679 | 2679 | { |
| 2680 | - return $this->selectedText; |
|
| 2680 | + return $this->selectedText; |
|
| 2681 | 2681 | } |
| 2682 | 2682 | public function setSelfLink($selfLink) |
| 2683 | 2683 | { |
| 2684 | - $this->selfLink = $selfLink; |
|
| 2684 | + $this->selfLink = $selfLink; |
|
| 2685 | 2685 | } |
| 2686 | 2686 | public function getSelfLink() |
| 2687 | 2687 | { |
| 2688 | - return $this->selfLink; |
|
| 2688 | + return $this->selfLink; |
|
| 2689 | 2689 | } |
| 2690 | 2690 | public function setUpdated($updated) |
| 2691 | 2691 | { |
| 2692 | - $this->updated = $updated; |
|
| 2692 | + $this->updated = $updated; |
|
| 2693 | 2693 | } |
| 2694 | 2694 | public function getUpdated() |
| 2695 | 2695 | { |
| 2696 | - return $this->updated; |
|
| 2696 | + return $this->updated; |
|
| 2697 | 2697 | } |
| 2698 | 2698 | public function setVolumeId($volumeId) |
| 2699 | 2699 | { |
| 2700 | - $this->volumeId = $volumeId; |
|
| 2700 | + $this->volumeId = $volumeId; |
|
| 2701 | 2701 | } |
| 2702 | 2702 | public function getVolumeId() |
| 2703 | 2703 | { |
| 2704 | - return $this->volumeId; |
|
| 2704 | + return $this->volumeId; |
|
| 2705 | 2705 | } |
| 2706 | 2706 | } |
| 2707 | 2707 | |
@@ -2722,43 +2722,43 @@ discard block |
||
| 2722 | 2722 | |
| 2723 | 2723 | public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange) |
| 2724 | 2724 | { |
| 2725 | - $this->cfiRange = $cfiRange; |
|
| 2725 | + $this->cfiRange = $cfiRange; |
|
| 2726 | 2726 | } |
| 2727 | 2727 | public function getCfiRange() |
| 2728 | 2728 | { |
| 2729 | - return $this->cfiRange; |
|
| 2729 | + return $this->cfiRange; |
|
| 2730 | 2730 | } |
| 2731 | 2731 | public function setContentVersion($contentVersion) |
| 2732 | 2732 | { |
| 2733 | - $this->contentVersion = $contentVersion; |
|
| 2733 | + $this->contentVersion = $contentVersion; |
|
| 2734 | 2734 | } |
| 2735 | 2735 | public function getContentVersion() |
| 2736 | 2736 | { |
| 2737 | - return $this->contentVersion; |
|
| 2737 | + return $this->contentVersion; |
|
| 2738 | 2738 | } |
| 2739 | 2739 | public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) |
| 2740 | 2740 | { |
| 2741 | - $this->gbImageRange = $gbImageRange; |
|
| 2741 | + $this->gbImageRange = $gbImageRange; |
|
| 2742 | 2742 | } |
| 2743 | 2743 | public function getGbImageRange() |
| 2744 | 2744 | { |
| 2745 | - return $this->gbImageRange; |
|
| 2745 | + return $this->gbImageRange; |
|
| 2746 | 2746 | } |
| 2747 | 2747 | public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) |
| 2748 | 2748 | { |
| 2749 | - $this->gbTextRange = $gbTextRange; |
|
| 2749 | + $this->gbTextRange = $gbTextRange; |
|
| 2750 | 2750 | } |
| 2751 | 2751 | public function getGbTextRange() |
| 2752 | 2752 | { |
| 2753 | - return $this->gbTextRange; |
|
| 2753 | + return $this->gbTextRange; |
|
| 2754 | 2754 | } |
| 2755 | 2755 | public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange) |
| 2756 | 2756 | { |
| 2757 | - $this->imageCfiRange = $imageCfiRange; |
|
| 2757 | + $this->imageCfiRange = $imageCfiRange; |
|
| 2758 | 2758 | } |
| 2759 | 2759 | public function getImageCfiRange() |
| 2760 | 2760 | { |
| 2761 | - return $this->imageCfiRange; |
|
| 2761 | + return $this->imageCfiRange; |
|
| 2762 | 2762 | } |
| 2763 | 2763 | } |
| 2764 | 2764 | |
@@ -2779,43 +2779,43 @@ discard block |
||
| 2779 | 2779 | |
| 2780 | 2780 | public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange) |
| 2781 | 2781 | { |
| 2782 | - $this->cfiRange = $cfiRange; |
|
| 2782 | + $this->cfiRange = $cfiRange; |
|
| 2783 | 2783 | } |
| 2784 | 2784 | public function getCfiRange() |
| 2785 | 2785 | { |
| 2786 | - return $this->cfiRange; |
|
| 2786 | + return $this->cfiRange; |
|
| 2787 | 2787 | } |
| 2788 | 2788 | public function setContentVersion($contentVersion) |
| 2789 | 2789 | { |
| 2790 | - $this->contentVersion = $contentVersion; |
|
| 2790 | + $this->contentVersion = $contentVersion; |
|
| 2791 | 2791 | } |
| 2792 | 2792 | public function getContentVersion() |
| 2793 | 2793 | { |
| 2794 | - return $this->contentVersion; |
|
| 2794 | + return $this->contentVersion; |
|
| 2795 | 2795 | } |
| 2796 | 2796 | public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) |
| 2797 | 2797 | { |
| 2798 | - $this->gbImageRange = $gbImageRange; |
|
| 2798 | + $this->gbImageRange = $gbImageRange; |
|
| 2799 | 2799 | } |
| 2800 | 2800 | public function getGbImageRange() |
| 2801 | 2801 | { |
| 2802 | - return $this->gbImageRange; |
|
| 2802 | + return $this->gbImageRange; |
|
| 2803 | 2803 | } |
| 2804 | 2804 | public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) |
| 2805 | 2805 | { |
| 2806 | - $this->gbTextRange = $gbTextRange; |
|
| 2806 | + $this->gbTextRange = $gbTextRange; |
|
| 2807 | 2807 | } |
| 2808 | 2808 | public function getGbTextRange() |
| 2809 | 2809 | { |
| 2810 | - return $this->gbTextRange; |
|
| 2810 | + return $this->gbTextRange; |
|
| 2811 | 2811 | } |
| 2812 | 2812 | public function setImageCfiRange(Google_Service_Books_BooksAnnotationsRange $imageCfiRange) |
| 2813 | 2813 | { |
| 2814 | - $this->imageCfiRange = $imageCfiRange; |
|
| 2814 | + $this->imageCfiRange = $imageCfiRange; |
|
| 2815 | 2815 | } |
| 2816 | 2816 | public function getImageCfiRange() |
| 2817 | 2817 | { |
| 2818 | - return $this->imageCfiRange; |
|
| 2818 | + return $this->imageCfiRange; |
|
| 2819 | 2819 | } |
| 2820 | 2820 | } |
| 2821 | 2821 | |
@@ -2830,34 +2830,34 @@ discard block |
||
| 2830 | 2830 | |
| 2831 | 2831 | public function setAllowedCharacterCount($allowedCharacterCount) |
| 2832 | 2832 | { |
| 2833 | - $this->allowedCharacterCount = $allowedCharacterCount; |
|
| 2833 | + $this->allowedCharacterCount = $allowedCharacterCount; |
|
| 2834 | 2834 | } |
| 2835 | 2835 | public function getAllowedCharacterCount() |
| 2836 | 2836 | { |
| 2837 | - return $this->allowedCharacterCount; |
|
| 2837 | + return $this->allowedCharacterCount; |
|
| 2838 | 2838 | } |
| 2839 | 2839 | public function setLimitType($limitType) |
| 2840 | 2840 | { |
| 2841 | - $this->limitType = $limitType; |
|
| 2841 | + $this->limitType = $limitType; |
|
| 2842 | 2842 | } |
| 2843 | 2843 | public function getLimitType() |
| 2844 | 2844 | { |
| 2845 | - return $this->limitType; |
|
| 2845 | + return $this->limitType; |
|
| 2846 | 2846 | } |
| 2847 | 2847 | public function setRemainingCharacterCount($remainingCharacterCount) |
| 2848 | 2848 | { |
| 2849 | - $this->remainingCharacterCount = $remainingCharacterCount; |
|
| 2849 | + $this->remainingCharacterCount = $remainingCharacterCount; |
|
| 2850 | 2850 | } |
| 2851 | 2851 | public function getRemainingCharacterCount() |
| 2852 | 2852 | { |
| 2853 | - return $this->remainingCharacterCount; |
|
| 2853 | + return $this->remainingCharacterCount; |
|
| 2854 | 2854 | } |
| 2855 | 2855 | } |
| 2856 | 2856 | |
| 2857 | 2857 | class Google_Service_Books_Annotationdata extends Google_Model |
| 2858 | 2858 | { |
| 2859 | 2859 | protected $internal_gapi_mappings = array( |
| 2860 | - "encodedData" => "encoded_data", |
|
| 2860 | + "encodedData" => "encoded_data", |
|
| 2861 | 2861 | ); |
| 2862 | 2862 | public $annotationType; |
| 2863 | 2863 | public $data; |
@@ -2872,75 +2872,75 @@ discard block |
||
| 2872 | 2872 | |
| 2873 | 2873 | public function setAnnotationType($annotationType) |
| 2874 | 2874 | { |
| 2875 | - $this->annotationType = $annotationType; |
|
| 2875 | + $this->annotationType = $annotationType; |
|
| 2876 | 2876 | } |
| 2877 | 2877 | public function getAnnotationType() |
| 2878 | 2878 | { |
| 2879 | - return $this->annotationType; |
|
| 2879 | + return $this->annotationType; |
|
| 2880 | 2880 | } |
| 2881 | 2881 | public function setData($data) |
| 2882 | 2882 | { |
| 2883 | - $this->data = $data; |
|
| 2883 | + $this->data = $data; |
|
| 2884 | 2884 | } |
| 2885 | 2885 | public function getData() |
| 2886 | 2886 | { |
| 2887 | - return $this->data; |
|
| 2887 | + return $this->data; |
|
| 2888 | 2888 | } |
| 2889 | 2889 | public function setEncodedData($encodedData) |
| 2890 | 2890 | { |
| 2891 | - $this->encodedData = $encodedData; |
|
| 2891 | + $this->encodedData = $encodedData; |
|
| 2892 | 2892 | } |
| 2893 | 2893 | public function getEncodedData() |
| 2894 | 2894 | { |
| 2895 | - return $this->encodedData; |
|
| 2895 | + return $this->encodedData; |
|
| 2896 | 2896 | } |
| 2897 | 2897 | public function setId($id) |
| 2898 | 2898 | { |
| 2899 | - $this->id = $id; |
|
| 2899 | + $this->id = $id; |
|
| 2900 | 2900 | } |
| 2901 | 2901 | public function getId() |
| 2902 | 2902 | { |
| 2903 | - return $this->id; |
|
| 2903 | + return $this->id; |
|
| 2904 | 2904 | } |
| 2905 | 2905 | public function setKind($kind) |
| 2906 | 2906 | { |
| 2907 | - $this->kind = $kind; |
|
| 2907 | + $this->kind = $kind; |
|
| 2908 | 2908 | } |
| 2909 | 2909 | public function getKind() |
| 2910 | 2910 | { |
| 2911 | - return $this->kind; |
|
| 2911 | + return $this->kind; |
|
| 2912 | 2912 | } |
| 2913 | 2913 | public function setLayerId($layerId) |
| 2914 | 2914 | { |
| 2915 | - $this->layerId = $layerId; |
|
| 2915 | + $this->layerId = $layerId; |
|
| 2916 | 2916 | } |
| 2917 | 2917 | public function getLayerId() |
| 2918 | 2918 | { |
| 2919 | - return $this->layerId; |
|
| 2919 | + return $this->layerId; |
|
| 2920 | 2920 | } |
| 2921 | 2921 | public function setSelfLink($selfLink) |
| 2922 | 2922 | { |
| 2923 | - $this->selfLink = $selfLink; |
|
| 2923 | + $this->selfLink = $selfLink; |
|
| 2924 | 2924 | } |
| 2925 | 2925 | public function getSelfLink() |
| 2926 | 2926 | { |
| 2927 | - return $this->selfLink; |
|
| 2927 | + return $this->selfLink; |
|
| 2928 | 2928 | } |
| 2929 | 2929 | public function setUpdated($updated) |
| 2930 | 2930 | { |
| 2931 | - $this->updated = $updated; |
|
| 2931 | + $this->updated = $updated; |
|
| 2932 | 2932 | } |
| 2933 | 2933 | public function getUpdated() |
| 2934 | 2934 | { |
| 2935 | - return $this->updated; |
|
| 2935 | + return $this->updated; |
|
| 2936 | 2936 | } |
| 2937 | 2937 | public function setVolumeId($volumeId) |
| 2938 | 2938 | { |
| 2939 | - $this->volumeId = $volumeId; |
|
| 2939 | + $this->volumeId = $volumeId; |
|
| 2940 | 2940 | } |
| 2941 | 2941 | public function getVolumeId() |
| 2942 | 2942 | { |
| 2943 | - return $this->volumeId; |
|
| 2943 | + return $this->volumeId; |
|
| 2944 | 2944 | } |
| 2945 | 2945 | } |
| 2946 | 2946 | |
@@ -2958,35 +2958,35 @@ discard block |
||
| 2958 | 2958 | |
| 2959 | 2959 | public function setItems($items) |
| 2960 | 2960 | { |
| 2961 | - $this->items = $items; |
|
| 2961 | + $this->items = $items; |
|
| 2962 | 2962 | } |
| 2963 | 2963 | public function getItems() |
| 2964 | 2964 | { |
| 2965 | - return $this->items; |
|
| 2965 | + return $this->items; |
|
| 2966 | 2966 | } |
| 2967 | 2967 | public function setKind($kind) |
| 2968 | 2968 | { |
| 2969 | - $this->kind = $kind; |
|
| 2969 | + $this->kind = $kind; |
|
| 2970 | 2970 | } |
| 2971 | 2971 | public function getKind() |
| 2972 | 2972 | { |
| 2973 | - return $this->kind; |
|
| 2973 | + return $this->kind; |
|
| 2974 | 2974 | } |
| 2975 | 2975 | public function setNextPageToken($nextPageToken) |
| 2976 | 2976 | { |
| 2977 | - $this->nextPageToken = $nextPageToken; |
|
| 2977 | + $this->nextPageToken = $nextPageToken; |
|
| 2978 | 2978 | } |
| 2979 | 2979 | public function getNextPageToken() |
| 2980 | 2980 | { |
| 2981 | - return $this->nextPageToken; |
|
| 2981 | + return $this->nextPageToken; |
|
| 2982 | 2982 | } |
| 2983 | 2983 | public function setTotalItems($totalItems) |
| 2984 | 2984 | { |
| 2985 | - $this->totalItems = $totalItems; |
|
| 2985 | + $this->totalItems = $totalItems; |
|
| 2986 | 2986 | } |
| 2987 | 2987 | public function getTotalItems() |
| 2988 | 2988 | { |
| 2989 | - return $this->totalItems; |
|
| 2989 | + return $this->totalItems; |
|
| 2990 | 2990 | } |
| 2991 | 2991 | } |
| 2992 | 2992 | |
@@ -3002,19 +3002,19 @@ discard block |
||
| 3002 | 3002 | |
| 3003 | 3003 | public function setKind($kind) |
| 3004 | 3004 | { |
| 3005 | - $this->kind = $kind; |
|
| 3005 | + $this->kind = $kind; |
|
| 3006 | 3006 | } |
| 3007 | 3007 | public function getKind() |
| 3008 | 3008 | { |
| 3009 | - return $this->kind; |
|
| 3009 | + return $this->kind; |
|
| 3010 | 3010 | } |
| 3011 | 3011 | public function setLayers($layers) |
| 3012 | 3012 | { |
| 3013 | - $this->layers = $layers; |
|
| 3013 | + $this->layers = $layers; |
|
| 3014 | 3014 | } |
| 3015 | 3015 | public function getLayers() |
| 3016 | 3016 | { |
| 3017 | - return $this->layers; |
|
| 3017 | + return $this->layers; |
|
| 3018 | 3018 | } |
| 3019 | 3019 | } |
| 3020 | 3020 | |
@@ -3031,43 +3031,43 @@ discard block |
||
| 3031 | 3031 | |
| 3032 | 3032 | public function setAllowedCharacterCount($allowedCharacterCount) |
| 3033 | 3033 | { |
| 3034 | - $this->allowedCharacterCount = $allowedCharacterCount; |
|
| 3034 | + $this->allowedCharacterCount = $allowedCharacterCount; |
|
| 3035 | 3035 | } |
| 3036 | 3036 | public function getAllowedCharacterCount() |
| 3037 | 3037 | { |
| 3038 | - return $this->allowedCharacterCount; |
|
| 3038 | + return $this->allowedCharacterCount; |
|
| 3039 | 3039 | } |
| 3040 | 3040 | public function setLayerId($layerId) |
| 3041 | 3041 | { |
| 3042 | - $this->layerId = $layerId; |
|
| 3042 | + $this->layerId = $layerId; |
|
| 3043 | 3043 | } |
| 3044 | 3044 | public function getLayerId() |
| 3045 | 3045 | { |
| 3046 | - return $this->layerId; |
|
| 3046 | + return $this->layerId; |
|
| 3047 | 3047 | } |
| 3048 | 3048 | public function setLimitType($limitType) |
| 3049 | 3049 | { |
| 3050 | - $this->limitType = $limitType; |
|
| 3050 | + $this->limitType = $limitType; |
|
| 3051 | 3051 | } |
| 3052 | 3052 | public function getLimitType() |
| 3053 | 3053 | { |
| 3054 | - return $this->limitType; |
|
| 3054 | + return $this->limitType; |
|
| 3055 | 3055 | } |
| 3056 | 3056 | public function setRemainingCharacterCount($remainingCharacterCount) |
| 3057 | 3057 | { |
| 3058 | - $this->remainingCharacterCount = $remainingCharacterCount; |
|
| 3058 | + $this->remainingCharacterCount = $remainingCharacterCount; |
|
| 3059 | 3059 | } |
| 3060 | 3060 | public function getRemainingCharacterCount() |
| 3061 | 3061 | { |
| 3062 | - return $this->remainingCharacterCount; |
|
| 3062 | + return $this->remainingCharacterCount; |
|
| 3063 | 3063 | } |
| 3064 | 3064 | public function setUpdated($updated) |
| 3065 | 3065 | { |
| 3066 | - $this->updated = $updated; |
|
| 3066 | + $this->updated = $updated; |
|
| 3067 | 3067 | } |
| 3068 | 3068 | public function getUpdated() |
| 3069 | 3069 | { |
| 3070 | - return $this->updated; |
|
| 3070 | + return $this->updated; |
|
| 3071 | 3071 | } |
| 3072 | 3072 | } |
| 3073 | 3073 | |
@@ -3085,35 +3085,35 @@ discard block |
||
| 3085 | 3085 | |
| 3086 | 3086 | public function setItems($items) |
| 3087 | 3087 | { |
| 3088 | - $this->items = $items; |
|
| 3088 | + $this->items = $items; |
|
| 3089 | 3089 | } |
| 3090 | 3090 | public function getItems() |
| 3091 | 3091 | { |
| 3092 | - return $this->items; |
|
| 3092 | + return $this->items; |
|
| 3093 | 3093 | } |
| 3094 | 3094 | public function setKind($kind) |
| 3095 | 3095 | { |
| 3096 | - $this->kind = $kind; |
|
| 3096 | + $this->kind = $kind; |
|
| 3097 | 3097 | } |
| 3098 | 3098 | public function getKind() |
| 3099 | 3099 | { |
| 3100 | - return $this->kind; |
|
| 3100 | + return $this->kind; |
|
| 3101 | 3101 | } |
| 3102 | 3102 | public function setNextPageToken($nextPageToken) |
| 3103 | 3103 | { |
| 3104 | - $this->nextPageToken = $nextPageToken; |
|
| 3104 | + $this->nextPageToken = $nextPageToken; |
|
| 3105 | 3105 | } |
| 3106 | 3106 | public function getNextPageToken() |
| 3107 | 3107 | { |
| 3108 | - return $this->nextPageToken; |
|
| 3108 | + return $this->nextPageToken; |
|
| 3109 | 3109 | } |
| 3110 | 3110 | public function setTotalItems($totalItems) |
| 3111 | 3111 | { |
| 3112 | - $this->totalItems = $totalItems; |
|
| 3112 | + $this->totalItems = $totalItems; |
|
| 3113 | 3113 | } |
| 3114 | 3114 | public function getTotalItems() |
| 3115 | 3115 | { |
| 3116 | - return $this->totalItems; |
|
| 3116 | + return $this->totalItems; |
|
| 3117 | 3117 | } |
| 3118 | 3118 | } |
| 3119 | 3119 | |
@@ -3129,35 +3129,35 @@ discard block |
||
| 3129 | 3129 | |
| 3130 | 3130 | public function setEndOffset($endOffset) |
| 3131 | 3131 | { |
| 3132 | - $this->endOffset = $endOffset; |
|
| 3132 | + $this->endOffset = $endOffset; |
|
| 3133 | 3133 | } |
| 3134 | 3134 | public function getEndOffset() |
| 3135 | 3135 | { |
| 3136 | - return $this->endOffset; |
|
| 3136 | + return $this->endOffset; |
|
| 3137 | 3137 | } |
| 3138 | 3138 | public function setEndPosition($endPosition) |
| 3139 | 3139 | { |
| 3140 | - $this->endPosition = $endPosition; |
|
| 3140 | + $this->endPosition = $endPosition; |
|
| 3141 | 3141 | } |
| 3142 | 3142 | public function getEndPosition() |
| 3143 | 3143 | { |
| 3144 | - return $this->endPosition; |
|
| 3144 | + return $this->endPosition; |
|
| 3145 | 3145 | } |
| 3146 | 3146 | public function setStartOffset($startOffset) |
| 3147 | 3147 | { |
| 3148 | - $this->startOffset = $startOffset; |
|
| 3148 | + $this->startOffset = $startOffset; |
|
| 3149 | 3149 | } |
| 3150 | 3150 | public function getStartOffset() |
| 3151 | 3151 | { |
| 3152 | - return $this->startOffset; |
|
| 3152 | + return $this->startOffset; |
|
| 3153 | 3153 | } |
| 3154 | 3154 | public function setStartPosition($startPosition) |
| 3155 | 3155 | { |
| 3156 | - $this->startPosition = $startPosition; |
|
| 3156 | + $this->startPosition = $startPosition; |
|
| 3157 | 3157 | } |
| 3158 | 3158 | public function getStartPosition() |
| 3159 | 3159 | { |
| 3160 | - return $this->startPosition; |
|
| 3160 | + return $this->startPosition; |
|
| 3161 | 3161 | } |
| 3162 | 3162 | } |
| 3163 | 3163 | |
@@ -3173,53 +3173,53 @@ discard block |
||
| 3173 | 3173 | |
| 3174 | 3174 | public function setAuthor($author) |
| 3175 | 3175 | { |
| 3176 | - $this->author = $author; |
|
| 3176 | + $this->author = $author; |
|
| 3177 | 3177 | } |
| 3178 | 3178 | public function getAuthor() |
| 3179 | 3179 | { |
| 3180 | - return $this->author; |
|
| 3180 | + return $this->author; |
|
| 3181 | 3181 | } |
| 3182 | 3182 | public function setProcessingState($processingState) |
| 3183 | 3183 | { |
| 3184 | - $this->processingState = $processingState; |
|
| 3184 | + $this->processingState = $processingState; |
|
| 3185 | 3185 | } |
| 3186 | 3186 | public function getProcessingState() |
| 3187 | 3187 | { |
| 3188 | - return $this->processingState; |
|
| 3188 | + return $this->processingState; |
|
| 3189 | 3189 | } |
| 3190 | 3190 | public function setTitle($title) |
| 3191 | 3191 | { |
| 3192 | - $this->title = $title; |
|
| 3192 | + $this->title = $title; |
|
| 3193 | 3193 | } |
| 3194 | 3194 | public function getTitle() |
| 3195 | 3195 | { |
| 3196 | - return $this->title; |
|
| 3196 | + return $this->title; |
|
| 3197 | 3197 | } |
| 3198 | 3198 | public function setVolumeId($volumeId) |
| 3199 | 3199 | { |
| 3200 | - $this->volumeId = $volumeId; |
|
| 3200 | + $this->volumeId = $volumeId; |
|
| 3201 | 3201 | } |
| 3202 | 3202 | public function getVolumeId() |
| 3203 | 3203 | { |
| 3204 | - return $this->volumeId; |
|
| 3204 | + return $this->volumeId; |
|
| 3205 | 3205 | } |
| 3206 | 3206 | } |
| 3207 | 3207 | |
| 3208 | 3208 | class Google_Service_Books_BooksVolumesRecommendedRateResponse extends Google_Model |
| 3209 | 3209 | { |
| 3210 | 3210 | protected $internal_gapi_mappings = array( |
| 3211 | - "consistencyToken" => "consistency_token", |
|
| 3211 | + "consistencyToken" => "consistency_token", |
|
| 3212 | 3212 | ); |
| 3213 | 3213 | public $consistencyToken; |
| 3214 | 3214 | |
| 3215 | 3215 | |
| 3216 | 3216 | public function setConsistencyToken($consistencyToken) |
| 3217 | 3217 | { |
| 3218 | - $this->consistencyToken = $consistencyToken; |
|
| 3218 | + $this->consistencyToken = $consistencyToken; |
|
| 3219 | 3219 | } |
| 3220 | 3220 | public function getConsistencyToken() |
| 3221 | 3221 | { |
| 3222 | - return $this->consistencyToken; |
|
| 3222 | + return $this->consistencyToken; |
|
| 3223 | 3223 | } |
| 3224 | 3224 | } |
| 3225 | 3225 | |
@@ -3241,83 +3241,83 @@ discard block |
||
| 3241 | 3241 | |
| 3242 | 3242 | public function setAccess($access) |
| 3243 | 3243 | { |
| 3244 | - $this->access = $access; |
|
| 3244 | + $this->access = $access; |
|
| 3245 | 3245 | } |
| 3246 | 3246 | public function getAccess() |
| 3247 | 3247 | { |
| 3248 | - return $this->access; |
|
| 3248 | + return $this->access; |
|
| 3249 | 3249 | } |
| 3250 | 3250 | public function setCreated($created) |
| 3251 | 3251 | { |
| 3252 | - $this->created = $created; |
|
| 3252 | + $this->created = $created; |
|
| 3253 | 3253 | } |
| 3254 | 3254 | public function getCreated() |
| 3255 | 3255 | { |
| 3256 | - return $this->created; |
|
| 3256 | + return $this->created; |
|
| 3257 | 3257 | } |
| 3258 | 3258 | public function setDescription($description) |
| 3259 | 3259 | { |
| 3260 | - $this->description = $description; |
|
| 3260 | + $this->description = $description; |
|
| 3261 | 3261 | } |
| 3262 | 3262 | public function getDescription() |
| 3263 | 3263 | { |
| 3264 | - return $this->description; |
|
| 3264 | + return $this->description; |
|
| 3265 | 3265 | } |
| 3266 | 3266 | public function setId($id) |
| 3267 | 3267 | { |
| 3268 | - $this->id = $id; |
|
| 3268 | + $this->id = $id; |
|
| 3269 | 3269 | } |
| 3270 | 3270 | public function getId() |
| 3271 | 3271 | { |
| 3272 | - return $this->id; |
|
| 3272 | + return $this->id; |
|
| 3273 | 3273 | } |
| 3274 | 3274 | public function setKind($kind) |
| 3275 | 3275 | { |
| 3276 | - $this->kind = $kind; |
|
| 3276 | + $this->kind = $kind; |
|
| 3277 | 3277 | } |
| 3278 | 3278 | public function getKind() |
| 3279 | 3279 | { |
| 3280 | - return $this->kind; |
|
| 3280 | + return $this->kind; |
|
| 3281 | 3281 | } |
| 3282 | 3282 | public function setSelfLink($selfLink) |
| 3283 | 3283 | { |
| 3284 | - $this->selfLink = $selfLink; |
|
| 3284 | + $this->selfLink = $selfLink; |
|
| 3285 | 3285 | } |
| 3286 | 3286 | public function getSelfLink() |
| 3287 | 3287 | { |
| 3288 | - return $this->selfLink; |
|
| 3288 | + return $this->selfLink; |
|
| 3289 | 3289 | } |
| 3290 | 3290 | public function setTitle($title) |
| 3291 | 3291 | { |
| 3292 | - $this->title = $title; |
|
| 3292 | + $this->title = $title; |
|
| 3293 | 3293 | } |
| 3294 | 3294 | public function getTitle() |
| 3295 | 3295 | { |
| 3296 | - return $this->title; |
|
| 3296 | + return $this->title; |
|
| 3297 | 3297 | } |
| 3298 | 3298 | public function setUpdated($updated) |
| 3299 | 3299 | { |
| 3300 | - $this->updated = $updated; |
|
| 3300 | + $this->updated = $updated; |
|
| 3301 | 3301 | } |
| 3302 | 3302 | public function getUpdated() |
| 3303 | 3303 | { |
| 3304 | - return $this->updated; |
|
| 3304 | + return $this->updated; |
|
| 3305 | 3305 | } |
| 3306 | 3306 | public function setVolumeCount($volumeCount) |
| 3307 | 3307 | { |
| 3308 | - $this->volumeCount = $volumeCount; |
|
| 3308 | + $this->volumeCount = $volumeCount; |
|
| 3309 | 3309 | } |
| 3310 | 3310 | public function getVolumeCount() |
| 3311 | 3311 | { |
| 3312 | - return $this->volumeCount; |
|
| 3312 | + return $this->volumeCount; |
|
| 3313 | 3313 | } |
| 3314 | 3314 | public function setVolumesLastUpdated($volumesLastUpdated) |
| 3315 | 3315 | { |
| 3316 | - $this->volumesLastUpdated = $volumesLastUpdated; |
|
| 3316 | + $this->volumesLastUpdated = $volumesLastUpdated; |
|
| 3317 | 3317 | } |
| 3318 | 3318 | public function getVolumesLastUpdated() |
| 3319 | 3319 | { |
| 3320 | - return $this->volumesLastUpdated; |
|
| 3320 | + return $this->volumesLastUpdated; |
|
| 3321 | 3321 | } |
| 3322 | 3322 | } |
| 3323 | 3323 | |
@@ -3333,19 +3333,19 @@ discard block |
||
| 3333 | 3333 | |
| 3334 | 3334 | public function setItems($items) |
| 3335 | 3335 | { |
| 3336 | - $this->items = $items; |
|
| 3336 | + $this->items = $items; |
|
| 3337 | 3337 | } |
| 3338 | 3338 | public function getItems() |
| 3339 | 3339 | { |
| 3340 | - return $this->items; |
|
| 3340 | + return $this->items; |
|
| 3341 | 3341 | } |
| 3342 | 3342 | public function setKind($kind) |
| 3343 | 3343 | { |
| 3344 | - $this->kind = $kind; |
|
| 3344 | + $this->kind = $kind; |
|
| 3345 | 3345 | } |
| 3346 | 3346 | public function getKind() |
| 3347 | 3347 | { |
| 3348 | - return $this->kind; |
|
| 3348 | + return $this->kind; |
|
| 3349 | 3349 | } |
| 3350 | 3350 | } |
| 3351 | 3351 | |
@@ -3361,19 +3361,19 @@ discard block |
||
| 3361 | 3361 | |
| 3362 | 3362 | public function setItems($items) |
| 3363 | 3363 | { |
| 3364 | - $this->items = $items; |
|
| 3364 | + $this->items = $items; |
|
| 3365 | 3365 | } |
| 3366 | 3366 | public function getItems() |
| 3367 | 3367 | { |
| 3368 | - return $this->items; |
|
| 3368 | + return $this->items; |
|
| 3369 | 3369 | } |
| 3370 | 3370 | public function setKind($kind) |
| 3371 | 3371 | { |
| 3372 | - $this->kind = $kind; |
|
| 3372 | + $this->kind = $kind; |
|
| 3373 | 3373 | } |
| 3374 | 3374 | public function getKind() |
| 3375 | 3375 | { |
| 3376 | - return $this->kind; |
|
| 3376 | + return $this->kind; |
|
| 3377 | 3377 | } |
| 3378 | 3378 | } |
| 3379 | 3379 | |
@@ -3388,27 +3388,27 @@ discard block |
||
| 3388 | 3388 | |
| 3389 | 3389 | public function setBadgeUrl($badgeUrl) |
| 3390 | 3390 | { |
| 3391 | - $this->badgeUrl = $badgeUrl; |
|
| 3391 | + $this->badgeUrl = $badgeUrl; |
|
| 3392 | 3392 | } |
| 3393 | 3393 | public function getBadgeUrl() |
| 3394 | 3394 | { |
| 3395 | - return $this->badgeUrl; |
|
| 3395 | + return $this->badgeUrl; |
|
| 3396 | 3396 | } |
| 3397 | 3397 | public function setCategoryId($categoryId) |
| 3398 | 3398 | { |
| 3399 | - $this->categoryId = $categoryId; |
|
| 3399 | + $this->categoryId = $categoryId; |
|
| 3400 | 3400 | } |
| 3401 | 3401 | public function getCategoryId() |
| 3402 | 3402 | { |
| 3403 | - return $this->categoryId; |
|
| 3403 | + return $this->categoryId; |
|
| 3404 | 3404 | } |
| 3405 | 3405 | public function setName($name) |
| 3406 | 3406 | { |
| 3407 | - $this->name = $name; |
|
| 3407 | + $this->name = $name; |
|
| 3408 | 3408 | } |
| 3409 | 3409 | public function getName() |
| 3410 | 3410 | { |
| 3411 | - return $this->name; |
|
| 3411 | + return $this->name; |
|
| 3412 | 3412 | } |
| 3413 | 3413 | } |
| 3414 | 3414 | |
@@ -3431,91 +3431,91 @@ discard block |
||
| 3431 | 3431 | |
| 3432 | 3432 | public function setDeviceAllowed($deviceAllowed) |
| 3433 | 3433 | { |
| 3434 | - $this->deviceAllowed = $deviceAllowed; |
|
| 3434 | + $this->deviceAllowed = $deviceAllowed; |
|
| 3435 | 3435 | } |
| 3436 | 3436 | public function getDeviceAllowed() |
| 3437 | 3437 | { |
| 3438 | - return $this->deviceAllowed; |
|
| 3438 | + return $this->deviceAllowed; |
|
| 3439 | 3439 | } |
| 3440 | 3440 | public function setKind($kind) |
| 3441 | 3441 | { |
| 3442 | - $this->kind = $kind; |
|
| 3442 | + $this->kind = $kind; |
|
| 3443 | 3443 | } |
| 3444 | 3444 | public function getKind() |
| 3445 | 3445 | { |
| 3446 | - return $this->kind; |
|
| 3446 | + return $this->kind; |
|
| 3447 | 3447 | } |
| 3448 | 3448 | public function setMaxConcurrentDevices($maxConcurrentDevices) |
| 3449 | 3449 | { |
| 3450 | - $this->maxConcurrentDevices = $maxConcurrentDevices; |
|
| 3450 | + $this->maxConcurrentDevices = $maxConcurrentDevices; |
|
| 3451 | 3451 | } |
| 3452 | 3452 | public function getMaxConcurrentDevices() |
| 3453 | 3453 | { |
| 3454 | - return $this->maxConcurrentDevices; |
|
| 3454 | + return $this->maxConcurrentDevices; |
|
| 3455 | 3455 | } |
| 3456 | 3456 | public function setMessage($message) |
| 3457 | 3457 | { |
| 3458 | - $this->message = $message; |
|
| 3458 | + $this->message = $message; |
|
| 3459 | 3459 | } |
| 3460 | 3460 | public function getMessage() |
| 3461 | 3461 | { |
| 3462 | - return $this->message; |
|
| 3462 | + return $this->message; |
|
| 3463 | 3463 | } |
| 3464 | 3464 | public function setNonce($nonce) |
| 3465 | 3465 | { |
| 3466 | - $this->nonce = $nonce; |
|
| 3466 | + $this->nonce = $nonce; |
|
| 3467 | 3467 | } |
| 3468 | 3468 | public function getNonce() |
| 3469 | 3469 | { |
| 3470 | - return $this->nonce; |
|
| 3470 | + return $this->nonce; |
|
| 3471 | 3471 | } |
| 3472 | 3472 | public function setReasonCode($reasonCode) |
| 3473 | 3473 | { |
| 3474 | - $this->reasonCode = $reasonCode; |
|
| 3474 | + $this->reasonCode = $reasonCode; |
|
| 3475 | 3475 | } |
| 3476 | 3476 | public function getReasonCode() |
| 3477 | 3477 | { |
| 3478 | - return $this->reasonCode; |
|
| 3478 | + return $this->reasonCode; |
|
| 3479 | 3479 | } |
| 3480 | 3480 | public function setRestricted($restricted) |
| 3481 | 3481 | { |
| 3482 | - $this->restricted = $restricted; |
|
| 3482 | + $this->restricted = $restricted; |
|
| 3483 | 3483 | } |
| 3484 | 3484 | public function getRestricted() |
| 3485 | 3485 | { |
| 3486 | - return $this->restricted; |
|
| 3486 | + return $this->restricted; |
|
| 3487 | 3487 | } |
| 3488 | 3488 | public function setSignature($signature) |
| 3489 | 3489 | { |
| 3490 | - $this->signature = $signature; |
|
| 3490 | + $this->signature = $signature; |
|
| 3491 | 3491 | } |
| 3492 | 3492 | public function getSignature() |
| 3493 | 3493 | { |
| 3494 | - return $this->signature; |
|
| 3494 | + return $this->signature; |
|
| 3495 | 3495 | } |
| 3496 | 3496 | public function setSource($source) |
| 3497 | 3497 | { |
| 3498 | - $this->source = $source; |
|
| 3498 | + $this->source = $source; |
|
| 3499 | 3499 | } |
| 3500 | 3500 | public function getSource() |
| 3501 | 3501 | { |
| 3502 | - return $this->source; |
|
| 3502 | + return $this->source; |
|
| 3503 | 3503 | } |
| 3504 | 3504 | public function setTimeWindowSeconds($timeWindowSeconds) |
| 3505 | 3505 | { |
| 3506 | - $this->timeWindowSeconds = $timeWindowSeconds; |
|
| 3506 | + $this->timeWindowSeconds = $timeWindowSeconds; |
|
| 3507 | 3507 | } |
| 3508 | 3508 | public function getTimeWindowSeconds() |
| 3509 | 3509 | { |
| 3510 | - return $this->timeWindowSeconds; |
|
| 3510 | + return $this->timeWindowSeconds; |
|
| 3511 | 3511 | } |
| 3512 | 3512 | public function setVolumeId($volumeId) |
| 3513 | 3513 | { |
| 3514 | - $this->volumeId = $volumeId; |
|
| 3514 | + $this->volumeId = $volumeId; |
|
| 3515 | 3515 | } |
| 3516 | 3516 | public function getVolumeId() |
| 3517 | 3517 | { |
| 3518 | - return $this->volumeId; |
|
| 3518 | + return $this->volumeId; |
|
| 3519 | 3519 | } |
| 3520 | 3520 | } |
| 3521 | 3521 | |
@@ -3532,27 +3532,27 @@ discard block |
||
| 3532 | 3532 | |
| 3533 | 3533 | public function setCommon(Google_Service_Books_DictlayerdataCommon $common) |
| 3534 | 3534 | { |
| 3535 | - $this->common = $common; |
|
| 3535 | + $this->common = $common; |
|
| 3536 | 3536 | } |
| 3537 | 3537 | public function getCommon() |
| 3538 | 3538 | { |
| 3539 | - return $this->common; |
|
| 3539 | + return $this->common; |
|
| 3540 | 3540 | } |
| 3541 | 3541 | public function setDict(Google_Service_Books_DictlayerdataDict $dict) |
| 3542 | 3542 | { |
| 3543 | - $this->dict = $dict; |
|
| 3543 | + $this->dict = $dict; |
|
| 3544 | 3544 | } |
| 3545 | 3545 | public function getDict() |
| 3546 | 3546 | { |
| 3547 | - return $this->dict; |
|
| 3547 | + return $this->dict; |
|
| 3548 | 3548 | } |
| 3549 | 3549 | public function setKind($kind) |
| 3550 | 3550 | { |
| 3551 | - $this->kind = $kind; |
|
| 3551 | + $this->kind = $kind; |
|
| 3552 | 3552 | } |
| 3553 | 3553 | public function getKind() |
| 3554 | 3554 | { |
| 3555 | - return $this->kind; |
|
| 3555 | + return $this->kind; |
|
| 3556 | 3556 | } |
| 3557 | 3557 | } |
| 3558 | 3558 | |
@@ -3565,11 +3565,11 @@ discard block |
||
| 3565 | 3565 | |
| 3566 | 3566 | public function setTitle($title) |
| 3567 | 3567 | { |
| 3568 | - $this->title = $title; |
|
| 3568 | + $this->title = $title; |
|
| 3569 | 3569 | } |
| 3570 | 3570 | public function getTitle() |
| 3571 | 3571 | { |
| 3572 | - return $this->title; |
|
| 3572 | + return $this->title; |
|
| 3573 | 3573 | } |
| 3574 | 3574 | } |
| 3575 | 3575 | |
@@ -3586,19 +3586,19 @@ discard block |
||
| 3586 | 3586 | |
| 3587 | 3587 | public function setSource(Google_Service_Books_DictlayerdataDictSource $source) |
| 3588 | 3588 | { |
| 3589 | - $this->source = $source; |
|
| 3589 | + $this->source = $source; |
|
| 3590 | 3590 | } |
| 3591 | 3591 | public function getSource() |
| 3592 | 3592 | { |
| 3593 | - return $this->source; |
|
| 3593 | + return $this->source; |
|
| 3594 | 3594 | } |
| 3595 | 3595 | public function setWords($words) |
| 3596 | 3596 | { |
| 3597 | - $this->words = $words; |
|
| 3597 | + $this->words = $words; |
|
| 3598 | 3598 | } |
| 3599 | 3599 | public function getWords() |
| 3600 | 3600 | { |
| 3601 | - return $this->words; |
|
| 3601 | + return $this->words; |
|
| 3602 | 3602 | } |
| 3603 | 3603 | } |
| 3604 | 3604 | |
@@ -3612,19 +3612,19 @@ discard block |
||
| 3612 | 3612 | |
| 3613 | 3613 | public function setAttribution($attribution) |
| 3614 | 3614 | { |
| 3615 | - $this->attribution = $attribution; |
|
| 3615 | + $this->attribution = $attribution; |
|
| 3616 | 3616 | } |
| 3617 | 3617 | public function getAttribution() |
| 3618 | 3618 | { |
| 3619 | - return $this->attribution; |
|
| 3619 | + return $this->attribution; |
|
| 3620 | 3620 | } |
| 3621 | 3621 | public function setUrl($url) |
| 3622 | 3622 | { |
| 3623 | - $this->url = $url; |
|
| 3623 | + $this->url = $url; |
|
| 3624 | 3624 | } |
| 3625 | 3625 | public function getUrl() |
| 3626 | 3626 | { |
| 3627 | - return $this->url; |
|
| 3627 | + return $this->url; |
|
| 3628 | 3628 | } |
| 3629 | 3629 | } |
| 3630 | 3630 | |
@@ -3645,35 +3645,35 @@ discard block |
||
| 3645 | 3645 | |
| 3646 | 3646 | public function setDerivatives($derivatives) |
| 3647 | 3647 | { |
| 3648 | - $this->derivatives = $derivatives; |
|
| 3648 | + $this->derivatives = $derivatives; |
|
| 3649 | 3649 | } |
| 3650 | 3650 | public function getDerivatives() |
| 3651 | 3651 | { |
| 3652 | - return $this->derivatives; |
|
| 3652 | + return $this->derivatives; |
|
| 3653 | 3653 | } |
| 3654 | 3654 | public function setExamples($examples) |
| 3655 | 3655 | { |
| 3656 | - $this->examples = $examples; |
|
| 3656 | + $this->examples = $examples; |
|
| 3657 | 3657 | } |
| 3658 | 3658 | public function getExamples() |
| 3659 | 3659 | { |
| 3660 | - return $this->examples; |
|
| 3660 | + return $this->examples; |
|
| 3661 | 3661 | } |
| 3662 | 3662 | public function setSenses($senses) |
| 3663 | 3663 | { |
| 3664 | - $this->senses = $senses; |
|
| 3664 | + $this->senses = $senses; |
|
| 3665 | 3665 | } |
| 3666 | 3666 | public function getSenses() |
| 3667 | 3667 | { |
| 3668 | - return $this->senses; |
|
| 3668 | + return $this->senses; |
|
| 3669 | 3669 | } |
| 3670 | 3670 | public function setSource(Google_Service_Books_DictlayerdataDictWordsSource $source) |
| 3671 | 3671 | { |
| 3672 | - $this->source = $source; |
|
| 3672 | + $this->source = $source; |
|
| 3673 | 3673 | } |
| 3674 | 3674 | public function getSource() |
| 3675 | 3675 | { |
| 3676 | - return $this->source; |
|
| 3676 | + return $this->source; |
|
| 3677 | 3677 | } |
| 3678 | 3678 | } |
| 3679 | 3679 | |
@@ -3688,19 +3688,19 @@ discard block |
||
| 3688 | 3688 | |
| 3689 | 3689 | public function setSource(Google_Service_Books_DictlayerdataDictWordsDerivativesSource $source) |
| 3690 | 3690 | { |
| 3691 | - $this->source = $source; |
|
| 3691 | + $this->source = $source; |
|
| 3692 | 3692 | } |
| 3693 | 3693 | public function getSource() |
| 3694 | 3694 | { |
| 3695 | - return $this->source; |
|
| 3695 | + return $this->source; |
|
| 3696 | 3696 | } |
| 3697 | 3697 | public function setText($text) |
| 3698 | 3698 | { |
| 3699 | - $this->text = $text; |
|
| 3699 | + $this->text = $text; |
|
| 3700 | 3700 | } |
| 3701 | 3701 | public function getText() |
| 3702 | 3702 | { |
| 3703 | - return $this->text; |
|
| 3703 | + return $this->text; |
|
| 3704 | 3704 | } |
| 3705 | 3705 | } |
| 3706 | 3706 | |
@@ -3714,19 +3714,19 @@ discard block |
||
| 3714 | 3714 | |
| 3715 | 3715 | public function setAttribution($attribution) |
| 3716 | 3716 | { |
| 3717 | - $this->attribution = $attribution; |
|
| 3717 | + $this->attribution = $attribution; |
|
| 3718 | 3718 | } |
| 3719 | 3719 | public function getAttribution() |
| 3720 | 3720 | { |
| 3721 | - return $this->attribution; |
|
| 3721 | + return $this->attribution; |
|
| 3722 | 3722 | } |
| 3723 | 3723 | public function setUrl($url) |
| 3724 | 3724 | { |
| 3725 | - $this->url = $url; |
|
| 3725 | + $this->url = $url; |
|
| 3726 | 3726 | } |
| 3727 | 3727 | public function getUrl() |
| 3728 | 3728 | { |
| 3729 | - return $this->url; |
|
| 3729 | + return $this->url; |
|
| 3730 | 3730 | } |
| 3731 | 3731 | } |
| 3732 | 3732 | |
@@ -3741,19 +3741,19 @@ discard block |
||
| 3741 | 3741 | |
| 3742 | 3742 | public function setSource(Google_Service_Books_DictlayerdataDictWordsExamplesSource $source) |
| 3743 | 3743 | { |
| 3744 | - $this->source = $source; |
|
| 3744 | + $this->source = $source; |
|
| 3745 | 3745 | } |
| 3746 | 3746 | public function getSource() |
| 3747 | 3747 | { |
| 3748 | - return $this->source; |
|
| 3748 | + return $this->source; |
|
| 3749 | 3749 | } |
| 3750 | 3750 | public function setText($text) |
| 3751 | 3751 | { |
| 3752 | - $this->text = $text; |
|
| 3752 | + $this->text = $text; |
|
| 3753 | 3753 | } |
| 3754 | 3754 | public function getText() |
| 3755 | 3755 | { |
| 3756 | - return $this->text; |
|
| 3756 | + return $this->text; |
|
| 3757 | 3757 | } |
| 3758 | 3758 | } |
| 3759 | 3759 | |
@@ -3767,19 +3767,19 @@ discard block |
||
| 3767 | 3767 | |
| 3768 | 3768 | public function setAttribution($attribution) |
| 3769 | 3769 | { |
| 3770 | - $this->attribution = $attribution; |
|
| 3770 | + $this->attribution = $attribution; |
|
| 3771 | 3771 | } |
| 3772 | 3772 | public function getAttribution() |
| 3773 | 3773 | { |
| 3774 | - return $this->attribution; |
|
| 3774 | + return $this->attribution; |
|
| 3775 | 3775 | } |
| 3776 | 3776 | public function setUrl($url) |
| 3777 | 3777 | { |
| 3778 | - $this->url = $url; |
|
| 3778 | + $this->url = $url; |
|
| 3779 | 3779 | } |
| 3780 | 3780 | public function getUrl() |
| 3781 | 3781 | { |
| 3782 | - return $this->url; |
|
| 3782 | + return $this->url; |
|
| 3783 | 3783 | } |
| 3784 | 3784 | } |
| 3785 | 3785 | |
@@ -3804,67 +3804,67 @@ discard block |
||
| 3804 | 3804 | |
| 3805 | 3805 | public function setConjugations($conjugations) |
| 3806 | 3806 | { |
| 3807 | - $this->conjugations = $conjugations; |
|
| 3807 | + $this->conjugations = $conjugations; |
|
| 3808 | 3808 | } |
| 3809 | 3809 | public function getConjugations() |
| 3810 | 3810 | { |
| 3811 | - return $this->conjugations; |
|
| 3811 | + return $this->conjugations; |
|
| 3812 | 3812 | } |
| 3813 | 3813 | public function setDefinitions($definitions) |
| 3814 | 3814 | { |
| 3815 | - $this->definitions = $definitions; |
|
| 3815 | + $this->definitions = $definitions; |
|
| 3816 | 3816 | } |
| 3817 | 3817 | public function getDefinitions() |
| 3818 | 3818 | { |
| 3819 | - return $this->definitions; |
|
| 3819 | + return $this->definitions; |
|
| 3820 | 3820 | } |
| 3821 | 3821 | public function setPartOfSpeech($partOfSpeech) |
| 3822 | 3822 | { |
| 3823 | - $this->partOfSpeech = $partOfSpeech; |
|
| 3823 | + $this->partOfSpeech = $partOfSpeech; |
|
| 3824 | 3824 | } |
| 3825 | 3825 | public function getPartOfSpeech() |
| 3826 | 3826 | { |
| 3827 | - return $this->partOfSpeech; |
|
| 3827 | + return $this->partOfSpeech; |
|
| 3828 | 3828 | } |
| 3829 | 3829 | public function setPronunciation($pronunciation) |
| 3830 | 3830 | { |
| 3831 | - $this->pronunciation = $pronunciation; |
|
| 3831 | + $this->pronunciation = $pronunciation; |
|
| 3832 | 3832 | } |
| 3833 | 3833 | public function getPronunciation() |
| 3834 | 3834 | { |
| 3835 | - return $this->pronunciation; |
|
| 3835 | + return $this->pronunciation; |
|
| 3836 | 3836 | } |
| 3837 | 3837 | public function setPronunciationUrl($pronunciationUrl) |
| 3838 | 3838 | { |
| 3839 | - $this->pronunciationUrl = $pronunciationUrl; |
|
| 3839 | + $this->pronunciationUrl = $pronunciationUrl; |
|
| 3840 | 3840 | } |
| 3841 | 3841 | public function getPronunciationUrl() |
| 3842 | 3842 | { |
| 3843 | - return $this->pronunciationUrl; |
|
| 3843 | + return $this->pronunciationUrl; |
|
| 3844 | 3844 | } |
| 3845 | 3845 | public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSource $source) |
| 3846 | 3846 | { |
| 3847 | - $this->source = $source; |
|
| 3847 | + $this->source = $source; |
|
| 3848 | 3848 | } |
| 3849 | 3849 | public function getSource() |
| 3850 | 3850 | { |
| 3851 | - return $this->source; |
|
| 3851 | + return $this->source; |
|
| 3852 | 3852 | } |
| 3853 | 3853 | public function setSyllabification($syllabification) |
| 3854 | 3854 | { |
| 3855 | - $this->syllabification = $syllabification; |
|
| 3855 | + $this->syllabification = $syllabification; |
|
| 3856 | 3856 | } |
| 3857 | 3857 | public function getSyllabification() |
| 3858 | 3858 | { |
| 3859 | - return $this->syllabification; |
|
| 3859 | + return $this->syllabification; |
|
| 3860 | 3860 | } |
| 3861 | 3861 | public function setSynonyms($synonyms) |
| 3862 | 3862 | { |
| 3863 | - $this->synonyms = $synonyms; |
|
| 3863 | + $this->synonyms = $synonyms; |
|
| 3864 | 3864 | } |
| 3865 | 3865 | public function getSynonyms() |
| 3866 | 3866 | { |
| 3867 | - return $this->synonyms; |
|
| 3867 | + return $this->synonyms; |
|
| 3868 | 3868 | } |
| 3869 | 3869 | } |
| 3870 | 3870 | |
@@ -3878,19 +3878,19 @@ discard block |
||
| 3878 | 3878 | |
| 3879 | 3879 | public function setType($type) |
| 3880 | 3880 | { |
| 3881 | - $this->type = $type; |
|
| 3881 | + $this->type = $type; |
|
| 3882 | 3882 | } |
| 3883 | 3883 | public function getType() |
| 3884 | 3884 | { |
| 3885 | - return $this->type; |
|
| 3885 | + return $this->type; |
|
| 3886 | 3886 | } |
| 3887 | 3887 | public function setValue($value) |
| 3888 | 3888 | { |
| 3889 | - $this->value = $value; |
|
| 3889 | + $this->value = $value; |
|
| 3890 | 3890 | } |
| 3891 | 3891 | public function getValue() |
| 3892 | 3892 | { |
| 3893 | - return $this->value; |
|
| 3893 | + return $this->value; |
|
| 3894 | 3894 | } |
| 3895 | 3895 | } |
| 3896 | 3896 | |
@@ -3906,19 +3906,19 @@ discard block |
||
| 3906 | 3906 | |
| 3907 | 3907 | public function setDefinition($definition) |
| 3908 | 3908 | { |
| 3909 | - $this->definition = $definition; |
|
| 3909 | + $this->definition = $definition; |
|
| 3910 | 3910 | } |
| 3911 | 3911 | public function getDefinition() |
| 3912 | 3912 | { |
| 3913 | - return $this->definition; |
|
| 3913 | + return $this->definition; |
|
| 3914 | 3914 | } |
| 3915 | 3915 | public function setExamples($examples) |
| 3916 | 3916 | { |
| 3917 | - $this->examples = $examples; |
|
| 3917 | + $this->examples = $examples; |
|
| 3918 | 3918 | } |
| 3919 | 3919 | public function getExamples() |
| 3920 | 3920 | { |
| 3921 | - return $this->examples; |
|
| 3921 | + return $this->examples; |
|
| 3922 | 3922 | } |
| 3923 | 3923 | } |
| 3924 | 3924 | |
@@ -3933,19 +3933,19 @@ discard block |
||
| 3933 | 3933 | |
| 3934 | 3934 | public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamplesSource $source) |
| 3935 | 3935 | { |
| 3936 | - $this->source = $source; |
|
| 3936 | + $this->source = $source; |
|
| 3937 | 3937 | } |
| 3938 | 3938 | public function getSource() |
| 3939 | 3939 | { |
| 3940 | - return $this->source; |
|
| 3940 | + return $this->source; |
|
| 3941 | 3941 | } |
| 3942 | 3942 | public function setText($text) |
| 3943 | 3943 | { |
| 3944 | - $this->text = $text; |
|
| 3944 | + $this->text = $text; |
|
| 3945 | 3945 | } |
| 3946 | 3946 | public function getText() |
| 3947 | 3947 | { |
| 3948 | - return $this->text; |
|
| 3948 | + return $this->text; |
|
| 3949 | 3949 | } |
| 3950 | 3950 | } |
| 3951 | 3951 | |
@@ -3959,19 +3959,19 @@ discard block |
||
| 3959 | 3959 | |
| 3960 | 3960 | public function setAttribution($attribution) |
| 3961 | 3961 | { |
| 3962 | - $this->attribution = $attribution; |
|
| 3962 | + $this->attribution = $attribution; |
|
| 3963 | 3963 | } |
| 3964 | 3964 | public function getAttribution() |
| 3965 | 3965 | { |
| 3966 | - return $this->attribution; |
|
| 3966 | + return $this->attribution; |
|
| 3967 | 3967 | } |
| 3968 | 3968 | public function setUrl($url) |
| 3969 | 3969 | { |
| 3970 | - $this->url = $url; |
|
| 3970 | + $this->url = $url; |
|
| 3971 | 3971 | } |
| 3972 | 3972 | public function getUrl() |
| 3973 | 3973 | { |
| 3974 | - return $this->url; |
|
| 3974 | + return $this->url; |
|
| 3975 | 3975 | } |
| 3976 | 3976 | } |
| 3977 | 3977 | |
@@ -3985,19 +3985,19 @@ discard block |
||
| 3985 | 3985 | |
| 3986 | 3986 | public function setAttribution($attribution) |
| 3987 | 3987 | { |
| 3988 | - $this->attribution = $attribution; |
|
| 3988 | + $this->attribution = $attribution; |
|
| 3989 | 3989 | } |
| 3990 | 3990 | public function getAttribution() |
| 3991 | 3991 | { |
| 3992 | - return $this->attribution; |
|
| 3992 | + return $this->attribution; |
|
| 3993 | 3993 | } |
| 3994 | 3994 | public function setUrl($url) |
| 3995 | 3995 | { |
| 3996 | - $this->url = $url; |
|
| 3996 | + $this->url = $url; |
|
| 3997 | 3997 | } |
| 3998 | 3998 | public function getUrl() |
| 3999 | 3999 | { |
| 4000 | - return $this->url; |
|
| 4000 | + return $this->url; |
|
| 4001 | 4001 | } |
| 4002 | 4002 | } |
| 4003 | 4003 | |
@@ -4012,19 +4012,19 @@ discard block |
||
| 4012 | 4012 | |
| 4013 | 4013 | public function setSource(Google_Service_Books_DictlayerdataDictWordsSensesSynonymsSource $source) |
| 4014 | 4014 | { |
| 4015 | - $this->source = $source; |
|
| 4015 | + $this->source = $source; |
|
| 4016 | 4016 | } |
| 4017 | 4017 | public function getSource() |
| 4018 | 4018 | { |
| 4019 | - return $this->source; |
|
| 4019 | + return $this->source; |
|
| 4020 | 4020 | } |
| 4021 | 4021 | public function setText($text) |
| 4022 | 4022 | { |
| 4023 | - $this->text = $text; |
|
| 4023 | + $this->text = $text; |
|
| 4024 | 4024 | } |
| 4025 | 4025 | public function getText() |
| 4026 | 4026 | { |
| 4027 | - return $this->text; |
|
| 4027 | + return $this->text; |
|
| 4028 | 4028 | } |
| 4029 | 4029 | } |
| 4030 | 4030 | |
@@ -4038,19 +4038,19 @@ discard block |
||
| 4038 | 4038 | |
| 4039 | 4039 | public function setAttribution($attribution) |
| 4040 | 4040 | { |
| 4041 | - $this->attribution = $attribution; |
|
| 4041 | + $this->attribution = $attribution; |
|
| 4042 | 4042 | } |
| 4043 | 4043 | public function getAttribution() |
| 4044 | 4044 | { |
| 4045 | - return $this->attribution; |
|
| 4045 | + return $this->attribution; |
|
| 4046 | 4046 | } |
| 4047 | 4047 | public function setUrl($url) |
| 4048 | 4048 | { |
| 4049 | - $this->url = $url; |
|
| 4049 | + $this->url = $url; |
|
| 4050 | 4050 | } |
| 4051 | 4051 | public function getUrl() |
| 4052 | 4052 | { |
| 4053 | - return $this->url; |
|
| 4053 | + return $this->url; |
|
| 4054 | 4054 | } |
| 4055 | 4055 | } |
| 4056 | 4056 | |
@@ -4064,19 +4064,19 @@ discard block |
||
| 4064 | 4064 | |
| 4065 | 4065 | public function setAttribution($attribution) |
| 4066 | 4066 | { |
| 4067 | - $this->attribution = $attribution; |
|
| 4067 | + $this->attribution = $attribution; |
|
| 4068 | 4068 | } |
| 4069 | 4069 | public function getAttribution() |
| 4070 | 4070 | { |
| 4071 | - return $this->attribution; |
|
| 4071 | + return $this->attribution; |
|
| 4072 | 4072 | } |
| 4073 | 4073 | public function setUrl($url) |
| 4074 | 4074 | { |
| 4075 | - $this->url = $url; |
|
| 4075 | + $this->url = $url; |
|
| 4076 | 4076 | } |
| 4077 | 4077 | public function getUrl() |
| 4078 | 4078 | { |
| 4079 | - return $this->url; |
|
| 4079 | + return $this->url; |
|
| 4080 | 4080 | } |
| 4081 | 4081 | } |
| 4082 | 4082 | |
@@ -4100,99 +4100,99 @@ discard block |
||
| 4100 | 4100 | |
| 4101 | 4101 | public function setDeviceAllowed($deviceAllowed) |
| 4102 | 4102 | { |
| 4103 | - $this->deviceAllowed = $deviceAllowed; |
|
| 4103 | + $this->deviceAllowed = $deviceAllowed; |
|
| 4104 | 4104 | } |
| 4105 | 4105 | public function getDeviceAllowed() |
| 4106 | 4106 | { |
| 4107 | - return $this->deviceAllowed; |
|
| 4107 | + return $this->deviceAllowed; |
|
| 4108 | 4108 | } |
| 4109 | 4109 | public function setDownloadsAcquired($downloadsAcquired) |
| 4110 | 4110 | { |
| 4111 | - $this->downloadsAcquired = $downloadsAcquired; |
|
| 4111 | + $this->downloadsAcquired = $downloadsAcquired; |
|
| 4112 | 4112 | } |
| 4113 | 4113 | public function getDownloadsAcquired() |
| 4114 | 4114 | { |
| 4115 | - return $this->downloadsAcquired; |
|
| 4115 | + return $this->downloadsAcquired; |
|
| 4116 | 4116 | } |
| 4117 | 4117 | public function setJustAcquired($justAcquired) |
| 4118 | 4118 | { |
| 4119 | - $this->justAcquired = $justAcquired; |
|
| 4119 | + $this->justAcquired = $justAcquired; |
|
| 4120 | 4120 | } |
| 4121 | 4121 | public function getJustAcquired() |
| 4122 | 4122 | { |
| 4123 | - return $this->justAcquired; |
|
| 4123 | + return $this->justAcquired; |
|
| 4124 | 4124 | } |
| 4125 | 4125 | public function setKind($kind) |
| 4126 | 4126 | { |
| 4127 | - $this->kind = $kind; |
|
| 4127 | + $this->kind = $kind; |
|
| 4128 | 4128 | } |
| 4129 | 4129 | public function getKind() |
| 4130 | 4130 | { |
| 4131 | - return $this->kind; |
|
| 4131 | + return $this->kind; |
|
| 4132 | 4132 | } |
| 4133 | 4133 | public function setMaxDownloadDevices($maxDownloadDevices) |
| 4134 | 4134 | { |
| 4135 | - $this->maxDownloadDevices = $maxDownloadDevices; |
|
| 4135 | + $this->maxDownloadDevices = $maxDownloadDevices; |
|
| 4136 | 4136 | } |
| 4137 | 4137 | public function getMaxDownloadDevices() |
| 4138 | 4138 | { |
| 4139 | - return $this->maxDownloadDevices; |
|
| 4139 | + return $this->maxDownloadDevices; |
|
| 4140 | 4140 | } |
| 4141 | 4141 | public function setMessage($message) |
| 4142 | 4142 | { |
| 4143 | - $this->message = $message; |
|
| 4143 | + $this->message = $message; |
|
| 4144 | 4144 | } |
| 4145 | 4145 | public function getMessage() |
| 4146 | 4146 | { |
| 4147 | - return $this->message; |
|
| 4147 | + return $this->message; |
|
| 4148 | 4148 | } |
| 4149 | 4149 | public function setNonce($nonce) |
| 4150 | 4150 | { |
| 4151 | - $this->nonce = $nonce; |
|
| 4151 | + $this->nonce = $nonce; |
|
| 4152 | 4152 | } |
| 4153 | 4153 | public function getNonce() |
| 4154 | 4154 | { |
| 4155 | - return $this->nonce; |
|
| 4155 | + return $this->nonce; |
|
| 4156 | 4156 | } |
| 4157 | 4157 | public function setReasonCode($reasonCode) |
| 4158 | 4158 | { |
| 4159 | - $this->reasonCode = $reasonCode; |
|
| 4159 | + $this->reasonCode = $reasonCode; |
|
| 4160 | 4160 | } |
| 4161 | 4161 | public function getReasonCode() |
| 4162 | 4162 | { |
| 4163 | - return $this->reasonCode; |
|
| 4163 | + return $this->reasonCode; |
|
| 4164 | 4164 | } |
| 4165 | 4165 | public function setRestricted($restricted) |
| 4166 | 4166 | { |
| 4167 | - $this->restricted = $restricted; |
|
| 4167 | + $this->restricted = $restricted; |
|
| 4168 | 4168 | } |
| 4169 | 4169 | public function getRestricted() |
| 4170 | 4170 | { |
| 4171 | - return $this->restricted; |
|
| 4171 | + return $this->restricted; |
|
| 4172 | 4172 | } |
| 4173 | 4173 | public function setSignature($signature) |
| 4174 | 4174 | { |
| 4175 | - $this->signature = $signature; |
|
| 4175 | + $this->signature = $signature; |
|
| 4176 | 4176 | } |
| 4177 | 4177 | public function getSignature() |
| 4178 | 4178 | { |
| 4179 | - return $this->signature; |
|
| 4179 | + return $this->signature; |
|
| 4180 | 4180 | } |
| 4181 | 4181 | public function setSource($source) |
| 4182 | 4182 | { |
| 4183 | - $this->source = $source; |
|
| 4183 | + $this->source = $source; |
|
| 4184 | 4184 | } |
| 4185 | 4185 | public function getSource() |
| 4186 | 4186 | { |
| 4187 | - return $this->source; |
|
| 4187 | + return $this->source; |
|
| 4188 | 4188 | } |
| 4189 | 4189 | public function setVolumeId($volumeId) |
| 4190 | 4190 | { |
| 4191 | - $this->volumeId = $volumeId; |
|
| 4191 | + $this->volumeId = $volumeId; |
|
| 4192 | 4192 | } |
| 4193 | 4193 | public function getVolumeId() |
| 4194 | 4194 | { |
| 4195 | - return $this->volumeId; |
|
| 4195 | + return $this->volumeId; |
|
| 4196 | 4196 | } |
| 4197 | 4197 | } |
| 4198 | 4198 | |
@@ -4208,19 +4208,19 @@ discard block |
||
| 4208 | 4208 | |
| 4209 | 4209 | public function setDownloadAccessList($downloadAccessList) |
| 4210 | 4210 | { |
| 4211 | - $this->downloadAccessList = $downloadAccessList; |
|
| 4211 | + $this->downloadAccessList = $downloadAccessList; |
|
| 4212 | 4212 | } |
| 4213 | 4213 | public function getDownloadAccessList() |
| 4214 | 4214 | { |
| 4215 | - return $this->downloadAccessList; |
|
| 4215 | + return $this->downloadAccessList; |
|
| 4216 | 4216 | } |
| 4217 | 4217 | public function setKind($kind) |
| 4218 | 4218 | { |
| 4219 | - $this->kind = $kind; |
|
| 4219 | + $this->kind = $kind; |
|
| 4220 | 4220 | } |
| 4221 | 4221 | public function getKind() |
| 4222 | 4222 | { |
| 4223 | - return $this->kind; |
|
| 4223 | + return $this->kind; |
|
| 4224 | 4224 | } |
| 4225 | 4225 | } |
| 4226 | 4226 | |
@@ -4237,27 +4237,27 @@ discard block |
||
| 4237 | 4237 | |
| 4238 | 4238 | public function setCommon(Google_Service_Books_GeolayerdataCommon $common) |
| 4239 | 4239 | { |
| 4240 | - $this->common = $common; |
|
| 4240 | + $this->common = $common; |
|
| 4241 | 4241 | } |
| 4242 | 4242 | public function getCommon() |
| 4243 | 4243 | { |
| 4244 | - return $this->common; |
|
| 4244 | + return $this->common; |
|
| 4245 | 4245 | } |
| 4246 | 4246 | public function setGeo(Google_Service_Books_GeolayerdataGeo $geo) |
| 4247 | 4247 | { |
| 4248 | - $this->geo = $geo; |
|
| 4248 | + $this->geo = $geo; |
|
| 4249 | 4249 | } |
| 4250 | 4250 | public function getGeo() |
| 4251 | 4251 | { |
| 4252 | - return $this->geo; |
|
| 4252 | + return $this->geo; |
|
| 4253 | 4253 | } |
| 4254 | 4254 | public function setKind($kind) |
| 4255 | 4255 | { |
| 4256 | - $this->kind = $kind; |
|
| 4256 | + $this->kind = $kind; |
|
| 4257 | 4257 | } |
| 4258 | 4258 | public function getKind() |
| 4259 | 4259 | { |
| 4260 | - return $this->kind; |
|
| 4260 | + return $this->kind; |
|
| 4261 | 4261 | } |
| 4262 | 4262 | } |
| 4263 | 4263 | |
@@ -4274,43 +4274,43 @@ discard block |
||
| 4274 | 4274 | |
| 4275 | 4275 | public function setLang($lang) |
| 4276 | 4276 | { |
| 4277 | - $this->lang = $lang; |
|
| 4277 | + $this->lang = $lang; |
|
| 4278 | 4278 | } |
| 4279 | 4279 | public function getLang() |
| 4280 | 4280 | { |
| 4281 | - return $this->lang; |
|
| 4281 | + return $this->lang; |
|
| 4282 | 4282 | } |
| 4283 | 4283 | public function setPreviewImageUrl($previewImageUrl) |
| 4284 | 4284 | { |
| 4285 | - $this->previewImageUrl = $previewImageUrl; |
|
| 4285 | + $this->previewImageUrl = $previewImageUrl; |
|
| 4286 | 4286 | } |
| 4287 | 4287 | public function getPreviewImageUrl() |
| 4288 | 4288 | { |
| 4289 | - return $this->previewImageUrl; |
|
| 4289 | + return $this->previewImageUrl; |
|
| 4290 | 4290 | } |
| 4291 | 4291 | public function setSnippet($snippet) |
| 4292 | 4292 | { |
| 4293 | - $this->snippet = $snippet; |
|
| 4293 | + $this->snippet = $snippet; |
|
| 4294 | 4294 | } |
| 4295 | 4295 | public function getSnippet() |
| 4296 | 4296 | { |
| 4297 | - return $this->snippet; |
|
| 4297 | + return $this->snippet; |
|
| 4298 | 4298 | } |
| 4299 | 4299 | public function setSnippetUrl($snippetUrl) |
| 4300 | 4300 | { |
| 4301 | - $this->snippetUrl = $snippetUrl; |
|
| 4301 | + $this->snippetUrl = $snippetUrl; |
|
| 4302 | 4302 | } |
| 4303 | 4303 | public function getSnippetUrl() |
| 4304 | 4304 | { |
| 4305 | - return $this->snippetUrl; |
|
| 4305 | + return $this->snippetUrl; |
|
| 4306 | 4306 | } |
| 4307 | 4307 | public function setTitle($title) |
| 4308 | 4308 | { |
| 4309 | - $this->title = $title; |
|
| 4309 | + $this->title = $title; |
|
| 4310 | 4310 | } |
| 4311 | 4311 | public function getTitle() |
| 4312 | 4312 | { |
| 4313 | - return $this->title; |
|
| 4313 | + return $this->title; |
|
| 4314 | 4314 | } |
| 4315 | 4315 | } |
| 4316 | 4316 | |
@@ -4333,67 +4333,67 @@ discard block |
||
| 4333 | 4333 | |
| 4334 | 4334 | public function setBoundary($boundary) |
| 4335 | 4335 | { |
| 4336 | - $this->boundary = $boundary; |
|
| 4336 | + $this->boundary = $boundary; |
|
| 4337 | 4337 | } |
| 4338 | 4338 | public function getBoundary() |
| 4339 | 4339 | { |
| 4340 | - return $this->boundary; |
|
| 4340 | + return $this->boundary; |
|
| 4341 | 4341 | } |
| 4342 | 4342 | public function setCachePolicy($cachePolicy) |
| 4343 | 4343 | { |
| 4344 | - $this->cachePolicy = $cachePolicy; |
|
| 4344 | + $this->cachePolicy = $cachePolicy; |
|
| 4345 | 4345 | } |
| 4346 | 4346 | public function getCachePolicy() |
| 4347 | 4347 | { |
| 4348 | - return $this->cachePolicy; |
|
| 4348 | + return $this->cachePolicy; |
|
| 4349 | 4349 | } |
| 4350 | 4350 | public function setCountryCode($countryCode) |
| 4351 | 4351 | { |
| 4352 | - $this->countryCode = $countryCode; |
|
| 4352 | + $this->countryCode = $countryCode; |
|
| 4353 | 4353 | } |
| 4354 | 4354 | public function getCountryCode() |
| 4355 | 4355 | { |
| 4356 | - return $this->countryCode; |
|
| 4356 | + return $this->countryCode; |
|
| 4357 | 4357 | } |
| 4358 | 4358 | public function setLatitude($latitude) |
| 4359 | 4359 | { |
| 4360 | - $this->latitude = $latitude; |
|
| 4360 | + $this->latitude = $latitude; |
|
| 4361 | 4361 | } |
| 4362 | 4362 | public function getLatitude() |
| 4363 | 4363 | { |
| 4364 | - return $this->latitude; |
|
| 4364 | + return $this->latitude; |
|
| 4365 | 4365 | } |
| 4366 | 4366 | public function setLongitude($longitude) |
| 4367 | 4367 | { |
| 4368 | - $this->longitude = $longitude; |
|
| 4368 | + $this->longitude = $longitude; |
|
| 4369 | 4369 | } |
| 4370 | 4370 | public function getLongitude() |
| 4371 | 4371 | { |
| 4372 | - return $this->longitude; |
|
| 4372 | + return $this->longitude; |
|
| 4373 | 4373 | } |
| 4374 | 4374 | public function setMapType($mapType) |
| 4375 | 4375 | { |
| 4376 | - $this->mapType = $mapType; |
|
| 4376 | + $this->mapType = $mapType; |
|
| 4377 | 4377 | } |
| 4378 | 4378 | public function getMapType() |
| 4379 | 4379 | { |
| 4380 | - return $this->mapType; |
|
| 4380 | + return $this->mapType; |
|
| 4381 | 4381 | } |
| 4382 | 4382 | public function setViewport(Google_Service_Books_GeolayerdataGeoViewport $viewport) |
| 4383 | 4383 | { |
| 4384 | - $this->viewport = $viewport; |
|
| 4384 | + $this->viewport = $viewport; |
|
| 4385 | 4385 | } |
| 4386 | 4386 | public function getViewport() |
| 4387 | 4387 | { |
| 4388 | - return $this->viewport; |
|
| 4388 | + return $this->viewport; |
|
| 4389 | 4389 | } |
| 4390 | 4390 | public function setZoom($zoom) |
| 4391 | 4391 | { |
| 4392 | - $this->zoom = $zoom; |
|
| 4392 | + $this->zoom = $zoom; |
|
| 4393 | 4393 | } |
| 4394 | 4394 | public function getZoom() |
| 4395 | 4395 | { |
| 4396 | - return $this->zoom; |
|
| 4396 | + return $this->zoom; |
|
| 4397 | 4397 | } |
| 4398 | 4398 | } |
| 4399 | 4399 | |
@@ -4407,19 +4407,19 @@ discard block |
||
| 4407 | 4407 | |
| 4408 | 4408 | public function setLatitude($latitude) |
| 4409 | 4409 | { |
| 4410 | - $this->latitude = $latitude; |
|
| 4410 | + $this->latitude = $latitude; |
|
| 4411 | 4411 | } |
| 4412 | 4412 | public function getLatitude() |
| 4413 | 4413 | { |
| 4414 | - return $this->latitude; |
|
| 4414 | + return $this->latitude; |
|
| 4415 | 4415 | } |
| 4416 | 4416 | public function setLongitude($longitude) |
| 4417 | 4417 | { |
| 4418 | - $this->longitude = $longitude; |
|
| 4418 | + $this->longitude = $longitude; |
|
| 4419 | 4419 | } |
| 4420 | 4420 | public function getLongitude() |
| 4421 | 4421 | { |
| 4422 | - return $this->longitude; |
|
| 4422 | + return $this->longitude; |
|
| 4423 | 4423 | } |
| 4424 | 4424 | } |
| 4425 | 4425 | |
@@ -4435,19 +4435,19 @@ discard block |
||
| 4435 | 4435 | |
| 4436 | 4436 | public function setHi(Google_Service_Books_GeolayerdataGeoViewportHi $hi) |
| 4437 | 4437 | { |
| 4438 | - $this->hi = $hi; |
|
| 4438 | + $this->hi = $hi; |
|
| 4439 | 4439 | } |
| 4440 | 4440 | public function getHi() |
| 4441 | 4441 | { |
| 4442 | - return $this->hi; |
|
| 4442 | + return $this->hi; |
|
| 4443 | 4443 | } |
| 4444 | 4444 | public function setLo(Google_Service_Books_GeolayerdataGeoViewportLo $lo) |
| 4445 | 4445 | { |
| 4446 | - $this->lo = $lo; |
|
| 4446 | + $this->lo = $lo; |
|
| 4447 | 4447 | } |
| 4448 | 4448 | public function getLo() |
| 4449 | 4449 | { |
| 4450 | - return $this->lo; |
|
| 4450 | + return $this->lo; |
|
| 4451 | 4451 | } |
| 4452 | 4452 | } |
| 4453 | 4453 | |
@@ -4461,19 +4461,19 @@ discard block |
||
| 4461 | 4461 | |
| 4462 | 4462 | public function setLatitude($latitude) |
| 4463 | 4463 | { |
| 4464 | - $this->latitude = $latitude; |
|
| 4464 | + $this->latitude = $latitude; |
|
| 4465 | 4465 | } |
| 4466 | 4466 | public function getLatitude() |
| 4467 | 4467 | { |
| 4468 | - return $this->latitude; |
|
| 4468 | + return $this->latitude; |
|
| 4469 | 4469 | } |
| 4470 | 4470 | public function setLongitude($longitude) |
| 4471 | 4471 | { |
| 4472 | - $this->longitude = $longitude; |
|
| 4472 | + $this->longitude = $longitude; |
|
| 4473 | 4473 | } |
| 4474 | 4474 | public function getLongitude() |
| 4475 | 4475 | { |
| 4476 | - return $this->longitude; |
|
| 4476 | + return $this->longitude; |
|
| 4477 | 4477 | } |
| 4478 | 4478 | } |
| 4479 | 4479 | |
@@ -4487,19 +4487,19 @@ discard block |
||
| 4487 | 4487 | |
| 4488 | 4488 | public function setLatitude($latitude) |
| 4489 | 4489 | { |
| 4490 | - $this->latitude = $latitude; |
|
| 4490 | + $this->latitude = $latitude; |
|
| 4491 | 4491 | } |
| 4492 | 4492 | public function getLatitude() |
| 4493 | 4493 | { |
| 4494 | - return $this->latitude; |
|
| 4494 | + return $this->latitude; |
|
| 4495 | 4495 | } |
| 4496 | 4496 | public function setLongitude($longitude) |
| 4497 | 4497 | { |
| 4498 | - $this->longitude = $longitude; |
|
| 4498 | + $this->longitude = $longitude; |
|
| 4499 | 4499 | } |
| 4500 | 4500 | public function getLongitude() |
| 4501 | 4501 | { |
| 4502 | - return $this->longitude; |
|
| 4502 | + return $this->longitude; |
|
| 4503 | 4503 | } |
| 4504 | 4504 | } |
| 4505 | 4505 | |
@@ -4516,27 +4516,27 @@ discard block |
||
| 4516 | 4516 | |
| 4517 | 4517 | public function setItems($items) |
| 4518 | 4518 | { |
| 4519 | - $this->items = $items; |
|
| 4519 | + $this->items = $items; |
|
| 4520 | 4520 | } |
| 4521 | 4521 | public function getItems() |
| 4522 | 4522 | { |
| 4523 | - return $this->items; |
|
| 4523 | + return $this->items; |
|
| 4524 | 4524 | } |
| 4525 | 4525 | public function setKind($kind) |
| 4526 | 4526 | { |
| 4527 | - $this->kind = $kind; |
|
| 4527 | + $this->kind = $kind; |
|
| 4528 | 4528 | } |
| 4529 | 4529 | public function getKind() |
| 4530 | 4530 | { |
| 4531 | - return $this->kind; |
|
| 4531 | + return $this->kind; |
|
| 4532 | 4532 | } |
| 4533 | 4533 | public function setTotalItems($totalItems) |
| 4534 | 4534 | { |
| 4535 | - $this->totalItems = $totalItems; |
|
| 4535 | + $this->totalItems = $totalItems; |
|
| 4536 | 4536 | } |
| 4537 | 4537 | public function getTotalItems() |
| 4538 | 4538 | { |
| 4539 | - return $this->totalItems; |
|
| 4539 | + return $this->totalItems; |
|
| 4540 | 4540 | } |
| 4541 | 4541 | } |
| 4542 | 4542 | |
@@ -4562,107 +4562,107 @@ discard block |
||
| 4562 | 4562 | |
| 4563 | 4563 | public function setAnnotationCount($annotationCount) |
| 4564 | 4564 | { |
| 4565 | - $this->annotationCount = $annotationCount; |
|
| 4565 | + $this->annotationCount = $annotationCount; |
|
| 4566 | 4566 | } |
| 4567 | 4567 | public function getAnnotationCount() |
| 4568 | 4568 | { |
| 4569 | - return $this->annotationCount; |
|
| 4569 | + return $this->annotationCount; |
|
| 4570 | 4570 | } |
| 4571 | 4571 | public function setAnnotationTypes($annotationTypes) |
| 4572 | 4572 | { |
| 4573 | - $this->annotationTypes = $annotationTypes; |
|
| 4573 | + $this->annotationTypes = $annotationTypes; |
|
| 4574 | 4574 | } |
| 4575 | 4575 | public function getAnnotationTypes() |
| 4576 | 4576 | { |
| 4577 | - return $this->annotationTypes; |
|
| 4577 | + return $this->annotationTypes; |
|
| 4578 | 4578 | } |
| 4579 | 4579 | public function setAnnotationsDataLink($annotationsDataLink) |
| 4580 | 4580 | { |
| 4581 | - $this->annotationsDataLink = $annotationsDataLink; |
|
| 4581 | + $this->annotationsDataLink = $annotationsDataLink; |
|
| 4582 | 4582 | } |
| 4583 | 4583 | public function getAnnotationsDataLink() |
| 4584 | 4584 | { |
| 4585 | - return $this->annotationsDataLink; |
|
| 4585 | + return $this->annotationsDataLink; |
|
| 4586 | 4586 | } |
| 4587 | 4587 | public function setAnnotationsLink($annotationsLink) |
| 4588 | 4588 | { |
| 4589 | - $this->annotationsLink = $annotationsLink; |
|
| 4589 | + $this->annotationsLink = $annotationsLink; |
|
| 4590 | 4590 | } |
| 4591 | 4591 | public function getAnnotationsLink() |
| 4592 | 4592 | { |
| 4593 | - return $this->annotationsLink; |
|
| 4593 | + return $this->annotationsLink; |
|
| 4594 | 4594 | } |
| 4595 | 4595 | public function setContentVersion($contentVersion) |
| 4596 | 4596 | { |
| 4597 | - $this->contentVersion = $contentVersion; |
|
| 4597 | + $this->contentVersion = $contentVersion; |
|
| 4598 | 4598 | } |
| 4599 | 4599 | public function getContentVersion() |
| 4600 | 4600 | { |
| 4601 | - return $this->contentVersion; |
|
| 4601 | + return $this->contentVersion; |
|
| 4602 | 4602 | } |
| 4603 | 4603 | public function setDataCount($dataCount) |
| 4604 | 4604 | { |
| 4605 | - $this->dataCount = $dataCount; |
|
| 4605 | + $this->dataCount = $dataCount; |
|
| 4606 | 4606 | } |
| 4607 | 4607 | public function getDataCount() |
| 4608 | 4608 | { |
| 4609 | - return $this->dataCount; |
|
| 4609 | + return $this->dataCount; |
|
| 4610 | 4610 | } |
| 4611 | 4611 | public function setId($id) |
| 4612 | 4612 | { |
| 4613 | - $this->id = $id; |
|
| 4613 | + $this->id = $id; |
|
| 4614 | 4614 | } |
| 4615 | 4615 | public function getId() |
| 4616 | 4616 | { |
| 4617 | - return $this->id; |
|
| 4617 | + return $this->id; |
|
| 4618 | 4618 | } |
| 4619 | 4619 | public function setKind($kind) |
| 4620 | 4620 | { |
| 4621 | - $this->kind = $kind; |
|
| 4621 | + $this->kind = $kind; |
|
| 4622 | 4622 | } |
| 4623 | 4623 | public function getKind() |
| 4624 | 4624 | { |
| 4625 | - return $this->kind; |
|
| 4625 | + return $this->kind; |
|
| 4626 | 4626 | } |
| 4627 | 4627 | public function setLayerId($layerId) |
| 4628 | 4628 | { |
| 4629 | - $this->layerId = $layerId; |
|
| 4629 | + $this->layerId = $layerId; |
|
| 4630 | 4630 | } |
| 4631 | 4631 | public function getLayerId() |
| 4632 | 4632 | { |
| 4633 | - return $this->layerId; |
|
| 4633 | + return $this->layerId; |
|
| 4634 | 4634 | } |
| 4635 | 4635 | public function setSelfLink($selfLink) |
| 4636 | 4636 | { |
| 4637 | - $this->selfLink = $selfLink; |
|
| 4637 | + $this->selfLink = $selfLink; |
|
| 4638 | 4638 | } |
| 4639 | 4639 | public function getSelfLink() |
| 4640 | 4640 | { |
| 4641 | - return $this->selfLink; |
|
| 4641 | + return $this->selfLink; |
|
| 4642 | 4642 | } |
| 4643 | 4643 | public function setUpdated($updated) |
| 4644 | 4644 | { |
| 4645 | - $this->updated = $updated; |
|
| 4645 | + $this->updated = $updated; |
|
| 4646 | 4646 | } |
| 4647 | 4647 | public function getUpdated() |
| 4648 | 4648 | { |
| 4649 | - return $this->updated; |
|
| 4649 | + return $this->updated; |
|
| 4650 | 4650 | } |
| 4651 | 4651 | public function setVolumeAnnotationsVersion($volumeAnnotationsVersion) |
| 4652 | 4652 | { |
| 4653 | - $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; |
|
| 4653 | + $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; |
|
| 4654 | 4654 | } |
| 4655 | 4655 | public function getVolumeAnnotationsVersion() |
| 4656 | 4656 | { |
| 4657 | - return $this->volumeAnnotationsVersion; |
|
| 4657 | + return $this->volumeAnnotationsVersion; |
|
| 4658 | 4658 | } |
| 4659 | 4659 | public function setVolumeId($volumeId) |
| 4660 | 4660 | { |
| 4661 | - $this->volumeId = $volumeId; |
|
| 4661 | + $this->volumeId = $volumeId; |
|
| 4662 | 4662 | } |
| 4663 | 4663 | public function getVolumeId() |
| 4664 | 4664 | { |
| 4665 | - return $this->volumeId; |
|
| 4665 | + return $this->volumeId; |
|
| 4666 | 4666 | } |
| 4667 | 4667 | } |
| 4668 | 4668 | |
@@ -4678,27 +4678,27 @@ discard block |
||
| 4678 | 4678 | |
| 4679 | 4679 | public function setItems($items) |
| 4680 | 4680 | { |
| 4681 | - $this->items = $items; |
|
| 4681 | + $this->items = $items; |
|
| 4682 | 4682 | } |
| 4683 | 4683 | public function getItems() |
| 4684 | 4684 | { |
| 4685 | - return $this->items; |
|
| 4685 | + return $this->items; |
|
| 4686 | 4686 | } |
| 4687 | 4687 | public function setKind($kind) |
| 4688 | 4688 | { |
| 4689 | - $this->kind = $kind; |
|
| 4689 | + $this->kind = $kind; |
|
| 4690 | 4690 | } |
| 4691 | 4691 | public function getKind() |
| 4692 | 4692 | { |
| 4693 | - return $this->kind; |
|
| 4693 | + return $this->kind; |
|
| 4694 | 4694 | } |
| 4695 | 4695 | } |
| 4696 | 4696 | |
| 4697 | 4697 | class Google_Service_Books_MetadataItems extends Google_Model |
| 4698 | 4698 | { |
| 4699 | 4699 | protected $internal_gapi_mappings = array( |
| 4700 | - "downloadUrl" => "download_url", |
|
| 4701 | - "encryptedKey" => "encrypted_key", |
|
| 4700 | + "downloadUrl" => "download_url", |
|
| 4701 | + "encryptedKey" => "encrypted_key", |
|
| 4702 | 4702 | ); |
| 4703 | 4703 | public $downloadUrl; |
| 4704 | 4704 | public $encryptedKey; |
@@ -4709,43 +4709,43 @@ discard block |
||
| 4709 | 4709 | |
| 4710 | 4710 | public function setDownloadUrl($downloadUrl) |
| 4711 | 4711 | { |
| 4712 | - $this->downloadUrl = $downloadUrl; |
|
| 4712 | + $this->downloadUrl = $downloadUrl; |
|
| 4713 | 4713 | } |
| 4714 | 4714 | public function getDownloadUrl() |
| 4715 | 4715 | { |
| 4716 | - return $this->downloadUrl; |
|
| 4716 | + return $this->downloadUrl; |
|
| 4717 | 4717 | } |
| 4718 | 4718 | public function setEncryptedKey($encryptedKey) |
| 4719 | 4719 | { |
| 4720 | - $this->encryptedKey = $encryptedKey; |
|
| 4720 | + $this->encryptedKey = $encryptedKey; |
|
| 4721 | 4721 | } |
| 4722 | 4722 | public function getEncryptedKey() |
| 4723 | 4723 | { |
| 4724 | - return $this->encryptedKey; |
|
| 4724 | + return $this->encryptedKey; |
|
| 4725 | 4725 | } |
| 4726 | 4726 | public function setLanguage($language) |
| 4727 | 4727 | { |
| 4728 | - $this->language = $language; |
|
| 4728 | + $this->language = $language; |
|
| 4729 | 4729 | } |
| 4730 | 4730 | public function getLanguage() |
| 4731 | 4731 | { |
| 4732 | - return $this->language; |
|
| 4732 | + return $this->language; |
|
| 4733 | 4733 | } |
| 4734 | 4734 | public function setSize($size) |
| 4735 | 4735 | { |
| 4736 | - $this->size = $size; |
|
| 4736 | + $this->size = $size; |
|
| 4737 | 4737 | } |
| 4738 | 4738 | public function getSize() |
| 4739 | 4739 | { |
| 4740 | - return $this->size; |
|
| 4740 | + return $this->size; |
|
| 4741 | 4741 | } |
| 4742 | 4742 | public function setVersion($version) |
| 4743 | 4743 | { |
| 4744 | - $this->version = $version; |
|
| 4744 | + $this->version = $version; |
|
| 4745 | 4745 | } |
| 4746 | 4746 | public function getVersion() |
| 4747 | 4747 | { |
| 4748 | - return $this->version; |
|
| 4748 | + return $this->version; |
|
| 4749 | 4749 | } |
| 4750 | 4750 | } |
| 4751 | 4751 | |
@@ -4761,19 +4761,19 @@ discard block |
||
| 4761 | 4761 | |
| 4762 | 4762 | public function setItems($items) |
| 4763 | 4763 | { |
| 4764 | - $this->items = $items; |
|
| 4764 | + $this->items = $items; |
|
| 4765 | 4765 | } |
| 4766 | 4766 | public function getItems() |
| 4767 | 4767 | { |
| 4768 | - return $this->items; |
|
| 4768 | + return $this->items; |
|
| 4769 | 4769 | } |
| 4770 | 4770 | public function setKind($kind) |
| 4771 | 4771 | { |
| 4772 | - $this->kind = $kind; |
|
| 4772 | + $this->kind = $kind; |
|
| 4773 | 4773 | } |
| 4774 | 4774 | public function getKind() |
| 4775 | 4775 | { |
| 4776 | - return $this->kind; |
|
| 4776 | + return $this->kind; |
|
| 4777 | 4777 | } |
| 4778 | 4778 | } |
| 4779 | 4779 | |
@@ -4791,35 +4791,35 @@ discard block |
||
| 4791 | 4791 | |
| 4792 | 4792 | public function setArtUrl($artUrl) |
| 4793 | 4793 | { |
| 4794 | - $this->artUrl = $artUrl; |
|
| 4794 | + $this->artUrl = $artUrl; |
|
| 4795 | 4795 | } |
| 4796 | 4796 | public function getArtUrl() |
| 4797 | 4797 | { |
| 4798 | - return $this->artUrl; |
|
| 4798 | + return $this->artUrl; |
|
| 4799 | 4799 | } |
| 4800 | 4800 | public function setGservicesKey($gservicesKey) |
| 4801 | 4801 | { |
| 4802 | - $this->gservicesKey = $gservicesKey; |
|
| 4802 | + $this->gservicesKey = $gservicesKey; |
|
| 4803 | 4803 | } |
| 4804 | 4804 | public function getGservicesKey() |
| 4805 | 4805 | { |
| 4806 | - return $this->gservicesKey; |
|
| 4806 | + return $this->gservicesKey; |
|
| 4807 | 4807 | } |
| 4808 | 4808 | public function setId($id) |
| 4809 | 4809 | { |
| 4810 | - $this->id = $id; |
|
| 4810 | + $this->id = $id; |
|
| 4811 | 4811 | } |
| 4812 | 4812 | public function getId() |
| 4813 | 4813 | { |
| 4814 | - return $this->id; |
|
| 4814 | + return $this->id; |
|
| 4815 | 4815 | } |
| 4816 | 4816 | public function setItems($items) |
| 4817 | 4817 | { |
| 4818 | - $this->items = $items; |
|
| 4818 | + $this->items = $items; |
|
| 4819 | 4819 | } |
| 4820 | 4820 | public function getItems() |
| 4821 | 4821 | { |
| 4822 | - return $this->items; |
|
| 4822 | + return $this->items; |
|
| 4823 | 4823 | } |
| 4824 | 4824 | } |
| 4825 | 4825 | |
@@ -4837,51 +4837,51 @@ discard block |
||
| 4837 | 4837 | |
| 4838 | 4838 | public function setAuthor($author) |
| 4839 | 4839 | { |
| 4840 | - $this->author = $author; |
|
| 4840 | + $this->author = $author; |
|
| 4841 | 4841 | } |
| 4842 | 4842 | public function getAuthor() |
| 4843 | 4843 | { |
| 4844 | - return $this->author; |
|
| 4844 | + return $this->author; |
|
| 4845 | 4845 | } |
| 4846 | 4846 | public function setCanonicalVolumeLink($canonicalVolumeLink) |
| 4847 | 4847 | { |
| 4848 | - $this->canonicalVolumeLink = $canonicalVolumeLink; |
|
| 4848 | + $this->canonicalVolumeLink = $canonicalVolumeLink; |
|
| 4849 | 4849 | } |
| 4850 | 4850 | public function getCanonicalVolumeLink() |
| 4851 | 4851 | { |
| 4852 | - return $this->canonicalVolumeLink; |
|
| 4852 | + return $this->canonicalVolumeLink; |
|
| 4853 | 4853 | } |
| 4854 | 4854 | public function setCoverUrl($coverUrl) |
| 4855 | 4855 | { |
| 4856 | - $this->coverUrl = $coverUrl; |
|
| 4856 | + $this->coverUrl = $coverUrl; |
|
| 4857 | 4857 | } |
| 4858 | 4858 | public function getCoverUrl() |
| 4859 | 4859 | { |
| 4860 | - return $this->coverUrl; |
|
| 4860 | + return $this->coverUrl; |
|
| 4861 | 4861 | } |
| 4862 | 4862 | public function setDescription($description) |
| 4863 | 4863 | { |
| 4864 | - $this->description = $description; |
|
| 4864 | + $this->description = $description; |
|
| 4865 | 4865 | } |
| 4866 | 4866 | public function getDescription() |
| 4867 | 4867 | { |
| 4868 | - return $this->description; |
|
| 4868 | + return $this->description; |
|
| 4869 | 4869 | } |
| 4870 | 4870 | public function setTitle($title) |
| 4871 | 4871 | { |
| 4872 | - $this->title = $title; |
|
| 4872 | + $this->title = $title; |
|
| 4873 | 4873 | } |
| 4874 | 4874 | public function getTitle() |
| 4875 | 4875 | { |
| 4876 | - return $this->title; |
|
| 4876 | + return $this->title; |
|
| 4877 | 4877 | } |
| 4878 | 4878 | public function setVolumeId($volumeId) |
| 4879 | 4879 | { |
| 4880 | - $this->volumeId = $volumeId; |
|
| 4880 | + $this->volumeId = $volumeId; |
|
| 4881 | 4881 | } |
| 4882 | 4882 | public function getVolumeId() |
| 4883 | 4883 | { |
| 4884 | - return $this->volumeId; |
|
| 4884 | + return $this->volumeId; |
|
| 4885 | 4885 | } |
| 4886 | 4886 | } |
| 4887 | 4887 | |
@@ -4900,59 +4900,59 @@ discard block |
||
| 4900 | 4900 | |
| 4901 | 4901 | public function setEpubCfiPosition($epubCfiPosition) |
| 4902 | 4902 | { |
| 4903 | - $this->epubCfiPosition = $epubCfiPosition; |
|
| 4903 | + $this->epubCfiPosition = $epubCfiPosition; |
|
| 4904 | 4904 | } |
| 4905 | 4905 | public function getEpubCfiPosition() |
| 4906 | 4906 | { |
| 4907 | - return $this->epubCfiPosition; |
|
| 4907 | + return $this->epubCfiPosition; |
|
| 4908 | 4908 | } |
| 4909 | 4909 | public function setGbImagePosition($gbImagePosition) |
| 4910 | 4910 | { |
| 4911 | - $this->gbImagePosition = $gbImagePosition; |
|
| 4911 | + $this->gbImagePosition = $gbImagePosition; |
|
| 4912 | 4912 | } |
| 4913 | 4913 | public function getGbImagePosition() |
| 4914 | 4914 | { |
| 4915 | - return $this->gbImagePosition; |
|
| 4915 | + return $this->gbImagePosition; |
|
| 4916 | 4916 | } |
| 4917 | 4917 | public function setGbTextPosition($gbTextPosition) |
| 4918 | 4918 | { |
| 4919 | - $this->gbTextPosition = $gbTextPosition; |
|
| 4919 | + $this->gbTextPosition = $gbTextPosition; |
|
| 4920 | 4920 | } |
| 4921 | 4921 | public function getGbTextPosition() |
| 4922 | 4922 | { |
| 4923 | - return $this->gbTextPosition; |
|
| 4923 | + return $this->gbTextPosition; |
|
| 4924 | 4924 | } |
| 4925 | 4925 | public function setKind($kind) |
| 4926 | 4926 | { |
| 4927 | - $this->kind = $kind; |
|
| 4927 | + $this->kind = $kind; |
|
| 4928 | 4928 | } |
| 4929 | 4929 | public function getKind() |
| 4930 | 4930 | { |
| 4931 | - return $this->kind; |
|
| 4931 | + return $this->kind; |
|
| 4932 | 4932 | } |
| 4933 | 4933 | public function setPdfPosition($pdfPosition) |
| 4934 | 4934 | { |
| 4935 | - $this->pdfPosition = $pdfPosition; |
|
| 4935 | + $this->pdfPosition = $pdfPosition; |
|
| 4936 | 4936 | } |
| 4937 | 4937 | public function getPdfPosition() |
| 4938 | 4938 | { |
| 4939 | - return $this->pdfPosition; |
|
| 4939 | + return $this->pdfPosition; |
|
| 4940 | 4940 | } |
| 4941 | 4941 | public function setUpdated($updated) |
| 4942 | 4942 | { |
| 4943 | - $this->updated = $updated; |
|
| 4943 | + $this->updated = $updated; |
|
| 4944 | 4944 | } |
| 4945 | 4945 | public function getUpdated() |
| 4946 | 4946 | { |
| 4947 | - return $this->updated; |
|
| 4947 | + return $this->updated; |
|
| 4948 | 4948 | } |
| 4949 | 4949 | public function setVolumeId($volumeId) |
| 4950 | 4950 | { |
| 4951 | - $this->volumeId = $volumeId; |
|
| 4951 | + $this->volumeId = $volumeId; |
|
| 4952 | 4952 | } |
| 4953 | 4953 | public function getVolumeId() |
| 4954 | 4954 | { |
| 4955 | - return $this->volumeId; |
|
| 4955 | + return $this->volumeId; |
|
| 4956 | 4956 | } |
| 4957 | 4957 | } |
| 4958 | 4958 | |
@@ -4969,27 +4969,27 @@ discard block |
||
| 4969 | 4969 | |
| 4970 | 4970 | public function setConcurrentAccess(Google_Service_Books_ConcurrentAccessRestriction $concurrentAccess) |
| 4971 | 4971 | { |
| 4972 | - $this->concurrentAccess = $concurrentAccess; |
|
| 4972 | + $this->concurrentAccess = $concurrentAccess; |
|
| 4973 | 4973 | } |
| 4974 | 4974 | public function getConcurrentAccess() |
| 4975 | 4975 | { |
| 4976 | - return $this->concurrentAccess; |
|
| 4976 | + return $this->concurrentAccess; |
|
| 4977 | 4977 | } |
| 4978 | 4978 | public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess) |
| 4979 | 4979 | { |
| 4980 | - $this->downloadAccess = $downloadAccess; |
|
| 4980 | + $this->downloadAccess = $downloadAccess; |
|
| 4981 | 4981 | } |
| 4982 | 4982 | public function getDownloadAccess() |
| 4983 | 4983 | { |
| 4984 | - return $this->downloadAccess; |
|
| 4984 | + return $this->downloadAccess; |
|
| 4985 | 4985 | } |
| 4986 | 4986 | public function setKind($kind) |
| 4987 | 4987 | { |
| 4988 | - $this->kind = $kind; |
|
| 4988 | + $this->kind = $kind; |
|
| 4989 | 4989 | } |
| 4990 | 4990 | public function getKind() |
| 4991 | 4991 | { |
| 4992 | - return $this->kind; |
|
| 4992 | + return $this->kind; |
|
| 4993 | 4993 | } |
| 4994 | 4994 | } |
| 4995 | 4995 | |
@@ -5013,83 +5013,83 @@ discard block |
||
| 5013 | 5013 | |
| 5014 | 5014 | public function setAuthor(Google_Service_Books_ReviewAuthor $author) |
| 5015 | 5015 | { |
| 5016 | - $this->author = $author; |
|
| 5016 | + $this->author = $author; |
|
| 5017 | 5017 | } |
| 5018 | 5018 | public function getAuthor() |
| 5019 | 5019 | { |
| 5020 | - return $this->author; |
|
| 5020 | + return $this->author; |
|
| 5021 | 5021 | } |
| 5022 | 5022 | public function setContent($content) |
| 5023 | 5023 | { |
| 5024 | - $this->content = $content; |
|
| 5024 | + $this->content = $content; |
|
| 5025 | 5025 | } |
| 5026 | 5026 | public function getContent() |
| 5027 | 5027 | { |
| 5028 | - return $this->content; |
|
| 5028 | + return $this->content; |
|
| 5029 | 5029 | } |
| 5030 | 5030 | public function setDate($date) |
| 5031 | 5031 | { |
| 5032 | - $this->date = $date; |
|
| 5032 | + $this->date = $date; |
|
| 5033 | 5033 | } |
| 5034 | 5034 | public function getDate() |
| 5035 | 5035 | { |
| 5036 | - return $this->date; |
|
| 5036 | + return $this->date; |
|
| 5037 | 5037 | } |
| 5038 | 5038 | public function setFullTextUrl($fullTextUrl) |
| 5039 | 5039 | { |
| 5040 | - $this->fullTextUrl = $fullTextUrl; |
|
| 5040 | + $this->fullTextUrl = $fullTextUrl; |
|
| 5041 | 5041 | } |
| 5042 | 5042 | public function getFullTextUrl() |
| 5043 | 5043 | { |
| 5044 | - return $this->fullTextUrl; |
|
| 5044 | + return $this->fullTextUrl; |
|
| 5045 | 5045 | } |
| 5046 | 5046 | public function setKind($kind) |
| 5047 | 5047 | { |
| 5048 | - $this->kind = $kind; |
|
| 5048 | + $this->kind = $kind; |
|
| 5049 | 5049 | } |
| 5050 | 5050 | public function getKind() |
| 5051 | 5051 | { |
| 5052 | - return $this->kind; |
|
| 5052 | + return $this->kind; |
|
| 5053 | 5053 | } |
| 5054 | 5054 | public function setRating($rating) |
| 5055 | 5055 | { |
| 5056 | - $this->rating = $rating; |
|
| 5056 | + $this->rating = $rating; |
|
| 5057 | 5057 | } |
| 5058 | 5058 | public function getRating() |
| 5059 | 5059 | { |
| 5060 | - return $this->rating; |
|
| 5060 | + return $this->rating; |
|
| 5061 | 5061 | } |
| 5062 | 5062 | public function setSource(Google_Service_Books_ReviewSource $source) |
| 5063 | 5063 | { |
| 5064 | - $this->source = $source; |
|
| 5064 | + $this->source = $source; |
|
| 5065 | 5065 | } |
| 5066 | 5066 | public function getSource() |
| 5067 | 5067 | { |
| 5068 | - return $this->source; |
|
| 5068 | + return $this->source; |
|
| 5069 | 5069 | } |
| 5070 | 5070 | public function setTitle($title) |
| 5071 | 5071 | { |
| 5072 | - $this->title = $title; |
|
| 5072 | + $this->title = $title; |
|
| 5073 | 5073 | } |
| 5074 | 5074 | public function getTitle() |
| 5075 | 5075 | { |
| 5076 | - return $this->title; |
|
| 5076 | + return $this->title; |
|
| 5077 | 5077 | } |
| 5078 | 5078 | public function setType($type) |
| 5079 | 5079 | { |
| 5080 | - $this->type = $type; |
|
| 5080 | + $this->type = $type; |
|
| 5081 | 5081 | } |
| 5082 | 5082 | public function getType() |
| 5083 | 5083 | { |
| 5084 | - return $this->type; |
|
| 5084 | + return $this->type; |
|
| 5085 | 5085 | } |
| 5086 | 5086 | public function setVolumeId($volumeId) |
| 5087 | 5087 | { |
| 5088 | - $this->volumeId = $volumeId; |
|
| 5088 | + $this->volumeId = $volumeId; |
|
| 5089 | 5089 | } |
| 5090 | 5090 | public function getVolumeId() |
| 5091 | 5091 | { |
| 5092 | - return $this->volumeId; |
|
| 5092 | + return $this->volumeId; |
|
| 5093 | 5093 | } |
| 5094 | 5094 | } |
| 5095 | 5095 | |
@@ -5102,11 +5102,11 @@ discard block |
||
| 5102 | 5102 | |
| 5103 | 5103 | public function setDisplayName($displayName) |
| 5104 | 5104 | { |
| 5105 | - $this->displayName = $displayName; |
|
| 5105 | + $this->displayName = $displayName; |
|
| 5106 | 5106 | } |
| 5107 | 5107 | public function getDisplayName() |
| 5108 | 5108 | { |
| 5109 | - return $this->displayName; |
|
| 5109 | + return $this->displayName; |
|
| 5110 | 5110 | } |
| 5111 | 5111 | } |
| 5112 | 5112 | |
@@ -5121,27 +5121,27 @@ discard block |
||
| 5121 | 5121 | |
| 5122 | 5122 | public function setDescription($description) |
| 5123 | 5123 | { |
| 5124 | - $this->description = $description; |
|
| 5124 | + $this->description = $description; |
|
| 5125 | 5125 | } |
| 5126 | 5126 | public function getDescription() |
| 5127 | 5127 | { |
| 5128 | - return $this->description; |
|
| 5128 | + return $this->description; |
|
| 5129 | 5129 | } |
| 5130 | 5130 | public function setExtraDescription($extraDescription) |
| 5131 | 5131 | { |
| 5132 | - $this->extraDescription = $extraDescription; |
|
| 5132 | + $this->extraDescription = $extraDescription; |
|
| 5133 | 5133 | } |
| 5134 | 5134 | public function getExtraDescription() |
| 5135 | 5135 | { |
| 5136 | - return $this->extraDescription; |
|
| 5136 | + return $this->extraDescription; |
|
| 5137 | 5137 | } |
| 5138 | 5138 | public function setUrl($url) |
| 5139 | 5139 | { |
| 5140 | - $this->url = $url; |
|
| 5140 | + $this->url = $url; |
|
| 5141 | 5141 | } |
| 5142 | 5142 | public function getUrl() |
| 5143 | 5143 | { |
| 5144 | - return $this->url; |
|
| 5144 | + return $this->url; |
|
| 5145 | 5145 | } |
| 5146 | 5146 | } |
| 5147 | 5147 | |
@@ -5156,19 +5156,19 @@ discard block |
||
| 5156 | 5156 | |
| 5157 | 5157 | public function setKind($kind) |
| 5158 | 5158 | { |
| 5159 | - $this->kind = $kind; |
|
| 5159 | + $this->kind = $kind; |
|
| 5160 | 5160 | } |
| 5161 | 5161 | public function getKind() |
| 5162 | 5162 | { |
| 5163 | - return $this->kind; |
|
| 5163 | + return $this->kind; |
|
| 5164 | 5164 | } |
| 5165 | 5165 | public function setNotesExport(Google_Service_Books_UsersettingsNotesExport $notesExport) |
| 5166 | 5166 | { |
| 5167 | - $this->notesExport = $notesExport; |
|
| 5167 | + $this->notesExport = $notesExport; |
|
| 5168 | 5168 | } |
| 5169 | 5169 | public function getNotesExport() |
| 5170 | 5170 | { |
| 5171 | - return $this->notesExport; |
|
| 5171 | + return $this->notesExport; |
|
| 5172 | 5172 | } |
| 5173 | 5173 | } |
| 5174 | 5174 | |
@@ -5182,19 +5182,19 @@ discard block |
||
| 5182 | 5182 | |
| 5183 | 5183 | public function setFolderName($folderName) |
| 5184 | 5184 | { |
| 5185 | - $this->folderName = $folderName; |
|
| 5185 | + $this->folderName = $folderName; |
|
| 5186 | 5186 | } |
| 5187 | 5187 | public function getFolderName() |
| 5188 | 5188 | { |
| 5189 | - return $this->folderName; |
|
| 5189 | + return $this->folderName; |
|
| 5190 | 5190 | } |
| 5191 | 5191 | public function setIsEnabled($isEnabled) |
| 5192 | 5192 | { |
| 5193 | - $this->isEnabled = $isEnabled; |
|
| 5193 | + $this->isEnabled = $isEnabled; |
|
| 5194 | 5194 | } |
| 5195 | 5195 | public function getIsEnabled() |
| 5196 | 5196 | { |
| 5197 | - return $this->isEnabled; |
|
| 5197 | + return $this->isEnabled; |
|
| 5198 | 5198 | } |
| 5199 | 5199 | } |
| 5200 | 5200 | |
@@ -5224,91 +5224,91 @@ discard block |
||
| 5224 | 5224 | |
| 5225 | 5225 | public function setAccessInfo(Google_Service_Books_VolumeAccessInfo $accessInfo) |
| 5226 | 5226 | { |
| 5227 | - $this->accessInfo = $accessInfo; |
|
| 5227 | + $this->accessInfo = $accessInfo; |
|
| 5228 | 5228 | } |
| 5229 | 5229 | public function getAccessInfo() |
| 5230 | 5230 | { |
| 5231 | - return $this->accessInfo; |
|
| 5231 | + return $this->accessInfo; |
|
| 5232 | 5232 | } |
| 5233 | 5233 | public function setEtag($etag) |
| 5234 | 5234 | { |
| 5235 | - $this->etag = $etag; |
|
| 5235 | + $this->etag = $etag; |
|
| 5236 | 5236 | } |
| 5237 | 5237 | public function getEtag() |
| 5238 | 5238 | { |
| 5239 | - return $this->etag; |
|
| 5239 | + return $this->etag; |
|
| 5240 | 5240 | } |
| 5241 | 5241 | public function setId($id) |
| 5242 | 5242 | { |
| 5243 | - $this->id = $id; |
|
| 5243 | + $this->id = $id; |
|
| 5244 | 5244 | } |
| 5245 | 5245 | public function getId() |
| 5246 | 5246 | { |
| 5247 | - return $this->id; |
|
| 5247 | + return $this->id; |
|
| 5248 | 5248 | } |
| 5249 | 5249 | public function setKind($kind) |
| 5250 | 5250 | { |
| 5251 | - $this->kind = $kind; |
|
| 5251 | + $this->kind = $kind; |
|
| 5252 | 5252 | } |
| 5253 | 5253 | public function getKind() |
| 5254 | 5254 | { |
| 5255 | - return $this->kind; |
|
| 5255 | + return $this->kind; |
|
| 5256 | 5256 | } |
| 5257 | 5257 | public function setLayerInfo(Google_Service_Books_VolumeLayerInfo $layerInfo) |
| 5258 | 5258 | { |
| 5259 | - $this->layerInfo = $layerInfo; |
|
| 5259 | + $this->layerInfo = $layerInfo; |
|
| 5260 | 5260 | } |
| 5261 | 5261 | public function getLayerInfo() |
| 5262 | 5262 | { |
| 5263 | - return $this->layerInfo; |
|
| 5263 | + return $this->layerInfo; |
|
| 5264 | 5264 | } |
| 5265 | 5265 | public function setRecommendedInfo(Google_Service_Books_VolumeRecommendedInfo $recommendedInfo) |
| 5266 | 5266 | { |
| 5267 | - $this->recommendedInfo = $recommendedInfo; |
|
| 5267 | + $this->recommendedInfo = $recommendedInfo; |
|
| 5268 | 5268 | } |
| 5269 | 5269 | public function getRecommendedInfo() |
| 5270 | 5270 | { |
| 5271 | - return $this->recommendedInfo; |
|
| 5271 | + return $this->recommendedInfo; |
|
| 5272 | 5272 | } |
| 5273 | 5273 | public function setSaleInfo(Google_Service_Books_VolumeSaleInfo $saleInfo) |
| 5274 | 5274 | { |
| 5275 | - $this->saleInfo = $saleInfo; |
|
| 5275 | + $this->saleInfo = $saleInfo; |
|
| 5276 | 5276 | } |
| 5277 | 5277 | public function getSaleInfo() |
| 5278 | 5278 | { |
| 5279 | - return $this->saleInfo; |
|
| 5279 | + return $this->saleInfo; |
|
| 5280 | 5280 | } |
| 5281 | 5281 | public function setSearchInfo(Google_Service_Books_VolumeSearchInfo $searchInfo) |
| 5282 | 5282 | { |
| 5283 | - $this->searchInfo = $searchInfo; |
|
| 5283 | + $this->searchInfo = $searchInfo; |
|
| 5284 | 5284 | } |
| 5285 | 5285 | public function getSearchInfo() |
| 5286 | 5286 | { |
| 5287 | - return $this->searchInfo; |
|
| 5287 | + return $this->searchInfo; |
|
| 5288 | 5288 | } |
| 5289 | 5289 | public function setSelfLink($selfLink) |
| 5290 | 5290 | { |
| 5291 | - $this->selfLink = $selfLink; |
|
| 5291 | + $this->selfLink = $selfLink; |
|
| 5292 | 5292 | } |
| 5293 | 5293 | public function getSelfLink() |
| 5294 | 5294 | { |
| 5295 | - return $this->selfLink; |
|
| 5295 | + return $this->selfLink; |
|
| 5296 | 5296 | } |
| 5297 | 5297 | public function setUserInfo(Google_Service_Books_VolumeUserInfo $userInfo) |
| 5298 | 5298 | { |
| 5299 | - $this->userInfo = $userInfo; |
|
| 5299 | + $this->userInfo = $userInfo; |
|
| 5300 | 5300 | } |
| 5301 | 5301 | public function getUserInfo() |
| 5302 | 5302 | { |
| 5303 | - return $this->userInfo; |
|
| 5303 | + return $this->userInfo; |
|
| 5304 | 5304 | } |
| 5305 | 5305 | public function setVolumeInfo(Google_Service_Books_VolumeVolumeInfo $volumeInfo) |
| 5306 | 5306 | { |
| 5307 | - $this->volumeInfo = $volumeInfo; |
|
| 5307 | + $this->volumeInfo = $volumeInfo; |
|
| 5308 | 5308 | } |
| 5309 | 5309 | public function getVolumeInfo() |
| 5310 | 5310 | { |
| 5311 | - return $this->volumeInfo; |
|
| 5311 | + return $this->volumeInfo; |
|
| 5312 | 5312 | } |
| 5313 | 5313 | } |
| 5314 | 5314 | |
@@ -5325,27 +5325,27 @@ discard block |
||
| 5325 | 5325 | |
| 5326 | 5326 | public function setItems($items) |
| 5327 | 5327 | { |
| 5328 | - $this->items = $items; |
|
| 5328 | + $this->items = $items; |
|
| 5329 | 5329 | } |
| 5330 | 5330 | public function getItems() |
| 5331 | 5331 | { |
| 5332 | - return $this->items; |
|
| 5332 | + return $this->items; |
|
| 5333 | 5333 | } |
| 5334 | 5334 | public function setKind($kind) |
| 5335 | 5335 | { |
| 5336 | - $this->kind = $kind; |
|
| 5336 | + $this->kind = $kind; |
|
| 5337 | 5337 | } |
| 5338 | 5338 | public function getKind() |
| 5339 | 5339 | { |
| 5340 | - return $this->kind; |
|
| 5340 | + return $this->kind; |
|
| 5341 | 5341 | } |
| 5342 | 5342 | public function setNextPageToken($nextPageToken) |
| 5343 | 5343 | { |
| 5344 | - $this->nextPageToken = $nextPageToken; |
|
| 5344 | + $this->nextPageToken = $nextPageToken; |
|
| 5345 | 5345 | } |
| 5346 | 5346 | public function getNextPageToken() |
| 5347 | 5347 | { |
| 5348 | - return $this->nextPageToken; |
|
| 5348 | + return $this->nextPageToken; |
|
| 5349 | 5349 | } |
| 5350 | 5350 | } |
| 5351 | 5351 | |
@@ -5374,115 +5374,115 @@ discard block |
||
| 5374 | 5374 | |
| 5375 | 5375 | public function setAccessViewStatus($accessViewStatus) |
| 5376 | 5376 | { |
| 5377 | - $this->accessViewStatus = $accessViewStatus; |
|
| 5377 | + $this->accessViewStatus = $accessViewStatus; |
|
| 5378 | 5378 | } |
| 5379 | 5379 | public function getAccessViewStatus() |
| 5380 | 5380 | { |
| 5381 | - return $this->accessViewStatus; |
|
| 5381 | + return $this->accessViewStatus; |
|
| 5382 | 5382 | } |
| 5383 | 5383 | public function setCountry($country) |
| 5384 | 5384 | { |
| 5385 | - $this->country = $country; |
|
| 5385 | + $this->country = $country; |
|
| 5386 | 5386 | } |
| 5387 | 5387 | public function getCountry() |
| 5388 | 5388 | { |
| 5389 | - return $this->country; |
|
| 5389 | + return $this->country; |
|
| 5390 | 5390 | } |
| 5391 | 5391 | public function setDownloadAccess(Google_Service_Books_DownloadAccessRestriction $downloadAccess) |
| 5392 | 5392 | { |
| 5393 | - $this->downloadAccess = $downloadAccess; |
|
| 5393 | + $this->downloadAccess = $downloadAccess; |
|
| 5394 | 5394 | } |
| 5395 | 5395 | public function getDownloadAccess() |
| 5396 | 5396 | { |
| 5397 | - return $this->downloadAccess; |
|
| 5397 | + return $this->downloadAccess; |
|
| 5398 | 5398 | } |
| 5399 | 5399 | public function setDriveImportedContentLink($driveImportedContentLink) |
| 5400 | 5400 | { |
| 5401 | - $this->driveImportedContentLink = $driveImportedContentLink; |
|
| 5401 | + $this->driveImportedContentLink = $driveImportedContentLink; |
|
| 5402 | 5402 | } |
| 5403 | 5403 | public function getDriveImportedContentLink() |
| 5404 | 5404 | { |
| 5405 | - return $this->driveImportedContentLink; |
|
| 5405 | + return $this->driveImportedContentLink; |
|
| 5406 | 5406 | } |
| 5407 | 5407 | public function setEmbeddable($embeddable) |
| 5408 | 5408 | { |
| 5409 | - $this->embeddable = $embeddable; |
|
| 5409 | + $this->embeddable = $embeddable; |
|
| 5410 | 5410 | } |
| 5411 | 5411 | public function getEmbeddable() |
| 5412 | 5412 | { |
| 5413 | - return $this->embeddable; |
|
| 5413 | + return $this->embeddable; |
|
| 5414 | 5414 | } |
| 5415 | 5415 | public function setEpub(Google_Service_Books_VolumeAccessInfoEpub $epub) |
| 5416 | 5416 | { |
| 5417 | - $this->epub = $epub; |
|
| 5417 | + $this->epub = $epub; |
|
| 5418 | 5418 | } |
| 5419 | 5419 | public function getEpub() |
| 5420 | 5420 | { |
| 5421 | - return $this->epub; |
|
| 5421 | + return $this->epub; |
|
| 5422 | 5422 | } |
| 5423 | 5423 | public function setExplicitOfflineLicenseManagement($explicitOfflineLicenseManagement) |
| 5424 | 5424 | { |
| 5425 | - $this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement; |
|
| 5425 | + $this->explicitOfflineLicenseManagement = $explicitOfflineLicenseManagement; |
|
| 5426 | 5426 | } |
| 5427 | 5427 | public function getExplicitOfflineLicenseManagement() |
| 5428 | 5428 | { |
| 5429 | - return $this->explicitOfflineLicenseManagement; |
|
| 5429 | + return $this->explicitOfflineLicenseManagement; |
|
| 5430 | 5430 | } |
| 5431 | 5431 | public function setPdf(Google_Service_Books_VolumeAccessInfoPdf $pdf) |
| 5432 | 5432 | { |
| 5433 | - $this->pdf = $pdf; |
|
| 5433 | + $this->pdf = $pdf; |
|
| 5434 | 5434 | } |
| 5435 | 5435 | public function getPdf() |
| 5436 | 5436 | { |
| 5437 | - return $this->pdf; |
|
| 5437 | + return $this->pdf; |
|
| 5438 | 5438 | } |
| 5439 | 5439 | public function setPublicDomain($publicDomain) |
| 5440 | 5440 | { |
| 5441 | - $this->publicDomain = $publicDomain; |
|
| 5441 | + $this->publicDomain = $publicDomain; |
|
| 5442 | 5442 | } |
| 5443 | 5443 | public function getPublicDomain() |
| 5444 | 5444 | { |
| 5445 | - return $this->publicDomain; |
|
| 5445 | + return $this->publicDomain; |
|
| 5446 | 5446 | } |
| 5447 | 5447 | public function setQuoteSharingAllowed($quoteSharingAllowed) |
| 5448 | 5448 | { |
| 5449 | - $this->quoteSharingAllowed = $quoteSharingAllowed; |
|
| 5449 | + $this->quoteSharingAllowed = $quoteSharingAllowed; |
|
| 5450 | 5450 | } |
| 5451 | 5451 | public function getQuoteSharingAllowed() |
| 5452 | 5452 | { |
| 5453 | - return $this->quoteSharingAllowed; |
|
| 5453 | + return $this->quoteSharingAllowed; |
|
| 5454 | 5454 | } |
| 5455 | 5455 | public function setTextToSpeechPermission($textToSpeechPermission) |
| 5456 | 5456 | { |
| 5457 | - $this->textToSpeechPermission = $textToSpeechPermission; |
|
| 5457 | + $this->textToSpeechPermission = $textToSpeechPermission; |
|
| 5458 | 5458 | } |
| 5459 | 5459 | public function getTextToSpeechPermission() |
| 5460 | 5460 | { |
| 5461 | - return $this->textToSpeechPermission; |
|
| 5461 | + return $this->textToSpeechPermission; |
|
| 5462 | 5462 | } |
| 5463 | 5463 | public function setViewOrderUrl($viewOrderUrl) |
| 5464 | 5464 | { |
| 5465 | - $this->viewOrderUrl = $viewOrderUrl; |
|
| 5465 | + $this->viewOrderUrl = $viewOrderUrl; |
|
| 5466 | 5466 | } |
| 5467 | 5467 | public function getViewOrderUrl() |
| 5468 | 5468 | { |
| 5469 | - return $this->viewOrderUrl; |
|
| 5469 | + return $this->viewOrderUrl; |
|
| 5470 | 5470 | } |
| 5471 | 5471 | public function setViewability($viewability) |
| 5472 | 5472 | { |
| 5473 | - $this->viewability = $viewability; |
|
| 5473 | + $this->viewability = $viewability; |
|
| 5474 | 5474 | } |
| 5475 | 5475 | public function getViewability() |
| 5476 | 5476 | { |
| 5477 | - return $this->viewability; |
|
| 5477 | + return $this->viewability; |
|
| 5478 | 5478 | } |
| 5479 | 5479 | public function setWebReaderLink($webReaderLink) |
| 5480 | 5480 | { |
| 5481 | - $this->webReaderLink = $webReaderLink; |
|
| 5481 | + $this->webReaderLink = $webReaderLink; |
|
| 5482 | 5482 | } |
| 5483 | 5483 | public function getWebReaderLink() |
| 5484 | 5484 | { |
| 5485 | - return $this->webReaderLink; |
|
| 5485 | + return $this->webReaderLink; |
|
| 5486 | 5486 | } |
| 5487 | 5487 | } |
| 5488 | 5488 | |
@@ -5497,27 +5497,27 @@ discard block |
||
| 5497 | 5497 | |
| 5498 | 5498 | public function setAcsTokenLink($acsTokenLink) |
| 5499 | 5499 | { |
| 5500 | - $this->acsTokenLink = $acsTokenLink; |
|
| 5500 | + $this->acsTokenLink = $acsTokenLink; |
|
| 5501 | 5501 | } |
| 5502 | 5502 | public function getAcsTokenLink() |
| 5503 | 5503 | { |
| 5504 | - return $this->acsTokenLink; |
|
| 5504 | + return $this->acsTokenLink; |
|
| 5505 | 5505 | } |
| 5506 | 5506 | public function setDownloadLink($downloadLink) |
| 5507 | 5507 | { |
| 5508 | - $this->downloadLink = $downloadLink; |
|
| 5508 | + $this->downloadLink = $downloadLink; |
|
| 5509 | 5509 | } |
| 5510 | 5510 | public function getDownloadLink() |
| 5511 | 5511 | { |
| 5512 | - return $this->downloadLink; |
|
| 5512 | + return $this->downloadLink; |
|
| 5513 | 5513 | } |
| 5514 | 5514 | public function setIsAvailable($isAvailable) |
| 5515 | 5515 | { |
| 5516 | - $this->isAvailable = $isAvailable; |
|
| 5516 | + $this->isAvailable = $isAvailable; |
|
| 5517 | 5517 | } |
| 5518 | 5518 | public function getIsAvailable() |
| 5519 | 5519 | { |
| 5520 | - return $this->isAvailable; |
|
| 5520 | + return $this->isAvailable; |
|
| 5521 | 5521 | } |
| 5522 | 5522 | } |
| 5523 | 5523 | |
@@ -5532,27 +5532,27 @@ discard block |
||
| 5532 | 5532 | |
| 5533 | 5533 | public function setAcsTokenLink($acsTokenLink) |
| 5534 | 5534 | { |
| 5535 | - $this->acsTokenLink = $acsTokenLink; |
|
| 5535 | + $this->acsTokenLink = $acsTokenLink; |
|
| 5536 | 5536 | } |
| 5537 | 5537 | public function getAcsTokenLink() |
| 5538 | 5538 | { |
| 5539 | - return $this->acsTokenLink; |
|
| 5539 | + return $this->acsTokenLink; |
|
| 5540 | 5540 | } |
| 5541 | 5541 | public function setDownloadLink($downloadLink) |
| 5542 | 5542 | { |
| 5543 | - $this->downloadLink = $downloadLink; |
|
| 5543 | + $this->downloadLink = $downloadLink; |
|
| 5544 | 5544 | } |
| 5545 | 5545 | public function getDownloadLink() |
| 5546 | 5546 | { |
| 5547 | - return $this->downloadLink; |
|
| 5547 | + return $this->downloadLink; |
|
| 5548 | 5548 | } |
| 5549 | 5549 | public function setIsAvailable($isAvailable) |
| 5550 | 5550 | { |
| 5551 | - $this->isAvailable = $isAvailable; |
|
| 5551 | + $this->isAvailable = $isAvailable; |
|
| 5552 | 5552 | } |
| 5553 | 5553 | public function getIsAvailable() |
| 5554 | 5554 | { |
| 5555 | - return $this->isAvailable; |
|
| 5555 | + return $this->isAvailable; |
|
| 5556 | 5556 | } |
| 5557 | 5557 | } |
| 5558 | 5558 | |
@@ -5567,11 +5567,11 @@ discard block |
||
| 5567 | 5567 | |
| 5568 | 5568 | public function setLayers($layers) |
| 5569 | 5569 | { |
| 5570 | - $this->layers = $layers; |
|
| 5570 | + $this->layers = $layers; |
|
| 5571 | 5571 | } |
| 5572 | 5572 | public function getLayers() |
| 5573 | 5573 | { |
| 5574 | - return $this->layers; |
|
| 5574 | + return $this->layers; |
|
| 5575 | 5575 | } |
| 5576 | 5576 | } |
| 5577 | 5577 | |
@@ -5585,19 +5585,19 @@ discard block |
||
| 5585 | 5585 | |
| 5586 | 5586 | public function setLayerId($layerId) |
| 5587 | 5587 | { |
| 5588 | - $this->layerId = $layerId; |
|
| 5588 | + $this->layerId = $layerId; |
|
| 5589 | 5589 | } |
| 5590 | 5590 | public function getLayerId() |
| 5591 | 5591 | { |
| 5592 | - return $this->layerId; |
|
| 5592 | + return $this->layerId; |
|
| 5593 | 5593 | } |
| 5594 | 5594 | public function setVolumeAnnotationsVersion($volumeAnnotationsVersion) |
| 5595 | 5595 | { |
| 5596 | - $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; |
|
| 5596 | + $this->volumeAnnotationsVersion = $volumeAnnotationsVersion; |
|
| 5597 | 5597 | } |
| 5598 | 5598 | public function getVolumeAnnotationsVersion() |
| 5599 | 5599 | { |
| 5600 | - return $this->volumeAnnotationsVersion; |
|
| 5600 | + return $this->volumeAnnotationsVersion; |
|
| 5601 | 5601 | } |
| 5602 | 5602 | } |
| 5603 | 5603 | |
@@ -5610,11 +5610,11 @@ discard block |
||
| 5610 | 5610 | |
| 5611 | 5611 | public function setExplanation($explanation) |
| 5612 | 5612 | { |
| 5613 | - $this->explanation = $explanation; |
|
| 5613 | + $this->explanation = $explanation; |
|
| 5614 | 5614 | } |
| 5615 | 5615 | public function getExplanation() |
| 5616 | 5616 | { |
| 5617 | - return $this->explanation; |
|
| 5617 | + return $this->explanation; |
|
| 5618 | 5618 | } |
| 5619 | 5619 | } |
| 5620 | 5620 | |
@@ -5638,67 +5638,67 @@ discard block |
||
| 5638 | 5638 | |
| 5639 | 5639 | public function setBuyLink($buyLink) |
| 5640 | 5640 | { |
| 5641 | - $this->buyLink = $buyLink; |
|
| 5641 | + $this->buyLink = $buyLink; |
|
| 5642 | 5642 | } |
| 5643 | 5643 | public function getBuyLink() |
| 5644 | 5644 | { |
| 5645 | - return $this->buyLink; |
|
| 5645 | + return $this->buyLink; |
|
| 5646 | 5646 | } |
| 5647 | 5647 | public function setCountry($country) |
| 5648 | 5648 | { |
| 5649 | - $this->country = $country; |
|
| 5649 | + $this->country = $country; |
|
| 5650 | 5650 | } |
| 5651 | 5651 | public function getCountry() |
| 5652 | 5652 | { |
| 5653 | - return $this->country; |
|
| 5653 | + return $this->country; |
|
| 5654 | 5654 | } |
| 5655 | 5655 | public function setIsEbook($isEbook) |
| 5656 | 5656 | { |
| 5657 | - $this->isEbook = $isEbook; |
|
| 5657 | + $this->isEbook = $isEbook; |
|
| 5658 | 5658 | } |
| 5659 | 5659 | public function getIsEbook() |
| 5660 | 5660 | { |
| 5661 | - return $this->isEbook; |
|
| 5661 | + return $this->isEbook; |
|
| 5662 | 5662 | } |
| 5663 | 5663 | public function setListPrice(Google_Service_Books_VolumeSaleInfoListPrice $listPrice) |
| 5664 | 5664 | { |
| 5665 | - $this->listPrice = $listPrice; |
|
| 5665 | + $this->listPrice = $listPrice; |
|
| 5666 | 5666 | } |
| 5667 | 5667 | public function getListPrice() |
| 5668 | 5668 | { |
| 5669 | - return $this->listPrice; |
|
| 5669 | + return $this->listPrice; |
|
| 5670 | 5670 | } |
| 5671 | 5671 | public function setOffers($offers) |
| 5672 | 5672 | { |
| 5673 | - $this->offers = $offers; |
|
| 5673 | + $this->offers = $offers; |
|
| 5674 | 5674 | } |
| 5675 | 5675 | public function getOffers() |
| 5676 | 5676 | { |
| 5677 | - return $this->offers; |
|
| 5677 | + return $this->offers; |
|
| 5678 | 5678 | } |
| 5679 | 5679 | public function setOnSaleDate($onSaleDate) |
| 5680 | 5680 | { |
| 5681 | - $this->onSaleDate = $onSaleDate; |
|
| 5681 | + $this->onSaleDate = $onSaleDate; |
|
| 5682 | 5682 | } |
| 5683 | 5683 | public function getOnSaleDate() |
| 5684 | 5684 | { |
| 5685 | - return $this->onSaleDate; |
|
| 5685 | + return $this->onSaleDate; |
|
| 5686 | 5686 | } |
| 5687 | 5687 | public function setRetailPrice(Google_Service_Books_VolumeSaleInfoRetailPrice $retailPrice) |
| 5688 | 5688 | { |
| 5689 | - $this->retailPrice = $retailPrice; |
|
| 5689 | + $this->retailPrice = $retailPrice; |
|
| 5690 | 5690 | } |
| 5691 | 5691 | public function getRetailPrice() |
| 5692 | 5692 | { |
| 5693 | - return $this->retailPrice; |
|
| 5693 | + return $this->retailPrice; |
|
| 5694 | 5694 | } |
| 5695 | 5695 | public function setSaleability($saleability) |
| 5696 | 5696 | { |
| 5697 | - $this->saleability = $saleability; |
|
| 5697 | + $this->saleability = $saleability; |
|
| 5698 | 5698 | } |
| 5699 | 5699 | public function getSaleability() |
| 5700 | 5700 | { |
| 5701 | - return $this->saleability; |
|
| 5701 | + return $this->saleability; |
|
| 5702 | 5702 | } |
| 5703 | 5703 | } |
| 5704 | 5704 | |
@@ -5712,19 +5712,19 @@ discard block |
||
| 5712 | 5712 | |
| 5713 | 5713 | public function setAmount($amount) |
| 5714 | 5714 | { |
| 5715 | - $this->amount = $amount; |
|
| 5715 | + $this->amount = $amount; |
|
| 5716 | 5716 | } |
| 5717 | 5717 | public function getAmount() |
| 5718 | 5718 | { |
| 5719 | - return $this->amount; |
|
| 5719 | + return $this->amount; |
|
| 5720 | 5720 | } |
| 5721 | 5721 | public function setCurrencyCode($currencyCode) |
| 5722 | 5722 | { |
| 5723 | - $this->currencyCode = $currencyCode; |
|
| 5723 | + $this->currencyCode = $currencyCode; |
|
| 5724 | 5724 | } |
| 5725 | 5725 | public function getCurrencyCode() |
| 5726 | 5726 | { |
| 5727 | - return $this->currencyCode; |
|
| 5727 | + return $this->currencyCode; |
|
| 5728 | 5728 | } |
| 5729 | 5729 | } |
| 5730 | 5730 | |
@@ -5743,35 +5743,35 @@ discard block |
||
| 5743 | 5743 | |
| 5744 | 5744 | public function setFinskyOfferType($finskyOfferType) |
| 5745 | 5745 | { |
| 5746 | - $this->finskyOfferType = $finskyOfferType; |
|
| 5746 | + $this->finskyOfferType = $finskyOfferType; |
|
| 5747 | 5747 | } |
| 5748 | 5748 | public function getFinskyOfferType() |
| 5749 | 5749 | { |
| 5750 | - return $this->finskyOfferType; |
|
| 5750 | + return $this->finskyOfferType; |
|
| 5751 | 5751 | } |
| 5752 | 5752 | public function setListPrice(Google_Service_Books_VolumeSaleInfoOffersListPrice $listPrice) |
| 5753 | 5753 | { |
| 5754 | - $this->listPrice = $listPrice; |
|
| 5754 | + $this->listPrice = $listPrice; |
|
| 5755 | 5755 | } |
| 5756 | 5756 | public function getListPrice() |
| 5757 | 5757 | { |
| 5758 | - return $this->listPrice; |
|
| 5758 | + return $this->listPrice; |
|
| 5759 | 5759 | } |
| 5760 | 5760 | public function setRentalDuration(Google_Service_Books_VolumeSaleInfoOffersRentalDuration $rentalDuration) |
| 5761 | 5761 | { |
| 5762 | - $this->rentalDuration = $rentalDuration; |
|
| 5762 | + $this->rentalDuration = $rentalDuration; |
|
| 5763 | 5763 | } |
| 5764 | 5764 | public function getRentalDuration() |
| 5765 | 5765 | { |
| 5766 | - return $this->rentalDuration; |
|
| 5766 | + return $this->rentalDuration; |
|
| 5767 | 5767 | } |
| 5768 | 5768 | public function setRetailPrice(Google_Service_Books_VolumeSaleInfoOffersRetailPrice $retailPrice) |
| 5769 | 5769 | { |
| 5770 | - $this->retailPrice = $retailPrice; |
|
| 5770 | + $this->retailPrice = $retailPrice; |
|
| 5771 | 5771 | } |
| 5772 | 5772 | public function getRetailPrice() |
| 5773 | 5773 | { |
| 5774 | - return $this->retailPrice; |
|
| 5774 | + return $this->retailPrice; |
|
| 5775 | 5775 | } |
| 5776 | 5776 | } |
| 5777 | 5777 | |
@@ -5785,19 +5785,19 @@ discard block |
||
| 5785 | 5785 | |
| 5786 | 5786 | public function setAmountInMicros($amountInMicros) |
| 5787 | 5787 | { |
| 5788 | - $this->amountInMicros = $amountInMicros; |
|
| 5788 | + $this->amountInMicros = $amountInMicros; |
|
| 5789 | 5789 | } |
| 5790 | 5790 | public function getAmountInMicros() |
| 5791 | 5791 | { |
| 5792 | - return $this->amountInMicros; |
|
| 5792 | + return $this->amountInMicros; |
|
| 5793 | 5793 | } |
| 5794 | 5794 | public function setCurrencyCode($currencyCode) |
| 5795 | 5795 | { |
| 5796 | - $this->currencyCode = $currencyCode; |
|
| 5796 | + $this->currencyCode = $currencyCode; |
|
| 5797 | 5797 | } |
| 5798 | 5798 | public function getCurrencyCode() |
| 5799 | 5799 | { |
| 5800 | - return $this->currencyCode; |
|
| 5800 | + return $this->currencyCode; |
|
| 5801 | 5801 | } |
| 5802 | 5802 | } |
| 5803 | 5803 | |
@@ -5811,19 +5811,19 @@ discard block |
||
| 5811 | 5811 | |
| 5812 | 5812 | public function setCount($count) |
| 5813 | 5813 | { |
| 5814 | - $this->count = $count; |
|
| 5814 | + $this->count = $count; |
|
| 5815 | 5815 | } |
| 5816 | 5816 | public function getCount() |
| 5817 | 5817 | { |
| 5818 | - return $this->count; |
|
| 5818 | + return $this->count; |
|
| 5819 | 5819 | } |
| 5820 | 5820 | public function setUnit($unit) |
| 5821 | 5821 | { |
| 5822 | - $this->unit = $unit; |
|
| 5822 | + $this->unit = $unit; |
|
| 5823 | 5823 | } |
| 5824 | 5824 | public function getUnit() |
| 5825 | 5825 | { |
| 5826 | - return $this->unit; |
|
| 5826 | + return $this->unit; |
|
| 5827 | 5827 | } |
| 5828 | 5828 | } |
| 5829 | 5829 | |
@@ -5837,19 +5837,19 @@ discard block |
||
| 5837 | 5837 | |
| 5838 | 5838 | public function setAmountInMicros($amountInMicros) |
| 5839 | 5839 | { |
| 5840 | - $this->amountInMicros = $amountInMicros; |
|
| 5840 | + $this->amountInMicros = $amountInMicros; |
|
| 5841 | 5841 | } |
| 5842 | 5842 | public function getAmountInMicros() |
| 5843 | 5843 | { |
| 5844 | - return $this->amountInMicros; |
|
| 5844 | + return $this->amountInMicros; |
|
| 5845 | 5845 | } |
| 5846 | 5846 | public function setCurrencyCode($currencyCode) |
| 5847 | 5847 | { |
| 5848 | - $this->currencyCode = $currencyCode; |
|
| 5848 | + $this->currencyCode = $currencyCode; |
|
| 5849 | 5849 | } |
| 5850 | 5850 | public function getCurrencyCode() |
| 5851 | 5851 | { |
| 5852 | - return $this->currencyCode; |
|
| 5852 | + return $this->currencyCode; |
|
| 5853 | 5853 | } |
| 5854 | 5854 | } |
| 5855 | 5855 | |
@@ -5863,19 +5863,19 @@ discard block |
||
| 5863 | 5863 | |
| 5864 | 5864 | public function setAmount($amount) |
| 5865 | 5865 | { |
| 5866 | - $this->amount = $amount; |
|
| 5866 | + $this->amount = $amount; |
|
| 5867 | 5867 | } |
| 5868 | 5868 | public function getAmount() |
| 5869 | 5869 | { |
| 5870 | - return $this->amount; |
|
| 5870 | + return $this->amount; |
|
| 5871 | 5871 | } |
| 5872 | 5872 | public function setCurrencyCode($currencyCode) |
| 5873 | 5873 | { |
| 5874 | - $this->currencyCode = $currencyCode; |
|
| 5874 | + $this->currencyCode = $currencyCode; |
|
| 5875 | 5875 | } |
| 5876 | 5876 | public function getCurrencyCode() |
| 5877 | 5877 | { |
| 5878 | - return $this->currencyCode; |
|
| 5878 | + return $this->currencyCode; |
|
| 5879 | 5879 | } |
| 5880 | 5880 | } |
| 5881 | 5881 | |
@@ -5888,11 +5888,11 @@ discard block |
||
| 5888 | 5888 | |
| 5889 | 5889 | public function setTextSnippet($textSnippet) |
| 5890 | 5890 | { |
| 5891 | - $this->textSnippet = $textSnippet; |
|
| 5891 | + $this->textSnippet = $textSnippet; |
|
| 5892 | 5892 | } |
| 5893 | 5893 | public function getTextSnippet() |
| 5894 | 5894 | { |
| 5895 | - return $this->textSnippet; |
|
| 5895 | + return $this->textSnippet; |
|
| 5896 | 5896 | } |
| 5897 | 5897 | } |
| 5898 | 5898 | |
@@ -5920,91 +5920,91 @@ discard block |
||
| 5920 | 5920 | |
| 5921 | 5921 | public function setCopy(Google_Service_Books_VolumeUserInfoCopy $copy) |
| 5922 | 5922 | { |
| 5923 | - $this->copy = $copy; |
|
| 5923 | + $this->copy = $copy; |
|
| 5924 | 5924 | } |
| 5925 | 5925 | public function getCopy() |
| 5926 | 5926 | { |
| 5927 | - return $this->copy; |
|
| 5927 | + return $this->copy; |
|
| 5928 | 5928 | } |
| 5929 | 5929 | public function setIsInMyBooks($isInMyBooks) |
| 5930 | 5930 | { |
| 5931 | - $this->isInMyBooks = $isInMyBooks; |
|
| 5931 | + $this->isInMyBooks = $isInMyBooks; |
|
| 5932 | 5932 | } |
| 5933 | 5933 | public function getIsInMyBooks() |
| 5934 | 5934 | { |
| 5935 | - return $this->isInMyBooks; |
|
| 5935 | + return $this->isInMyBooks; |
|
| 5936 | 5936 | } |
| 5937 | 5937 | public function setIsPreordered($isPreordered) |
| 5938 | 5938 | { |
| 5939 | - $this->isPreordered = $isPreordered; |
|
| 5939 | + $this->isPreordered = $isPreordered; |
|
| 5940 | 5940 | } |
| 5941 | 5941 | public function getIsPreordered() |
| 5942 | 5942 | { |
| 5943 | - return $this->isPreordered; |
|
| 5943 | + return $this->isPreordered; |
|
| 5944 | 5944 | } |
| 5945 | 5945 | public function setIsPurchased($isPurchased) |
| 5946 | 5946 | { |
| 5947 | - $this->isPurchased = $isPurchased; |
|
| 5947 | + $this->isPurchased = $isPurchased; |
|
| 5948 | 5948 | } |
| 5949 | 5949 | public function getIsPurchased() |
| 5950 | 5950 | { |
| 5951 | - return $this->isPurchased; |
|
| 5951 | + return $this->isPurchased; |
|
| 5952 | 5952 | } |
| 5953 | 5953 | public function setIsUploaded($isUploaded) |
| 5954 | 5954 | { |
| 5955 | - $this->isUploaded = $isUploaded; |
|
| 5955 | + $this->isUploaded = $isUploaded; |
|
| 5956 | 5956 | } |
| 5957 | 5957 | public function getIsUploaded() |
| 5958 | 5958 | { |
| 5959 | - return $this->isUploaded; |
|
| 5959 | + return $this->isUploaded; |
|
| 5960 | 5960 | } |
| 5961 | 5961 | public function setReadingPosition(Google_Service_Books_ReadingPosition $readingPosition) |
| 5962 | 5962 | { |
| 5963 | - $this->readingPosition = $readingPosition; |
|
| 5963 | + $this->readingPosition = $readingPosition; |
|
| 5964 | 5964 | } |
| 5965 | 5965 | public function getReadingPosition() |
| 5966 | 5966 | { |
| 5967 | - return $this->readingPosition; |
|
| 5967 | + return $this->readingPosition; |
|
| 5968 | 5968 | } |
| 5969 | 5969 | public function setRentalPeriod(Google_Service_Books_VolumeUserInfoRentalPeriod $rentalPeriod) |
| 5970 | 5970 | { |
| 5971 | - $this->rentalPeriod = $rentalPeriod; |
|
| 5971 | + $this->rentalPeriod = $rentalPeriod; |
|
| 5972 | 5972 | } |
| 5973 | 5973 | public function getRentalPeriod() |
| 5974 | 5974 | { |
| 5975 | - return $this->rentalPeriod; |
|
| 5975 | + return $this->rentalPeriod; |
|
| 5976 | 5976 | } |
| 5977 | 5977 | public function setRentalState($rentalState) |
| 5978 | 5978 | { |
| 5979 | - $this->rentalState = $rentalState; |
|
| 5979 | + $this->rentalState = $rentalState; |
|
| 5980 | 5980 | } |
| 5981 | 5981 | public function getRentalState() |
| 5982 | 5982 | { |
| 5983 | - return $this->rentalState; |
|
| 5983 | + return $this->rentalState; |
|
| 5984 | 5984 | } |
| 5985 | 5985 | public function setReview(Google_Service_Books_Review $review) |
| 5986 | 5986 | { |
| 5987 | - $this->review = $review; |
|
| 5987 | + $this->review = $review; |
|
| 5988 | 5988 | } |
| 5989 | 5989 | public function getReview() |
| 5990 | 5990 | { |
| 5991 | - return $this->review; |
|
| 5991 | + return $this->review; |
|
| 5992 | 5992 | } |
| 5993 | 5993 | public function setUpdated($updated) |
| 5994 | 5994 | { |
| 5995 | - $this->updated = $updated; |
|
| 5995 | + $this->updated = $updated; |
|
| 5996 | 5996 | } |
| 5997 | 5997 | public function getUpdated() |
| 5998 | 5998 | { |
| 5999 | - return $this->updated; |
|
| 5999 | + return $this->updated; |
|
| 6000 | 6000 | } |
| 6001 | 6001 | public function setUserUploadedVolumeInfo(Google_Service_Books_VolumeUserInfoUserUploadedVolumeInfo $userUploadedVolumeInfo) |
| 6002 | 6002 | { |
| 6003 | - $this->userUploadedVolumeInfo = $userUploadedVolumeInfo; |
|
| 6003 | + $this->userUploadedVolumeInfo = $userUploadedVolumeInfo; |
|
| 6004 | 6004 | } |
| 6005 | 6005 | public function getUserUploadedVolumeInfo() |
| 6006 | 6006 | { |
| 6007 | - return $this->userUploadedVolumeInfo; |
|
| 6007 | + return $this->userUploadedVolumeInfo; |
|
| 6008 | 6008 | } |
| 6009 | 6009 | } |
| 6010 | 6010 | |
@@ -6020,35 +6020,35 @@ discard block |
||
| 6020 | 6020 | |
| 6021 | 6021 | public function setAllowedCharacterCount($allowedCharacterCount) |
| 6022 | 6022 | { |
| 6023 | - $this->allowedCharacterCount = $allowedCharacterCount; |
|
| 6023 | + $this->allowedCharacterCount = $allowedCharacterCount; |
|
| 6024 | 6024 | } |
| 6025 | 6025 | public function getAllowedCharacterCount() |
| 6026 | 6026 | { |
| 6027 | - return $this->allowedCharacterCount; |
|
| 6027 | + return $this->allowedCharacterCount; |
|
| 6028 | 6028 | } |
| 6029 | 6029 | public function setLimitType($limitType) |
| 6030 | 6030 | { |
| 6031 | - $this->limitType = $limitType; |
|
| 6031 | + $this->limitType = $limitType; |
|
| 6032 | 6032 | } |
| 6033 | 6033 | public function getLimitType() |
| 6034 | 6034 | { |
| 6035 | - return $this->limitType; |
|
| 6035 | + return $this->limitType; |
|
| 6036 | 6036 | } |
| 6037 | 6037 | public function setRemainingCharacterCount($remainingCharacterCount) |
| 6038 | 6038 | { |
| 6039 | - $this->remainingCharacterCount = $remainingCharacterCount; |
|
| 6039 | + $this->remainingCharacterCount = $remainingCharacterCount; |
|
| 6040 | 6040 | } |
| 6041 | 6041 | public function getRemainingCharacterCount() |
| 6042 | 6042 | { |
| 6043 | - return $this->remainingCharacterCount; |
|
| 6043 | + return $this->remainingCharacterCount; |
|
| 6044 | 6044 | } |
| 6045 | 6045 | public function setUpdated($updated) |
| 6046 | 6046 | { |
| 6047 | - $this->updated = $updated; |
|
| 6047 | + $this->updated = $updated; |
|
| 6048 | 6048 | } |
| 6049 | 6049 | public function getUpdated() |
| 6050 | 6050 | { |
| 6051 | - return $this->updated; |
|
| 6051 | + return $this->updated; |
|
| 6052 | 6052 | } |
| 6053 | 6053 | } |
| 6054 | 6054 | |
@@ -6062,19 +6062,19 @@ discard block |
||
| 6062 | 6062 | |
| 6063 | 6063 | public function setEndUtcSec($endUtcSec) |
| 6064 | 6064 | { |
| 6065 | - $this->endUtcSec = $endUtcSec; |
|
| 6065 | + $this->endUtcSec = $endUtcSec; |
|
| 6066 | 6066 | } |
| 6067 | 6067 | public function getEndUtcSec() |
| 6068 | 6068 | { |
| 6069 | - return $this->endUtcSec; |
|
| 6069 | + return $this->endUtcSec; |
|
| 6070 | 6070 | } |
| 6071 | 6071 | public function setStartUtcSec($startUtcSec) |
| 6072 | 6072 | { |
| 6073 | - $this->startUtcSec = $startUtcSec; |
|
| 6073 | + $this->startUtcSec = $startUtcSec; |
|
| 6074 | 6074 | } |
| 6075 | 6075 | public function getStartUtcSec() |
| 6076 | 6076 | { |
| 6077 | - return $this->startUtcSec; |
|
| 6077 | + return $this->startUtcSec; |
|
| 6078 | 6078 | } |
| 6079 | 6079 | } |
| 6080 | 6080 | |
@@ -6087,11 +6087,11 @@ discard block |
||
| 6087 | 6087 | |
| 6088 | 6088 | public function setProcessingState($processingState) |
| 6089 | 6089 | { |
| 6090 | - $this->processingState = $processingState; |
|
| 6090 | + $this->processingState = $processingState; |
|
| 6091 | 6091 | } |
| 6092 | 6092 | public function getProcessingState() |
| 6093 | 6093 | { |
| 6094 | - return $this->processingState; |
|
| 6094 | + return $this->processingState; |
|
| 6095 | 6095 | } |
| 6096 | 6096 | } |
| 6097 | 6097 | |
@@ -6132,203 +6132,203 @@ discard block |
||
| 6132 | 6132 | |
| 6133 | 6133 | public function setAllowAnonLogging($allowAnonLogging) |
| 6134 | 6134 | { |
| 6135 | - $this->allowAnonLogging = $allowAnonLogging; |
|
| 6135 | + $this->allowAnonLogging = $allowAnonLogging; |
|
| 6136 | 6136 | } |
| 6137 | 6137 | public function getAllowAnonLogging() |
| 6138 | 6138 | { |
| 6139 | - return $this->allowAnonLogging; |
|
| 6139 | + return $this->allowAnonLogging; |
|
| 6140 | 6140 | } |
| 6141 | 6141 | public function setAuthors($authors) |
| 6142 | 6142 | { |
| 6143 | - $this->authors = $authors; |
|
| 6143 | + $this->authors = $authors; |
|
| 6144 | 6144 | } |
| 6145 | 6145 | public function getAuthors() |
| 6146 | 6146 | { |
| 6147 | - return $this->authors; |
|
| 6147 | + return $this->authors; |
|
| 6148 | 6148 | } |
| 6149 | 6149 | public function setAverageRating($averageRating) |
| 6150 | 6150 | { |
| 6151 | - $this->averageRating = $averageRating; |
|
| 6151 | + $this->averageRating = $averageRating; |
|
| 6152 | 6152 | } |
| 6153 | 6153 | public function getAverageRating() |
| 6154 | 6154 | { |
| 6155 | - return $this->averageRating; |
|
| 6155 | + return $this->averageRating; |
|
| 6156 | 6156 | } |
| 6157 | 6157 | public function setCanonicalVolumeLink($canonicalVolumeLink) |
| 6158 | 6158 | { |
| 6159 | - $this->canonicalVolumeLink = $canonicalVolumeLink; |
|
| 6159 | + $this->canonicalVolumeLink = $canonicalVolumeLink; |
|
| 6160 | 6160 | } |
| 6161 | 6161 | public function getCanonicalVolumeLink() |
| 6162 | 6162 | { |
| 6163 | - return $this->canonicalVolumeLink; |
|
| 6163 | + return $this->canonicalVolumeLink; |
|
| 6164 | 6164 | } |
| 6165 | 6165 | public function setCategories($categories) |
| 6166 | 6166 | { |
| 6167 | - $this->categories = $categories; |
|
| 6167 | + $this->categories = $categories; |
|
| 6168 | 6168 | } |
| 6169 | 6169 | public function getCategories() |
| 6170 | 6170 | { |
| 6171 | - return $this->categories; |
|
| 6171 | + return $this->categories; |
|
| 6172 | 6172 | } |
| 6173 | 6173 | public function setContentVersion($contentVersion) |
| 6174 | 6174 | { |
| 6175 | - $this->contentVersion = $contentVersion; |
|
| 6175 | + $this->contentVersion = $contentVersion; |
|
| 6176 | 6176 | } |
| 6177 | 6177 | public function getContentVersion() |
| 6178 | 6178 | { |
| 6179 | - return $this->contentVersion; |
|
| 6179 | + return $this->contentVersion; |
|
| 6180 | 6180 | } |
| 6181 | 6181 | public function setDescription($description) |
| 6182 | 6182 | { |
| 6183 | - $this->description = $description; |
|
| 6183 | + $this->description = $description; |
|
| 6184 | 6184 | } |
| 6185 | 6185 | public function getDescription() |
| 6186 | 6186 | { |
| 6187 | - return $this->description; |
|
| 6187 | + return $this->description; |
|
| 6188 | 6188 | } |
| 6189 | 6189 | public function setDimensions(Google_Service_Books_VolumeVolumeInfoDimensions $dimensions) |
| 6190 | 6190 | { |
| 6191 | - $this->dimensions = $dimensions; |
|
| 6191 | + $this->dimensions = $dimensions; |
|
| 6192 | 6192 | } |
| 6193 | 6193 | public function getDimensions() |
| 6194 | 6194 | { |
| 6195 | - return $this->dimensions; |
|
| 6195 | + return $this->dimensions; |
|
| 6196 | 6196 | } |
| 6197 | 6197 | public function setImageLinks(Google_Service_Books_VolumeVolumeInfoImageLinks $imageLinks) |
| 6198 | 6198 | { |
| 6199 | - $this->imageLinks = $imageLinks; |
|
| 6199 | + $this->imageLinks = $imageLinks; |
|
| 6200 | 6200 | } |
| 6201 | 6201 | public function getImageLinks() |
| 6202 | 6202 | { |
| 6203 | - return $this->imageLinks; |
|
| 6203 | + return $this->imageLinks; |
|
| 6204 | 6204 | } |
| 6205 | 6205 | public function setIndustryIdentifiers($industryIdentifiers) |
| 6206 | 6206 | { |
| 6207 | - $this->industryIdentifiers = $industryIdentifiers; |
|
| 6207 | + $this->industryIdentifiers = $industryIdentifiers; |
|
| 6208 | 6208 | } |
| 6209 | 6209 | public function getIndustryIdentifiers() |
| 6210 | 6210 | { |
| 6211 | - return $this->industryIdentifiers; |
|
| 6211 | + return $this->industryIdentifiers; |
|
| 6212 | 6212 | } |
| 6213 | 6213 | public function setInfoLink($infoLink) |
| 6214 | 6214 | { |
| 6215 | - $this->infoLink = $infoLink; |
|
| 6215 | + $this->infoLink = $infoLink; |
|
| 6216 | 6216 | } |
| 6217 | 6217 | public function getInfoLink() |
| 6218 | 6218 | { |
| 6219 | - return $this->infoLink; |
|
| 6219 | + return $this->infoLink; |
|
| 6220 | 6220 | } |
| 6221 | 6221 | public function setLanguage($language) |
| 6222 | 6222 | { |
| 6223 | - $this->language = $language; |
|
| 6223 | + $this->language = $language; |
|
| 6224 | 6224 | } |
| 6225 | 6225 | public function getLanguage() |
| 6226 | 6226 | { |
| 6227 | - return $this->language; |
|
| 6227 | + return $this->language; |
|
| 6228 | 6228 | } |
| 6229 | 6229 | public function setMainCategory($mainCategory) |
| 6230 | 6230 | { |
| 6231 | - $this->mainCategory = $mainCategory; |
|
| 6231 | + $this->mainCategory = $mainCategory; |
|
| 6232 | 6232 | } |
| 6233 | 6233 | public function getMainCategory() |
| 6234 | 6234 | { |
| 6235 | - return $this->mainCategory; |
|
| 6235 | + return $this->mainCategory; |
|
| 6236 | 6236 | } |
| 6237 | 6237 | public function setMaturityRating($maturityRating) |
| 6238 | 6238 | { |
| 6239 | - $this->maturityRating = $maturityRating; |
|
| 6239 | + $this->maturityRating = $maturityRating; |
|
| 6240 | 6240 | } |
| 6241 | 6241 | public function getMaturityRating() |
| 6242 | 6242 | { |
| 6243 | - return $this->maturityRating; |
|
| 6243 | + return $this->maturityRating; |
|
| 6244 | 6244 | } |
| 6245 | 6245 | public function setPageCount($pageCount) |
| 6246 | 6246 | { |
| 6247 | - $this->pageCount = $pageCount; |
|
| 6247 | + $this->pageCount = $pageCount; |
|
| 6248 | 6248 | } |
| 6249 | 6249 | public function getPageCount() |
| 6250 | 6250 | { |
| 6251 | - return $this->pageCount; |
|
| 6251 | + return $this->pageCount; |
|
| 6252 | 6252 | } |
| 6253 | 6253 | public function setPreviewLink($previewLink) |
| 6254 | 6254 | { |
| 6255 | - $this->previewLink = $previewLink; |
|
| 6255 | + $this->previewLink = $previewLink; |
|
| 6256 | 6256 | } |
| 6257 | 6257 | public function getPreviewLink() |
| 6258 | 6258 | { |
| 6259 | - return $this->previewLink; |
|
| 6259 | + return $this->previewLink; |
|
| 6260 | 6260 | } |
| 6261 | 6261 | public function setPrintType($printType) |
| 6262 | 6262 | { |
| 6263 | - $this->printType = $printType; |
|
| 6263 | + $this->printType = $printType; |
|
| 6264 | 6264 | } |
| 6265 | 6265 | public function getPrintType() |
| 6266 | 6266 | { |
| 6267 | - return $this->printType; |
|
| 6267 | + return $this->printType; |
|
| 6268 | 6268 | } |
| 6269 | 6269 | public function setPrintedPageCount($printedPageCount) |
| 6270 | 6270 | { |
| 6271 | - $this->printedPageCount = $printedPageCount; |
|
| 6271 | + $this->printedPageCount = $printedPageCount; |
|
| 6272 | 6272 | } |
| 6273 | 6273 | public function getPrintedPageCount() |
| 6274 | 6274 | { |
| 6275 | - return $this->printedPageCount; |
|
| 6275 | + return $this->printedPageCount; |
|
| 6276 | 6276 | } |
| 6277 | 6277 | public function setPublishedDate($publishedDate) |
| 6278 | 6278 | { |
| 6279 | - $this->publishedDate = $publishedDate; |
|
| 6279 | + $this->publishedDate = $publishedDate; |
|
| 6280 | 6280 | } |
| 6281 | 6281 | public function getPublishedDate() |
| 6282 | 6282 | { |
| 6283 | - return $this->publishedDate; |
|
| 6283 | + return $this->publishedDate; |
|
| 6284 | 6284 | } |
| 6285 | 6285 | public function setPublisher($publisher) |
| 6286 | 6286 | { |
| 6287 | - $this->publisher = $publisher; |
|
| 6287 | + $this->publisher = $publisher; |
|
| 6288 | 6288 | } |
| 6289 | 6289 | public function getPublisher() |
| 6290 | 6290 | { |
| 6291 | - return $this->publisher; |
|
| 6291 | + return $this->publisher; |
|
| 6292 | 6292 | } |
| 6293 | 6293 | public function setRatingsCount($ratingsCount) |
| 6294 | 6294 | { |
| 6295 | - $this->ratingsCount = $ratingsCount; |
|
| 6295 | + $this->ratingsCount = $ratingsCount; |
|
| 6296 | 6296 | } |
| 6297 | 6297 | public function getRatingsCount() |
| 6298 | 6298 | { |
| 6299 | - return $this->ratingsCount; |
|
| 6299 | + return $this->ratingsCount; |
|
| 6300 | 6300 | } |
| 6301 | 6301 | public function setReadingModes($readingModes) |
| 6302 | 6302 | { |
| 6303 | - $this->readingModes = $readingModes; |
|
| 6303 | + $this->readingModes = $readingModes; |
|
| 6304 | 6304 | } |
| 6305 | 6305 | public function getReadingModes() |
| 6306 | 6306 | { |
| 6307 | - return $this->readingModes; |
|
| 6307 | + return $this->readingModes; |
|
| 6308 | 6308 | } |
| 6309 | 6309 | public function setSamplePageCount($samplePageCount) |
| 6310 | 6310 | { |
| 6311 | - $this->samplePageCount = $samplePageCount; |
|
| 6311 | + $this->samplePageCount = $samplePageCount; |
|
| 6312 | 6312 | } |
| 6313 | 6313 | public function getSamplePageCount() |
| 6314 | 6314 | { |
| 6315 | - return $this->samplePageCount; |
|
| 6315 | + return $this->samplePageCount; |
|
| 6316 | 6316 | } |
| 6317 | 6317 | public function setSubtitle($subtitle) |
| 6318 | 6318 | { |
| 6319 | - $this->subtitle = $subtitle; |
|
| 6319 | + $this->subtitle = $subtitle; |
|
| 6320 | 6320 | } |
| 6321 | 6321 | public function getSubtitle() |
| 6322 | 6322 | { |
| 6323 | - return $this->subtitle; |
|
| 6323 | + return $this->subtitle; |
|
| 6324 | 6324 | } |
| 6325 | 6325 | public function setTitle($title) |
| 6326 | 6326 | { |
| 6327 | - $this->title = $title; |
|
| 6327 | + $this->title = $title; |
|
| 6328 | 6328 | } |
| 6329 | 6329 | public function getTitle() |
| 6330 | 6330 | { |
| 6331 | - return $this->title; |
|
| 6331 | + return $this->title; |
|
| 6332 | 6332 | } |
| 6333 | 6333 | } |
| 6334 | 6334 | |
@@ -6343,27 +6343,27 @@ discard block |
||
| 6343 | 6343 | |
| 6344 | 6344 | public function setHeight($height) |
| 6345 | 6345 | { |
| 6346 | - $this->height = $height; |
|
| 6346 | + $this->height = $height; |
|
| 6347 | 6347 | } |
| 6348 | 6348 | public function getHeight() |
| 6349 | 6349 | { |
| 6350 | - return $this->height; |
|
| 6350 | + return $this->height; |
|
| 6351 | 6351 | } |
| 6352 | 6352 | public function setThickness($thickness) |
| 6353 | 6353 | { |
| 6354 | - $this->thickness = $thickness; |
|
| 6354 | + $this->thickness = $thickness; |
|
| 6355 | 6355 | } |
| 6356 | 6356 | public function getThickness() |
| 6357 | 6357 | { |
| 6358 | - return $this->thickness; |
|
| 6358 | + return $this->thickness; |
|
| 6359 | 6359 | } |
| 6360 | 6360 | public function setWidth($width) |
| 6361 | 6361 | { |
| 6362 | - $this->width = $width; |
|
| 6362 | + $this->width = $width; |
|
| 6363 | 6363 | } |
| 6364 | 6364 | public function getWidth() |
| 6365 | 6365 | { |
| 6366 | - return $this->width; |
|
| 6366 | + return $this->width; |
|
| 6367 | 6367 | } |
| 6368 | 6368 | } |
| 6369 | 6369 | |
@@ -6381,51 +6381,51 @@ discard block |
||
| 6381 | 6381 | |
| 6382 | 6382 | public function setExtraLarge($extraLarge) |
| 6383 | 6383 | { |
| 6384 | - $this->extraLarge = $extraLarge; |
|
| 6384 | + $this->extraLarge = $extraLarge; |
|
| 6385 | 6385 | } |
| 6386 | 6386 | public function getExtraLarge() |
| 6387 | 6387 | { |
| 6388 | - return $this->extraLarge; |
|
| 6388 | + return $this->extraLarge; |
|
| 6389 | 6389 | } |
| 6390 | 6390 | public function setLarge($large) |
| 6391 | 6391 | { |
| 6392 | - $this->large = $large; |
|
| 6392 | + $this->large = $large; |
|
| 6393 | 6393 | } |
| 6394 | 6394 | public function getLarge() |
| 6395 | 6395 | { |
| 6396 | - return $this->large; |
|
| 6396 | + return $this->large; |
|
| 6397 | 6397 | } |
| 6398 | 6398 | public function setMedium($medium) |
| 6399 | 6399 | { |
| 6400 | - $this->medium = $medium; |
|
| 6400 | + $this->medium = $medium; |
|
| 6401 | 6401 | } |
| 6402 | 6402 | public function getMedium() |
| 6403 | 6403 | { |
| 6404 | - return $this->medium; |
|
| 6404 | + return $this->medium; |
|
| 6405 | 6405 | } |
| 6406 | 6406 | public function setSmall($small) |
| 6407 | 6407 | { |
| 6408 | - $this->small = $small; |
|
| 6408 | + $this->small = $small; |
|
| 6409 | 6409 | } |
| 6410 | 6410 | public function getSmall() |
| 6411 | 6411 | { |
| 6412 | - return $this->small; |
|
| 6412 | + return $this->small; |
|
| 6413 | 6413 | } |
| 6414 | 6414 | public function setSmallThumbnail($smallThumbnail) |
| 6415 | 6415 | { |
| 6416 | - $this->smallThumbnail = $smallThumbnail; |
|
| 6416 | + $this->smallThumbnail = $smallThumbnail; |
|
| 6417 | 6417 | } |
| 6418 | 6418 | public function getSmallThumbnail() |
| 6419 | 6419 | { |
| 6420 | - return $this->smallThumbnail; |
|
| 6420 | + return $this->smallThumbnail; |
|
| 6421 | 6421 | } |
| 6422 | 6422 | public function setThumbnail($thumbnail) |
| 6423 | 6423 | { |
| 6424 | - $this->thumbnail = $thumbnail; |
|
| 6424 | + $this->thumbnail = $thumbnail; |
|
| 6425 | 6425 | } |
| 6426 | 6426 | public function getThumbnail() |
| 6427 | 6427 | { |
| 6428 | - return $this->thumbnail; |
|
| 6428 | + return $this->thumbnail; |
|
| 6429 | 6429 | } |
| 6430 | 6430 | } |
| 6431 | 6431 | |
@@ -6439,19 +6439,19 @@ discard block |
||
| 6439 | 6439 | |
| 6440 | 6440 | public function setIdentifier($identifier) |
| 6441 | 6441 | { |
| 6442 | - $this->identifier = $identifier; |
|
| 6442 | + $this->identifier = $identifier; |
|
| 6443 | 6443 | } |
| 6444 | 6444 | public function getIdentifier() |
| 6445 | 6445 | { |
| 6446 | - return $this->identifier; |
|
| 6446 | + return $this->identifier; |
|
| 6447 | 6447 | } |
| 6448 | 6448 | public function setType($type) |
| 6449 | 6449 | { |
| 6450 | - $this->type = $type; |
|
| 6450 | + $this->type = $type; |
|
| 6451 | 6451 | } |
| 6452 | 6452 | public function getType() |
| 6453 | 6453 | { |
| 6454 | - return $this->type; |
|
| 6454 | + return $this->type; |
|
| 6455 | 6455 | } |
| 6456 | 6456 | } |
| 6457 | 6457 | |
@@ -6479,115 +6479,115 @@ discard block |
||
| 6479 | 6479 | |
| 6480 | 6480 | public function setAnnotationDataId($annotationDataId) |
| 6481 | 6481 | { |
| 6482 | - $this->annotationDataId = $annotationDataId; |
|
| 6482 | + $this->annotationDataId = $annotationDataId; |
|
| 6483 | 6483 | } |
| 6484 | 6484 | public function getAnnotationDataId() |
| 6485 | 6485 | { |
| 6486 | - return $this->annotationDataId; |
|
| 6486 | + return $this->annotationDataId; |
|
| 6487 | 6487 | } |
| 6488 | 6488 | public function setAnnotationDataLink($annotationDataLink) |
| 6489 | 6489 | { |
| 6490 | - $this->annotationDataLink = $annotationDataLink; |
|
| 6490 | + $this->annotationDataLink = $annotationDataLink; |
|
| 6491 | 6491 | } |
| 6492 | 6492 | public function getAnnotationDataLink() |
| 6493 | 6493 | { |
| 6494 | - return $this->annotationDataLink; |
|
| 6494 | + return $this->annotationDataLink; |
|
| 6495 | 6495 | } |
| 6496 | 6496 | public function setAnnotationType($annotationType) |
| 6497 | 6497 | { |
| 6498 | - $this->annotationType = $annotationType; |
|
| 6498 | + $this->annotationType = $annotationType; |
|
| 6499 | 6499 | } |
| 6500 | 6500 | public function getAnnotationType() |
| 6501 | 6501 | { |
| 6502 | - return $this->annotationType; |
|
| 6502 | + return $this->annotationType; |
|
| 6503 | 6503 | } |
| 6504 | 6504 | public function setContentRanges(Google_Service_Books_VolumeannotationContentRanges $contentRanges) |
| 6505 | 6505 | { |
| 6506 | - $this->contentRanges = $contentRanges; |
|
| 6506 | + $this->contentRanges = $contentRanges; |
|
| 6507 | 6507 | } |
| 6508 | 6508 | public function getContentRanges() |
| 6509 | 6509 | { |
| 6510 | - return $this->contentRanges; |
|
| 6510 | + return $this->contentRanges; |
|
| 6511 | 6511 | } |
| 6512 | 6512 | public function setData($data) |
| 6513 | 6513 | { |
| 6514 | - $this->data = $data; |
|
| 6514 | + $this->data = $data; |
|
| 6515 | 6515 | } |
| 6516 | 6516 | public function getData() |
| 6517 | 6517 | { |
| 6518 | - return $this->data; |
|
| 6518 | + return $this->data; |
|
| 6519 | 6519 | } |
| 6520 | 6520 | public function setDeleted($deleted) |
| 6521 | 6521 | { |
| 6522 | - $this->deleted = $deleted; |
|
| 6522 | + $this->deleted = $deleted; |
|
| 6523 | 6523 | } |
| 6524 | 6524 | public function getDeleted() |
| 6525 | 6525 | { |
| 6526 | - return $this->deleted; |
|
| 6526 | + return $this->deleted; |
|
| 6527 | 6527 | } |
| 6528 | 6528 | public function setId($id) |
| 6529 | 6529 | { |
| 6530 | - $this->id = $id; |
|
| 6530 | + $this->id = $id; |
|
| 6531 | 6531 | } |
| 6532 | 6532 | public function getId() |
| 6533 | 6533 | { |
| 6534 | - return $this->id; |
|
| 6534 | + return $this->id; |
|
| 6535 | 6535 | } |
| 6536 | 6536 | public function setKind($kind) |
| 6537 | 6537 | { |
| 6538 | - $this->kind = $kind; |
|
| 6538 | + $this->kind = $kind; |
|
| 6539 | 6539 | } |
| 6540 | 6540 | public function getKind() |
| 6541 | 6541 | { |
| 6542 | - return $this->kind; |
|
| 6542 | + return $this->kind; |
|
| 6543 | 6543 | } |
| 6544 | 6544 | public function setLayerId($layerId) |
| 6545 | 6545 | { |
| 6546 | - $this->layerId = $layerId; |
|
| 6546 | + $this->layerId = $layerId; |
|
| 6547 | 6547 | } |
| 6548 | 6548 | public function getLayerId() |
| 6549 | 6549 | { |
| 6550 | - return $this->layerId; |
|
| 6550 | + return $this->layerId; |
|
| 6551 | 6551 | } |
| 6552 | 6552 | public function setPageIds($pageIds) |
| 6553 | 6553 | { |
| 6554 | - $this->pageIds = $pageIds; |
|
| 6554 | + $this->pageIds = $pageIds; |
|
| 6555 | 6555 | } |
| 6556 | 6556 | public function getPageIds() |
| 6557 | 6557 | { |
| 6558 | - return $this->pageIds; |
|
| 6558 | + return $this->pageIds; |
|
| 6559 | 6559 | } |
| 6560 | 6560 | public function setSelectedText($selectedText) |
| 6561 | 6561 | { |
| 6562 | - $this->selectedText = $selectedText; |
|
| 6562 | + $this->selectedText = $selectedText; |
|
| 6563 | 6563 | } |
| 6564 | 6564 | public function getSelectedText() |
| 6565 | 6565 | { |
| 6566 | - return $this->selectedText; |
|
| 6566 | + return $this->selectedText; |
|
| 6567 | 6567 | } |
| 6568 | 6568 | public function setSelfLink($selfLink) |
| 6569 | 6569 | { |
| 6570 | - $this->selfLink = $selfLink; |
|
| 6570 | + $this->selfLink = $selfLink; |
|
| 6571 | 6571 | } |
| 6572 | 6572 | public function getSelfLink() |
| 6573 | 6573 | { |
| 6574 | - return $this->selfLink; |
|
| 6574 | + return $this->selfLink; |
|
| 6575 | 6575 | } |
| 6576 | 6576 | public function setUpdated($updated) |
| 6577 | 6577 | { |
| 6578 | - $this->updated = $updated; |
|
| 6578 | + $this->updated = $updated; |
|
| 6579 | 6579 | } |
| 6580 | 6580 | public function getUpdated() |
| 6581 | 6581 | { |
| 6582 | - return $this->updated; |
|
| 6582 | + return $this->updated; |
|
| 6583 | 6583 | } |
| 6584 | 6584 | public function setVolumeId($volumeId) |
| 6585 | 6585 | { |
| 6586 | - $this->volumeId = $volumeId; |
|
| 6586 | + $this->volumeId = $volumeId; |
|
| 6587 | 6587 | } |
| 6588 | 6588 | public function getVolumeId() |
| 6589 | 6589 | { |
| 6590 | - return $this->volumeId; |
|
| 6590 | + return $this->volumeId; |
|
| 6591 | 6591 | } |
| 6592 | 6592 | } |
| 6593 | 6593 | |
@@ -6606,35 +6606,35 @@ discard block |
||
| 6606 | 6606 | |
| 6607 | 6607 | public function setCfiRange(Google_Service_Books_BooksAnnotationsRange $cfiRange) |
| 6608 | 6608 | { |
| 6609 | - $this->cfiRange = $cfiRange; |
|
| 6609 | + $this->cfiRange = $cfiRange; |
|
| 6610 | 6610 | } |
| 6611 | 6611 | public function getCfiRange() |
| 6612 | 6612 | { |
| 6613 | - return $this->cfiRange; |
|
| 6613 | + return $this->cfiRange; |
|
| 6614 | 6614 | } |
| 6615 | 6615 | public function setContentVersion($contentVersion) |
| 6616 | 6616 | { |
| 6617 | - $this->contentVersion = $contentVersion; |
|
| 6617 | + $this->contentVersion = $contentVersion; |
|
| 6618 | 6618 | } |
| 6619 | 6619 | public function getContentVersion() |
| 6620 | 6620 | { |
| 6621 | - return $this->contentVersion; |
|
| 6621 | + return $this->contentVersion; |
|
| 6622 | 6622 | } |
| 6623 | 6623 | public function setGbImageRange(Google_Service_Books_BooksAnnotationsRange $gbImageRange) |
| 6624 | 6624 | { |
| 6625 | - $this->gbImageRange = $gbImageRange; |
|
| 6625 | + $this->gbImageRange = $gbImageRange; |
|
| 6626 | 6626 | } |
| 6627 | 6627 | public function getGbImageRange() |
| 6628 | 6628 | { |
| 6629 | - return $this->gbImageRange; |
|
| 6629 | + return $this->gbImageRange; |
|
| 6630 | 6630 | } |
| 6631 | 6631 | public function setGbTextRange(Google_Service_Books_BooksAnnotationsRange $gbTextRange) |
| 6632 | 6632 | { |
| 6633 | - $this->gbTextRange = $gbTextRange; |
|
| 6633 | + $this->gbTextRange = $gbTextRange; |
|
| 6634 | 6634 | } |
| 6635 | 6635 | public function getGbTextRange() |
| 6636 | 6636 | { |
| 6637 | - return $this->gbTextRange; |
|
| 6637 | + return $this->gbTextRange; |
|
| 6638 | 6638 | } |
| 6639 | 6639 | } |
| 6640 | 6640 | |
@@ -6653,43 +6653,43 @@ discard block |
||
| 6653 | 6653 | |
| 6654 | 6654 | public function setItems($items) |
| 6655 | 6655 | { |
| 6656 | - $this->items = $items; |
|
| 6656 | + $this->items = $items; |
|
| 6657 | 6657 | } |
| 6658 | 6658 | public function getItems() |
| 6659 | 6659 | { |
| 6660 | - return $this->items; |
|
| 6660 | + return $this->items; |
|
| 6661 | 6661 | } |
| 6662 | 6662 | public function setKind($kind) |
| 6663 | 6663 | { |
| 6664 | - $this->kind = $kind; |
|
| 6664 | + $this->kind = $kind; |
|
| 6665 | 6665 | } |
| 6666 | 6666 | public function getKind() |
| 6667 | 6667 | { |
| 6668 | - return $this->kind; |
|
| 6668 | + return $this->kind; |
|
| 6669 | 6669 | } |
| 6670 | 6670 | public function setNextPageToken($nextPageToken) |
| 6671 | 6671 | { |
| 6672 | - $this->nextPageToken = $nextPageToken; |
|
| 6672 | + $this->nextPageToken = $nextPageToken; |
|
| 6673 | 6673 | } |
| 6674 | 6674 | public function getNextPageToken() |
| 6675 | 6675 | { |
| 6676 | - return $this->nextPageToken; |
|
| 6676 | + return $this->nextPageToken; |
|
| 6677 | 6677 | } |
| 6678 | 6678 | public function setTotalItems($totalItems) |
| 6679 | 6679 | { |
| 6680 | - $this->totalItems = $totalItems; |
|
| 6680 | + $this->totalItems = $totalItems; |
|
| 6681 | 6681 | } |
| 6682 | 6682 | public function getTotalItems() |
| 6683 | 6683 | { |
| 6684 | - return $this->totalItems; |
|
| 6684 | + return $this->totalItems; |
|
| 6685 | 6685 | } |
| 6686 | 6686 | public function setVersion($version) |
| 6687 | 6687 | { |
| 6688 | - $this->version = $version; |
|
| 6688 | + $this->version = $version; |
|
| 6689 | 6689 | } |
| 6690 | 6690 | public function getVersion() |
| 6691 | 6691 | { |
| 6692 | - return $this->version; |
|
| 6692 | + return $this->version; |
|
| 6693 | 6693 | } |
| 6694 | 6694 | } |
| 6695 | 6695 | |
@@ -6706,26 +6706,26 @@ discard block |
||
| 6706 | 6706 | |
| 6707 | 6707 | public function setItems($items) |
| 6708 | 6708 | { |
| 6709 | - $this->items = $items; |
|
| 6709 | + $this->items = $items; |
|
| 6710 | 6710 | } |
| 6711 | 6711 | public function getItems() |
| 6712 | 6712 | { |
| 6713 | - return $this->items; |
|
| 6713 | + return $this->items; |
|
| 6714 | 6714 | } |
| 6715 | 6715 | public function setKind($kind) |
| 6716 | 6716 | { |
| 6717 | - $this->kind = $kind; |
|
| 6717 | + $this->kind = $kind; |
|
| 6718 | 6718 | } |
| 6719 | 6719 | public function getKind() |
| 6720 | 6720 | { |
| 6721 | - return $this->kind; |
|
| 6721 | + return $this->kind; |
|
| 6722 | 6722 | } |
| 6723 | 6723 | public function setTotalItems($totalItems) |
| 6724 | 6724 | { |
| 6725 | - $this->totalItems = $totalItems; |
|
| 6725 | + $this->totalItems = $totalItems; |
|
| 6726 | 6726 | } |
| 6727 | 6727 | public function getTotalItems() |
| 6728 | 6728 | { |
| 6729 | - return $this->totalItems; |
|
| 6729 | + return $this->totalItems; |
|
| 6730 | 6730 | } |
| 6731 | 6731 | } |
@@ -93,7 +93,7 @@ discard block |
||
| 93 | 93 | 'type' => 'string', |
| 94 | 94 | ), |
| 95 | 95 | ), |
| 96 | - ),'list' => array( |
|
| 96 | + ), 'list' => array( |
|
| 97 | 97 | 'path' => 'users/{userId}/bookshelves', |
| 98 | 98 | 'httpMethod' => 'GET', |
| 99 | 99 | 'parameters' => array( |
@@ -179,7 +179,7 @@ discard block |
||
| 179 | 179 | 'type' => 'string', |
| 180 | 180 | ), |
| 181 | 181 | ), |
| 182 | - ),'deleteBook' => array( |
|
| 182 | + ), 'deleteBook' => array( |
|
| 183 | 183 | 'path' => 'cloudloading/deleteBook', |
| 184 | 184 | 'httpMethod' => 'POST', |
| 185 | 185 | 'parameters' => array( |
@@ -189,7 +189,7 @@ discard block |
||
| 189 | 189 | 'required' => true, |
| 190 | 190 | ), |
| 191 | 191 | ), |
| 192 | - ),'updateBook' => array( |
|
| 192 | + ), 'updateBook' => array( |
|
| 193 | 193 | 'path' => 'cloudloading/updateBook', |
| 194 | 194 | 'httpMethod' => 'POST', |
| 195 | 195 | 'parameters' => array(), |
@@ -246,7 +246,7 @@ discard block |
||
| 246 | 246 | 'type' => 'string', |
| 247 | 247 | ), |
| 248 | 248 | ), |
| 249 | - ),'list' => array( |
|
| 249 | + ), 'list' => array( |
|
| 250 | 250 | 'path' => 'volumes/{volumeId}/layersummary', |
| 251 | 251 | 'httpMethod' => 'GET', |
| 252 | 252 | 'parameters' => array( |
@@ -331,7 +331,7 @@ discard block |
||
| 331 | 331 | 'type' => 'integer', |
| 332 | 332 | ), |
| 333 | 333 | ), |
| 334 | - ),'list' => array( |
|
| 334 | + ), 'list' => array( |
|
| 335 | 335 | 'path' => 'volumes/{volumeId}/layers/{layerId}/data', |
| 336 | 336 | 'httpMethod' => 'GET', |
| 337 | 337 | 'parameters' => array( |
@@ -430,7 +430,7 @@ discard block |
||
| 430 | 430 | 'type' => 'string', |
| 431 | 431 | ), |
| 432 | 432 | ), |
| 433 | - ),'list' => array( |
|
| 433 | + ), 'list' => array( |
|
| 434 | 434 | 'path' => 'volumes/{volumeId}/layers/{layerId}', |
| 435 | 435 | 'httpMethod' => 'GET', |
| 436 | 436 | 'parameters' => array( |
@@ -512,7 +512,7 @@ discard block |
||
| 512 | 512 | 'path' => 'myconfig/getUserSettings', |
| 513 | 513 | 'httpMethod' => 'GET', |
| 514 | 514 | 'parameters' => array(), |
| 515 | - ),'releaseDownloadAccess' => array( |
|
| 515 | + ), 'releaseDownloadAccess' => array( |
|
| 516 | 516 | 'path' => 'myconfig/releaseDownloadAccess', |
| 517 | 517 | 'httpMethod' => 'POST', |
| 518 | 518 | 'parameters' => array( |
@@ -536,7 +536,7 @@ discard block |
||
| 536 | 536 | 'type' => 'string', |
| 537 | 537 | ), |
| 538 | 538 | ), |
| 539 | - ),'requestAccess' => array( |
|
| 539 | + ), 'requestAccess' => array( |
|
| 540 | 540 | 'path' => 'myconfig/requestAccess', |
| 541 | 541 | 'httpMethod' => 'POST', |
| 542 | 542 | 'parameters' => array( |
@@ -569,7 +569,7 @@ discard block |
||
| 569 | 569 | 'type' => 'string', |
| 570 | 570 | ), |
| 571 | 571 | ), |
| 572 | - ),'syncVolumeLicenses' => array( |
|
| 572 | + ), 'syncVolumeLicenses' => array( |
|
| 573 | 573 | 'path' => 'myconfig/syncVolumeLicenses', |
| 574 | 574 | 'httpMethod' => 'POST', |
| 575 | 575 | 'parameters' => array( |
@@ -607,7 +607,7 @@ discard block |
||
| 607 | 607 | 'repeated' => true, |
| 608 | 608 | ), |
| 609 | 609 | ), |
| 610 | - ),'updateUserSettings' => array( |
|
| 610 | + ), 'updateUserSettings' => array( |
|
| 611 | 611 | 'path' => 'myconfig/updateUserSettings', |
| 612 | 612 | 'httpMethod' => 'POST', |
| 613 | 613 | 'parameters' => array(), |
@@ -635,7 +635,7 @@ discard block |
||
| 635 | 635 | 'type' => 'string', |
| 636 | 636 | ), |
| 637 | 637 | ), |
| 638 | - ),'insert' => array( |
|
| 638 | + ), 'insert' => array( |
|
| 639 | 639 | 'path' => 'mylibrary/annotations', |
| 640 | 640 | 'httpMethod' => 'POST', |
| 641 | 641 | 'parameters' => array( |
@@ -652,7 +652,7 @@ discard block |
||
| 652 | 652 | 'type' => 'string', |
| 653 | 653 | ), |
| 654 | 654 | ), |
| 655 | - ),'list' => array( |
|
| 655 | + ), 'list' => array( |
|
| 656 | 656 | 'path' => 'mylibrary/annotations', |
| 657 | 657 | 'httpMethod' => 'GET', |
| 658 | 658 | 'parameters' => array( |
@@ -698,7 +698,7 @@ discard block |
||
| 698 | 698 | 'type' => 'string', |
| 699 | 699 | ), |
| 700 | 700 | ), |
| 701 | - ),'summary' => array( |
|
| 701 | + ), 'summary' => array( |
|
| 702 | 702 | 'path' => 'mylibrary/annotations/summary', |
| 703 | 703 | 'httpMethod' => 'POST', |
| 704 | 704 | 'parameters' => array( |
@@ -714,7 +714,7 @@ discard block |
||
| 714 | 714 | 'required' => true, |
| 715 | 715 | ), |
| 716 | 716 | ), |
| 717 | - ),'update' => array( |
|
| 717 | + ), 'update' => array( |
|
| 718 | 718 | 'path' => 'mylibrary/annotations/{annotationId}', |
| 719 | 719 | 'httpMethod' => 'PUT', |
| 720 | 720 | 'parameters' => array( |
@@ -761,7 +761,7 @@ discard block |
||
| 761 | 761 | 'type' => 'string', |
| 762 | 762 | ), |
| 763 | 763 | ), |
| 764 | - ),'clearVolumes' => array( |
|
| 764 | + ), 'clearVolumes' => array( |
|
| 765 | 765 | 'path' => 'mylibrary/bookshelves/{shelf}/clearVolumes', |
| 766 | 766 | 'httpMethod' => 'POST', |
| 767 | 767 | 'parameters' => array( |
@@ -775,7 +775,7 @@ discard block |
||
| 775 | 775 | 'type' => 'string', |
| 776 | 776 | ), |
| 777 | 777 | ), |
| 778 | - ),'get' => array( |
|
| 778 | + ), 'get' => array( |
|
| 779 | 779 | 'path' => 'mylibrary/bookshelves/{shelf}', |
| 780 | 780 | 'httpMethod' => 'GET', |
| 781 | 781 | 'parameters' => array( |
@@ -789,7 +789,7 @@ discard block |
||
| 789 | 789 | 'type' => 'string', |
| 790 | 790 | ), |
| 791 | 791 | ), |
| 792 | - ),'list' => array( |
|
| 792 | + ), 'list' => array( |
|
| 793 | 793 | 'path' => 'mylibrary/bookshelves', |
| 794 | 794 | 'httpMethod' => 'GET', |
| 795 | 795 | 'parameters' => array( |
@@ -798,7 +798,7 @@ discard block |
||
| 798 | 798 | 'type' => 'string', |
| 799 | 799 | ), |
| 800 | 800 | ), |
| 801 | - ),'moveVolume' => array( |
|
| 801 | + ), 'moveVolume' => array( |
|
| 802 | 802 | 'path' => 'mylibrary/bookshelves/{shelf}/moveVolume', |
| 803 | 803 | 'httpMethod' => 'POST', |
| 804 | 804 | 'parameters' => array( |
@@ -822,7 +822,7 @@ discard block |
||
| 822 | 822 | 'type' => 'string', |
| 823 | 823 | ), |
| 824 | 824 | ), |
| 825 | - ),'removeVolume' => array( |
|
| 825 | + ), 'removeVolume' => array( |
|
| 826 | 826 | 'path' => 'mylibrary/bookshelves/{shelf}/removeVolume', |
| 827 | 827 | 'httpMethod' => 'POST', |
| 828 | 828 | 'parameters' => array( |
@@ -921,7 +921,7 @@ discard block |
||
| 921 | 921 | 'type' => 'string', |
| 922 | 922 | ), |
| 923 | 923 | ), |
| 924 | - ),'setPosition' => array( |
|
| 924 | + ), 'setPosition' => array( |
|
| 925 | 925 | 'path' => 'mylibrary/readingpositions/{volumeId}/setPosition', |
| 926 | 926 | 'httpMethod' => 'POST', |
| 927 | 927 | 'parameters' => array( |
@@ -976,7 +976,7 @@ discard block |
||
| 976 | 976 | 'type' => 'string', |
| 977 | 977 | ), |
| 978 | 978 | ), |
| 979 | - ),'listCategoryVolumes' => array( |
|
| 979 | + ), 'listCategoryVolumes' => array( |
|
| 980 | 980 | 'path' => 'onboarding/listCategoryVolumes', |
| 981 | 981 | 'httpMethod' => 'GET', |
| 982 | 982 | 'parameters' => array( |
@@ -1049,7 +1049,7 @@ discard block |
||
| 1049 | 1049 | 'type' => 'string', |
| 1050 | 1050 | ), |
| 1051 | 1051 | ), |
| 1052 | - ),'dismiss' => array( |
|
| 1052 | + ), 'dismiss' => array( |
|
| 1053 | 1053 | 'path' => 'promooffer/dismiss', |
| 1054 | 1054 | 'httpMethod' => 'POST', |
| 1055 | 1055 | 'parameters' => array( |
@@ -1082,7 +1082,7 @@ discard block |
||
| 1082 | 1082 | 'type' => 'string', |
| 1083 | 1083 | ), |
| 1084 | 1084 | ), |
| 1085 | - ),'get' => array( |
|
| 1085 | + ), 'get' => array( |
|
| 1086 | 1086 | 'path' => 'promooffer/get', |
| 1087 | 1087 | 'httpMethod' => 'GET', |
| 1088 | 1088 | 'parameters' => array( |
@@ -1151,7 +1151,7 @@ discard block |
||
| 1151 | 1151 | 'type' => 'string', |
| 1152 | 1152 | ), |
| 1153 | 1153 | ), |
| 1154 | - ),'list' => array( |
|
| 1154 | + ), 'list' => array( |
|
| 1155 | 1155 | 'path' => 'volumes', |
| 1156 | 1156 | 'httpMethod' => 'GET', |
| 1157 | 1157 | 'parameters' => array( |
@@ -1313,7 +1313,7 @@ discard block |
||
| 1313 | 1313 | 'type' => 'string', |
| 1314 | 1314 | ), |
| 1315 | 1315 | ), |
| 1316 | - ),'rate' => array( |
|
| 1316 | + ), 'rate' => array( |
|
| 1317 | 1317 | 'path' => 'volumes/recommended/rate', |
| 1318 | 1318 | 'httpMethod' => 'POST', |
| 1319 | 1319 | 'parameters' => array( |
@@ -32,10 +32,10 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View your location. */ |
| 34 | 34 | const GLASS_LOCATION = |
| 35 | - "https://www.googleapis.com/auth/glass.location"; |
|
| 35 | + "https://www.googleapis.com/auth/glass.location"; |
|
| 36 | 36 | /** View and manage your Glass timeline. */ |
| 37 | 37 | const GLASS_TIMELINE = |
| 38 | - "https://www.googleapis.com/auth/glass.timeline"; |
|
| 38 | + "https://www.googleapis.com/auth/glass.timeline"; |
|
| 39 | 39 | |
| 40 | 40 | public $accounts; |
| 41 | 41 | public $contacts; |
@@ -53,329 +53,329 @@ discard block |
||
| 53 | 53 | */ |
| 54 | 54 | public function __construct(Google_Client $client) |
| 55 | 55 | { |
| 56 | - parent::__construct($client); |
|
| 57 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 58 | - $this->servicePath = 'mirror/v1/'; |
|
| 59 | - $this->version = 'v1'; |
|
| 60 | - $this->serviceName = 'mirror'; |
|
| 61 | - |
|
| 62 | - $this->accounts = new Google_Service_Mirror_Accounts_Resource( |
|
| 63 | - $this, |
|
| 64 | - $this->serviceName, |
|
| 65 | - 'accounts', |
|
| 66 | - array( |
|
| 67 | - 'methods' => array( |
|
| 68 | - 'insert' => array( |
|
| 69 | - 'path' => 'accounts/{userToken}/{accountType}/{accountName}', |
|
| 70 | - 'httpMethod' => 'POST', |
|
| 71 | - 'parameters' => array( |
|
| 72 | - 'userToken' => array( |
|
| 73 | - 'location' => 'path', |
|
| 74 | - 'type' => 'string', |
|
| 75 | - 'required' => true, |
|
| 76 | - ), |
|
| 77 | - 'accountType' => array( |
|
| 78 | - 'location' => 'path', |
|
| 79 | - 'type' => 'string', |
|
| 80 | - 'required' => true, |
|
| 81 | - ), |
|
| 82 | - 'accountName' => array( |
|
| 83 | - 'location' => 'path', |
|
| 84 | - 'type' => 'string', |
|
| 85 | - 'required' => true, |
|
| 86 | - ), |
|
| 87 | - ), |
|
| 88 | - ), |
|
| 89 | - ) |
|
| 90 | - ) |
|
| 91 | - ); |
|
| 92 | - $this->contacts = new Google_Service_Mirror_Contacts_Resource( |
|
| 93 | - $this, |
|
| 94 | - $this->serviceName, |
|
| 95 | - 'contacts', |
|
| 96 | - array( |
|
| 97 | - 'methods' => array( |
|
| 98 | - 'delete' => array( |
|
| 99 | - 'path' => 'contacts/{id}', |
|
| 100 | - 'httpMethod' => 'DELETE', |
|
| 101 | - 'parameters' => array( |
|
| 102 | - 'id' => array( |
|
| 103 | - 'location' => 'path', |
|
| 104 | - 'type' => 'string', |
|
| 105 | - 'required' => true, |
|
| 106 | - ), |
|
| 107 | - ), |
|
| 108 | - ),'get' => array( |
|
| 109 | - 'path' => 'contacts/{id}', |
|
| 110 | - 'httpMethod' => 'GET', |
|
| 111 | - 'parameters' => array( |
|
| 112 | - 'id' => array( |
|
| 113 | - 'location' => 'path', |
|
| 114 | - 'type' => 'string', |
|
| 115 | - 'required' => true, |
|
| 116 | - ), |
|
| 117 | - ), |
|
| 118 | - ),'insert' => array( |
|
| 119 | - 'path' => 'contacts', |
|
| 120 | - 'httpMethod' => 'POST', |
|
| 121 | - 'parameters' => array(), |
|
| 122 | - ),'list' => array( |
|
| 123 | - 'path' => 'contacts', |
|
| 124 | - 'httpMethod' => 'GET', |
|
| 125 | - 'parameters' => array(), |
|
| 126 | - ),'patch' => array( |
|
| 127 | - 'path' => 'contacts/{id}', |
|
| 128 | - 'httpMethod' => 'PATCH', |
|
| 129 | - 'parameters' => array( |
|
| 130 | - 'id' => array( |
|
| 131 | - 'location' => 'path', |
|
| 132 | - 'type' => 'string', |
|
| 133 | - 'required' => true, |
|
| 134 | - ), |
|
| 135 | - ), |
|
| 136 | - ),'update' => array( |
|
| 137 | - 'path' => 'contacts/{id}', |
|
| 138 | - 'httpMethod' => 'PUT', |
|
| 139 | - 'parameters' => array( |
|
| 140 | - 'id' => array( |
|
| 141 | - 'location' => 'path', |
|
| 142 | - 'type' => 'string', |
|
| 143 | - 'required' => true, |
|
| 144 | - ), |
|
| 145 | - ), |
|
| 146 | - ), |
|
| 147 | - ) |
|
| 148 | - ) |
|
| 149 | - ); |
|
| 150 | - $this->locations = new Google_Service_Mirror_Locations_Resource( |
|
| 151 | - $this, |
|
| 152 | - $this->serviceName, |
|
| 153 | - 'locations', |
|
| 154 | - array( |
|
| 155 | - 'methods' => array( |
|
| 156 | - 'get' => array( |
|
| 157 | - 'path' => 'locations/{id}', |
|
| 158 | - 'httpMethod' => 'GET', |
|
| 159 | - 'parameters' => array( |
|
| 160 | - 'id' => array( |
|
| 161 | - 'location' => 'path', |
|
| 162 | - 'type' => 'string', |
|
| 163 | - 'required' => true, |
|
| 164 | - ), |
|
| 165 | - ), |
|
| 166 | - ),'list' => array( |
|
| 167 | - 'path' => 'locations', |
|
| 168 | - 'httpMethod' => 'GET', |
|
| 169 | - 'parameters' => array(), |
|
| 170 | - ), |
|
| 171 | - ) |
|
| 172 | - ) |
|
| 173 | - ); |
|
| 174 | - $this->settings = new Google_Service_Mirror_Settings_Resource( |
|
| 175 | - $this, |
|
| 176 | - $this->serviceName, |
|
| 177 | - 'settings', |
|
| 178 | - array( |
|
| 179 | - 'methods' => array( |
|
| 180 | - 'get' => array( |
|
| 181 | - 'path' => 'settings/{id}', |
|
| 182 | - 'httpMethod' => 'GET', |
|
| 183 | - 'parameters' => array( |
|
| 184 | - 'id' => array( |
|
| 185 | - 'location' => 'path', |
|
| 186 | - 'type' => 'string', |
|
| 187 | - 'required' => true, |
|
| 188 | - ), |
|
| 189 | - ), |
|
| 190 | - ), |
|
| 191 | - ) |
|
| 192 | - ) |
|
| 193 | - ); |
|
| 194 | - $this->subscriptions = new Google_Service_Mirror_Subscriptions_Resource( |
|
| 195 | - $this, |
|
| 196 | - $this->serviceName, |
|
| 197 | - 'subscriptions', |
|
| 198 | - array( |
|
| 199 | - 'methods' => array( |
|
| 200 | - 'delete' => array( |
|
| 201 | - 'path' => 'subscriptions/{id}', |
|
| 202 | - 'httpMethod' => 'DELETE', |
|
| 203 | - 'parameters' => array( |
|
| 204 | - 'id' => array( |
|
| 205 | - 'location' => 'path', |
|
| 206 | - 'type' => 'string', |
|
| 207 | - 'required' => true, |
|
| 208 | - ), |
|
| 209 | - ), |
|
| 210 | - ),'insert' => array( |
|
| 211 | - 'path' => 'subscriptions', |
|
| 212 | - 'httpMethod' => 'POST', |
|
| 213 | - 'parameters' => array(), |
|
| 214 | - ),'list' => array( |
|
| 215 | - 'path' => 'subscriptions', |
|
| 216 | - 'httpMethod' => 'GET', |
|
| 217 | - 'parameters' => array(), |
|
| 218 | - ),'update' => array( |
|
| 219 | - 'path' => 'subscriptions/{id}', |
|
| 220 | - 'httpMethod' => 'PUT', |
|
| 221 | - 'parameters' => array( |
|
| 222 | - 'id' => array( |
|
| 223 | - 'location' => 'path', |
|
| 224 | - 'type' => 'string', |
|
| 225 | - 'required' => true, |
|
| 226 | - ), |
|
| 227 | - ), |
|
| 228 | - ), |
|
| 229 | - ) |
|
| 230 | - ) |
|
| 231 | - ); |
|
| 232 | - $this->timeline = new Google_Service_Mirror_Timeline_Resource( |
|
| 233 | - $this, |
|
| 234 | - $this->serviceName, |
|
| 235 | - 'timeline', |
|
| 236 | - array( |
|
| 237 | - 'methods' => array( |
|
| 238 | - 'delete' => array( |
|
| 239 | - 'path' => 'timeline/{id}', |
|
| 240 | - 'httpMethod' => 'DELETE', |
|
| 241 | - 'parameters' => array( |
|
| 242 | - 'id' => array( |
|
| 243 | - 'location' => 'path', |
|
| 244 | - 'type' => 'string', |
|
| 245 | - 'required' => true, |
|
| 246 | - ), |
|
| 247 | - ), |
|
| 248 | - ),'get' => array( |
|
| 249 | - 'path' => 'timeline/{id}', |
|
| 250 | - 'httpMethod' => 'GET', |
|
| 251 | - 'parameters' => array( |
|
| 252 | - 'id' => array( |
|
| 253 | - 'location' => 'path', |
|
| 254 | - 'type' => 'string', |
|
| 255 | - 'required' => true, |
|
| 256 | - ), |
|
| 257 | - ), |
|
| 258 | - ),'insert' => array( |
|
| 259 | - 'path' => 'timeline', |
|
| 260 | - 'httpMethod' => 'POST', |
|
| 261 | - 'parameters' => array(), |
|
| 262 | - ),'list' => array( |
|
| 263 | - 'path' => 'timeline', |
|
| 264 | - 'httpMethod' => 'GET', |
|
| 265 | - 'parameters' => array( |
|
| 266 | - 'orderBy' => array( |
|
| 267 | - 'location' => 'query', |
|
| 268 | - 'type' => 'string', |
|
| 269 | - ), |
|
| 270 | - 'includeDeleted' => array( |
|
| 271 | - 'location' => 'query', |
|
| 272 | - 'type' => 'boolean', |
|
| 273 | - ), |
|
| 274 | - 'maxResults' => array( |
|
| 275 | - 'location' => 'query', |
|
| 276 | - 'type' => 'integer', |
|
| 277 | - ), |
|
| 278 | - 'pageToken' => array( |
|
| 279 | - 'location' => 'query', |
|
| 280 | - 'type' => 'string', |
|
| 281 | - ), |
|
| 282 | - 'sourceItemId' => array( |
|
| 283 | - 'location' => 'query', |
|
| 284 | - 'type' => 'string', |
|
| 285 | - ), |
|
| 286 | - 'pinnedOnly' => array( |
|
| 287 | - 'location' => 'query', |
|
| 288 | - 'type' => 'boolean', |
|
| 289 | - ), |
|
| 290 | - 'bundleId' => array( |
|
| 291 | - 'location' => 'query', |
|
| 292 | - 'type' => 'string', |
|
| 293 | - ), |
|
| 294 | - ), |
|
| 295 | - ),'patch' => array( |
|
| 296 | - 'path' => 'timeline/{id}', |
|
| 297 | - 'httpMethod' => 'PATCH', |
|
| 298 | - 'parameters' => array( |
|
| 299 | - 'id' => array( |
|
| 300 | - 'location' => 'path', |
|
| 301 | - 'type' => 'string', |
|
| 302 | - 'required' => true, |
|
| 303 | - ), |
|
| 304 | - ), |
|
| 305 | - ),'update' => array( |
|
| 306 | - 'path' => 'timeline/{id}', |
|
| 307 | - 'httpMethod' => 'PUT', |
|
| 308 | - 'parameters' => array( |
|
| 309 | - 'id' => array( |
|
| 310 | - 'location' => 'path', |
|
| 311 | - 'type' => 'string', |
|
| 312 | - 'required' => true, |
|
| 313 | - ), |
|
| 314 | - ), |
|
| 315 | - ), |
|
| 316 | - ) |
|
| 317 | - ) |
|
| 318 | - ); |
|
| 319 | - $this->timeline_attachments = new Google_Service_Mirror_TimelineAttachments_Resource( |
|
| 320 | - $this, |
|
| 321 | - $this->serviceName, |
|
| 322 | - 'attachments', |
|
| 323 | - array( |
|
| 324 | - 'methods' => array( |
|
| 325 | - 'delete' => array( |
|
| 326 | - 'path' => 'timeline/{itemId}/attachments/{attachmentId}', |
|
| 327 | - 'httpMethod' => 'DELETE', |
|
| 328 | - 'parameters' => array( |
|
| 329 | - 'itemId' => array( |
|
| 330 | - 'location' => 'path', |
|
| 331 | - 'type' => 'string', |
|
| 332 | - 'required' => true, |
|
| 333 | - ), |
|
| 334 | - 'attachmentId' => array( |
|
| 335 | - 'location' => 'path', |
|
| 336 | - 'type' => 'string', |
|
| 337 | - 'required' => true, |
|
| 338 | - ), |
|
| 339 | - ), |
|
| 340 | - ),'get' => array( |
|
| 341 | - 'path' => 'timeline/{itemId}/attachments/{attachmentId}', |
|
| 342 | - 'httpMethod' => 'GET', |
|
| 343 | - 'parameters' => array( |
|
| 344 | - 'itemId' => array( |
|
| 345 | - 'location' => 'path', |
|
| 346 | - 'type' => 'string', |
|
| 347 | - 'required' => true, |
|
| 348 | - ), |
|
| 349 | - 'attachmentId' => array( |
|
| 350 | - 'location' => 'path', |
|
| 351 | - 'type' => 'string', |
|
| 352 | - 'required' => true, |
|
| 353 | - ), |
|
| 354 | - ), |
|
| 355 | - ),'insert' => array( |
|
| 356 | - 'path' => 'timeline/{itemId}/attachments', |
|
| 357 | - 'httpMethod' => 'POST', |
|
| 358 | - 'parameters' => array( |
|
| 359 | - 'itemId' => array( |
|
| 360 | - 'location' => 'path', |
|
| 361 | - 'type' => 'string', |
|
| 362 | - 'required' => true, |
|
| 363 | - ), |
|
| 364 | - ), |
|
| 365 | - ),'list' => array( |
|
| 366 | - 'path' => 'timeline/{itemId}/attachments', |
|
| 367 | - 'httpMethod' => 'GET', |
|
| 368 | - 'parameters' => array( |
|
| 369 | - 'itemId' => array( |
|
| 370 | - 'location' => 'path', |
|
| 371 | - 'type' => 'string', |
|
| 372 | - 'required' => true, |
|
| 373 | - ), |
|
| 374 | - ), |
|
| 375 | - ), |
|
| 376 | - ) |
|
| 377 | - ) |
|
| 378 | - ); |
|
| 56 | + parent::__construct($client); |
|
| 57 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 58 | + $this->servicePath = 'mirror/v1/'; |
|
| 59 | + $this->version = 'v1'; |
|
| 60 | + $this->serviceName = 'mirror'; |
|
| 61 | + |
|
| 62 | + $this->accounts = new Google_Service_Mirror_Accounts_Resource( |
|
| 63 | + $this, |
|
| 64 | + $this->serviceName, |
|
| 65 | + 'accounts', |
|
| 66 | + array( |
|
| 67 | + 'methods' => array( |
|
| 68 | + 'insert' => array( |
|
| 69 | + 'path' => 'accounts/{userToken}/{accountType}/{accountName}', |
|
| 70 | + 'httpMethod' => 'POST', |
|
| 71 | + 'parameters' => array( |
|
| 72 | + 'userToken' => array( |
|
| 73 | + 'location' => 'path', |
|
| 74 | + 'type' => 'string', |
|
| 75 | + 'required' => true, |
|
| 76 | + ), |
|
| 77 | + 'accountType' => array( |
|
| 78 | + 'location' => 'path', |
|
| 79 | + 'type' => 'string', |
|
| 80 | + 'required' => true, |
|
| 81 | + ), |
|
| 82 | + 'accountName' => array( |
|
| 83 | + 'location' => 'path', |
|
| 84 | + 'type' => 'string', |
|
| 85 | + 'required' => true, |
|
| 86 | + ), |
|
| 87 | + ), |
|
| 88 | + ), |
|
| 89 | + ) |
|
| 90 | + ) |
|
| 91 | + ); |
|
| 92 | + $this->contacts = new Google_Service_Mirror_Contacts_Resource( |
|
| 93 | + $this, |
|
| 94 | + $this->serviceName, |
|
| 95 | + 'contacts', |
|
| 96 | + array( |
|
| 97 | + 'methods' => array( |
|
| 98 | + 'delete' => array( |
|
| 99 | + 'path' => 'contacts/{id}', |
|
| 100 | + 'httpMethod' => 'DELETE', |
|
| 101 | + 'parameters' => array( |
|
| 102 | + 'id' => array( |
|
| 103 | + 'location' => 'path', |
|
| 104 | + 'type' => 'string', |
|
| 105 | + 'required' => true, |
|
| 106 | + ), |
|
| 107 | + ), |
|
| 108 | + ),'get' => array( |
|
| 109 | + 'path' => 'contacts/{id}', |
|
| 110 | + 'httpMethod' => 'GET', |
|
| 111 | + 'parameters' => array( |
|
| 112 | + 'id' => array( |
|
| 113 | + 'location' => 'path', |
|
| 114 | + 'type' => 'string', |
|
| 115 | + 'required' => true, |
|
| 116 | + ), |
|
| 117 | + ), |
|
| 118 | + ),'insert' => array( |
|
| 119 | + 'path' => 'contacts', |
|
| 120 | + 'httpMethod' => 'POST', |
|
| 121 | + 'parameters' => array(), |
|
| 122 | + ),'list' => array( |
|
| 123 | + 'path' => 'contacts', |
|
| 124 | + 'httpMethod' => 'GET', |
|
| 125 | + 'parameters' => array(), |
|
| 126 | + ),'patch' => array( |
|
| 127 | + 'path' => 'contacts/{id}', |
|
| 128 | + 'httpMethod' => 'PATCH', |
|
| 129 | + 'parameters' => array( |
|
| 130 | + 'id' => array( |
|
| 131 | + 'location' => 'path', |
|
| 132 | + 'type' => 'string', |
|
| 133 | + 'required' => true, |
|
| 134 | + ), |
|
| 135 | + ), |
|
| 136 | + ),'update' => array( |
|
| 137 | + 'path' => 'contacts/{id}', |
|
| 138 | + 'httpMethod' => 'PUT', |
|
| 139 | + 'parameters' => array( |
|
| 140 | + 'id' => array( |
|
| 141 | + 'location' => 'path', |
|
| 142 | + 'type' => 'string', |
|
| 143 | + 'required' => true, |
|
| 144 | + ), |
|
| 145 | + ), |
|
| 146 | + ), |
|
| 147 | + ) |
|
| 148 | + ) |
|
| 149 | + ); |
|
| 150 | + $this->locations = new Google_Service_Mirror_Locations_Resource( |
|
| 151 | + $this, |
|
| 152 | + $this->serviceName, |
|
| 153 | + 'locations', |
|
| 154 | + array( |
|
| 155 | + 'methods' => array( |
|
| 156 | + 'get' => array( |
|
| 157 | + 'path' => 'locations/{id}', |
|
| 158 | + 'httpMethod' => 'GET', |
|
| 159 | + 'parameters' => array( |
|
| 160 | + 'id' => array( |
|
| 161 | + 'location' => 'path', |
|
| 162 | + 'type' => 'string', |
|
| 163 | + 'required' => true, |
|
| 164 | + ), |
|
| 165 | + ), |
|
| 166 | + ),'list' => array( |
|
| 167 | + 'path' => 'locations', |
|
| 168 | + 'httpMethod' => 'GET', |
|
| 169 | + 'parameters' => array(), |
|
| 170 | + ), |
|
| 171 | + ) |
|
| 172 | + ) |
|
| 173 | + ); |
|
| 174 | + $this->settings = new Google_Service_Mirror_Settings_Resource( |
|
| 175 | + $this, |
|
| 176 | + $this->serviceName, |
|
| 177 | + 'settings', |
|
| 178 | + array( |
|
| 179 | + 'methods' => array( |
|
| 180 | + 'get' => array( |
|
| 181 | + 'path' => 'settings/{id}', |
|
| 182 | + 'httpMethod' => 'GET', |
|
| 183 | + 'parameters' => array( |
|
| 184 | + 'id' => array( |
|
| 185 | + 'location' => 'path', |
|
| 186 | + 'type' => 'string', |
|
| 187 | + 'required' => true, |
|
| 188 | + ), |
|
| 189 | + ), |
|
| 190 | + ), |
|
| 191 | + ) |
|
| 192 | + ) |
|
| 193 | + ); |
|
| 194 | + $this->subscriptions = new Google_Service_Mirror_Subscriptions_Resource( |
|
| 195 | + $this, |
|
| 196 | + $this->serviceName, |
|
| 197 | + 'subscriptions', |
|
| 198 | + array( |
|
| 199 | + 'methods' => array( |
|
| 200 | + 'delete' => array( |
|
| 201 | + 'path' => 'subscriptions/{id}', |
|
| 202 | + 'httpMethod' => 'DELETE', |
|
| 203 | + 'parameters' => array( |
|
| 204 | + 'id' => array( |
|
| 205 | + 'location' => 'path', |
|
| 206 | + 'type' => 'string', |
|
| 207 | + 'required' => true, |
|
| 208 | + ), |
|
| 209 | + ), |
|
| 210 | + ),'insert' => array( |
|
| 211 | + 'path' => 'subscriptions', |
|
| 212 | + 'httpMethod' => 'POST', |
|
| 213 | + 'parameters' => array(), |
|
| 214 | + ),'list' => array( |
|
| 215 | + 'path' => 'subscriptions', |
|
| 216 | + 'httpMethod' => 'GET', |
|
| 217 | + 'parameters' => array(), |
|
| 218 | + ),'update' => array( |
|
| 219 | + 'path' => 'subscriptions/{id}', |
|
| 220 | + 'httpMethod' => 'PUT', |
|
| 221 | + 'parameters' => array( |
|
| 222 | + 'id' => array( |
|
| 223 | + 'location' => 'path', |
|
| 224 | + 'type' => 'string', |
|
| 225 | + 'required' => true, |
|
| 226 | + ), |
|
| 227 | + ), |
|
| 228 | + ), |
|
| 229 | + ) |
|
| 230 | + ) |
|
| 231 | + ); |
|
| 232 | + $this->timeline = new Google_Service_Mirror_Timeline_Resource( |
|
| 233 | + $this, |
|
| 234 | + $this->serviceName, |
|
| 235 | + 'timeline', |
|
| 236 | + array( |
|
| 237 | + 'methods' => array( |
|
| 238 | + 'delete' => array( |
|
| 239 | + 'path' => 'timeline/{id}', |
|
| 240 | + 'httpMethod' => 'DELETE', |
|
| 241 | + 'parameters' => array( |
|
| 242 | + 'id' => array( |
|
| 243 | + 'location' => 'path', |
|
| 244 | + 'type' => 'string', |
|
| 245 | + 'required' => true, |
|
| 246 | + ), |
|
| 247 | + ), |
|
| 248 | + ),'get' => array( |
|
| 249 | + 'path' => 'timeline/{id}', |
|
| 250 | + 'httpMethod' => 'GET', |
|
| 251 | + 'parameters' => array( |
|
| 252 | + 'id' => array( |
|
| 253 | + 'location' => 'path', |
|
| 254 | + 'type' => 'string', |
|
| 255 | + 'required' => true, |
|
| 256 | + ), |
|
| 257 | + ), |
|
| 258 | + ),'insert' => array( |
|
| 259 | + 'path' => 'timeline', |
|
| 260 | + 'httpMethod' => 'POST', |
|
| 261 | + 'parameters' => array(), |
|
| 262 | + ),'list' => array( |
|
| 263 | + 'path' => 'timeline', |
|
| 264 | + 'httpMethod' => 'GET', |
|
| 265 | + 'parameters' => array( |
|
| 266 | + 'orderBy' => array( |
|
| 267 | + 'location' => 'query', |
|
| 268 | + 'type' => 'string', |
|
| 269 | + ), |
|
| 270 | + 'includeDeleted' => array( |
|
| 271 | + 'location' => 'query', |
|
| 272 | + 'type' => 'boolean', |
|
| 273 | + ), |
|
| 274 | + 'maxResults' => array( |
|
| 275 | + 'location' => 'query', |
|
| 276 | + 'type' => 'integer', |
|
| 277 | + ), |
|
| 278 | + 'pageToken' => array( |
|
| 279 | + 'location' => 'query', |
|
| 280 | + 'type' => 'string', |
|
| 281 | + ), |
|
| 282 | + 'sourceItemId' => array( |
|
| 283 | + 'location' => 'query', |
|
| 284 | + 'type' => 'string', |
|
| 285 | + ), |
|
| 286 | + 'pinnedOnly' => array( |
|
| 287 | + 'location' => 'query', |
|
| 288 | + 'type' => 'boolean', |
|
| 289 | + ), |
|
| 290 | + 'bundleId' => array( |
|
| 291 | + 'location' => 'query', |
|
| 292 | + 'type' => 'string', |
|
| 293 | + ), |
|
| 294 | + ), |
|
| 295 | + ),'patch' => array( |
|
| 296 | + 'path' => 'timeline/{id}', |
|
| 297 | + 'httpMethod' => 'PATCH', |
|
| 298 | + 'parameters' => array( |
|
| 299 | + 'id' => array( |
|
| 300 | + 'location' => 'path', |
|
| 301 | + 'type' => 'string', |
|
| 302 | + 'required' => true, |
|
| 303 | + ), |
|
| 304 | + ), |
|
| 305 | + ),'update' => array( |
|
| 306 | + 'path' => 'timeline/{id}', |
|
| 307 | + 'httpMethod' => 'PUT', |
|
| 308 | + 'parameters' => array( |
|
| 309 | + 'id' => array( |
|
| 310 | + 'location' => 'path', |
|
| 311 | + 'type' => 'string', |
|
| 312 | + 'required' => true, |
|
| 313 | + ), |
|
| 314 | + ), |
|
| 315 | + ), |
|
| 316 | + ) |
|
| 317 | + ) |
|
| 318 | + ); |
|
| 319 | + $this->timeline_attachments = new Google_Service_Mirror_TimelineAttachments_Resource( |
|
| 320 | + $this, |
|
| 321 | + $this->serviceName, |
|
| 322 | + 'attachments', |
|
| 323 | + array( |
|
| 324 | + 'methods' => array( |
|
| 325 | + 'delete' => array( |
|
| 326 | + 'path' => 'timeline/{itemId}/attachments/{attachmentId}', |
|
| 327 | + 'httpMethod' => 'DELETE', |
|
| 328 | + 'parameters' => array( |
|
| 329 | + 'itemId' => array( |
|
| 330 | + 'location' => 'path', |
|
| 331 | + 'type' => 'string', |
|
| 332 | + 'required' => true, |
|
| 333 | + ), |
|
| 334 | + 'attachmentId' => array( |
|
| 335 | + 'location' => 'path', |
|
| 336 | + 'type' => 'string', |
|
| 337 | + 'required' => true, |
|
| 338 | + ), |
|
| 339 | + ), |
|
| 340 | + ),'get' => array( |
|
| 341 | + 'path' => 'timeline/{itemId}/attachments/{attachmentId}', |
|
| 342 | + 'httpMethod' => 'GET', |
|
| 343 | + 'parameters' => array( |
|
| 344 | + 'itemId' => array( |
|
| 345 | + 'location' => 'path', |
|
| 346 | + 'type' => 'string', |
|
| 347 | + 'required' => true, |
|
| 348 | + ), |
|
| 349 | + 'attachmentId' => array( |
|
| 350 | + 'location' => 'path', |
|
| 351 | + 'type' => 'string', |
|
| 352 | + 'required' => true, |
|
| 353 | + ), |
|
| 354 | + ), |
|
| 355 | + ),'insert' => array( |
|
| 356 | + 'path' => 'timeline/{itemId}/attachments', |
|
| 357 | + 'httpMethod' => 'POST', |
|
| 358 | + 'parameters' => array( |
|
| 359 | + 'itemId' => array( |
|
| 360 | + 'location' => 'path', |
|
| 361 | + 'type' => 'string', |
|
| 362 | + 'required' => true, |
|
| 363 | + ), |
|
| 364 | + ), |
|
| 365 | + ),'list' => array( |
|
| 366 | + 'path' => 'timeline/{itemId}/attachments', |
|
| 367 | + 'httpMethod' => 'GET', |
|
| 368 | + 'parameters' => array( |
|
| 369 | + 'itemId' => array( |
|
| 370 | + 'location' => 'path', |
|
| 371 | + 'type' => 'string', |
|
| 372 | + 'required' => true, |
|
| 373 | + ), |
|
| 374 | + ), |
|
| 375 | + ), |
|
| 376 | + ) |
|
| 377 | + ) |
|
| 378 | + ); |
|
| 379 | 379 | } |
| 380 | 380 | } |
| 381 | 381 | |
@@ -405,9 +405,9 @@ discard block |
||
| 405 | 405 | */ |
| 406 | 406 | public function insert($userToken, $accountType, $accountName, Google_Service_Mirror_Account $postBody, $optParams = array()) |
| 407 | 407 | { |
| 408 | - $params = array('userToken' => $userToken, 'accountType' => $accountType, 'accountName' => $accountName, 'postBody' => $postBody); |
|
| 409 | - $params = array_merge($params, $optParams); |
|
| 410 | - return $this->call('insert', array($params), "Google_Service_Mirror_Account"); |
|
| 408 | + $params = array('userToken' => $userToken, 'accountType' => $accountType, 'accountName' => $accountName, 'postBody' => $postBody); |
|
| 409 | + $params = array_merge($params, $optParams); |
|
| 410 | + return $this->call('insert', array($params), "Google_Service_Mirror_Account"); |
|
| 411 | 411 | } |
| 412 | 412 | } |
| 413 | 413 | |
@@ -430,9 +430,9 @@ discard block |
||
| 430 | 430 | */ |
| 431 | 431 | public function delete($id, $optParams = array()) |
| 432 | 432 | { |
| 433 | - $params = array('id' => $id); |
|
| 434 | - $params = array_merge($params, $optParams); |
|
| 435 | - return $this->call('delete', array($params)); |
|
| 433 | + $params = array('id' => $id); |
|
| 434 | + $params = array_merge($params, $optParams); |
|
| 435 | + return $this->call('delete', array($params)); |
|
| 436 | 436 | } |
| 437 | 437 | |
| 438 | 438 | /** |
@@ -444,9 +444,9 @@ discard block |
||
| 444 | 444 | */ |
| 445 | 445 | public function get($id, $optParams = array()) |
| 446 | 446 | { |
| 447 | - $params = array('id' => $id); |
|
| 448 | - $params = array_merge($params, $optParams); |
|
| 449 | - return $this->call('get', array($params), "Google_Service_Mirror_Contact"); |
|
| 447 | + $params = array('id' => $id); |
|
| 448 | + $params = array_merge($params, $optParams); |
|
| 449 | + return $this->call('get', array($params), "Google_Service_Mirror_Contact"); |
|
| 450 | 450 | } |
| 451 | 451 | |
| 452 | 452 | /** |
@@ -458,9 +458,9 @@ discard block |
||
| 458 | 458 | */ |
| 459 | 459 | public function insert(Google_Service_Mirror_Contact $postBody, $optParams = array()) |
| 460 | 460 | { |
| 461 | - $params = array('postBody' => $postBody); |
|
| 462 | - $params = array_merge($params, $optParams); |
|
| 463 | - return $this->call('insert', array($params), "Google_Service_Mirror_Contact"); |
|
| 461 | + $params = array('postBody' => $postBody); |
|
| 462 | + $params = array_merge($params, $optParams); |
|
| 463 | + return $this->call('insert', array($params), "Google_Service_Mirror_Contact"); |
|
| 464 | 464 | } |
| 465 | 465 | |
| 466 | 466 | /** |
@@ -472,9 +472,9 @@ discard block |
||
| 472 | 472 | */ |
| 473 | 473 | public function listContacts($optParams = array()) |
| 474 | 474 | { |
| 475 | - $params = array(); |
|
| 476 | - $params = array_merge($params, $optParams); |
|
| 477 | - return $this->call('list', array($params), "Google_Service_Mirror_ContactsListResponse"); |
|
| 475 | + $params = array(); |
|
| 476 | + $params = array_merge($params, $optParams); |
|
| 477 | + return $this->call('list', array($params), "Google_Service_Mirror_ContactsListResponse"); |
|
| 478 | 478 | } |
| 479 | 479 | |
| 480 | 480 | /** |
@@ -488,9 +488,9 @@ discard block |
||
| 488 | 488 | */ |
| 489 | 489 | public function patch($id, Google_Service_Mirror_Contact $postBody, $optParams = array()) |
| 490 | 490 | { |
| 491 | - $params = array('id' => $id, 'postBody' => $postBody); |
|
| 492 | - $params = array_merge($params, $optParams); |
|
| 493 | - return $this->call('patch', array($params), "Google_Service_Mirror_Contact"); |
|
| 491 | + $params = array('id' => $id, 'postBody' => $postBody); |
|
| 492 | + $params = array_merge($params, $optParams); |
|
| 493 | + return $this->call('patch', array($params), "Google_Service_Mirror_Contact"); |
|
| 494 | 494 | } |
| 495 | 495 | |
| 496 | 496 | /** |
@@ -503,9 +503,9 @@ discard block |
||
| 503 | 503 | */ |
| 504 | 504 | public function update($id, Google_Service_Mirror_Contact $postBody, $optParams = array()) |
| 505 | 505 | { |
| 506 | - $params = array('id' => $id, 'postBody' => $postBody); |
|
| 507 | - $params = array_merge($params, $optParams); |
|
| 508 | - return $this->call('update', array($params), "Google_Service_Mirror_Contact"); |
|
| 506 | + $params = array('id' => $id, 'postBody' => $postBody); |
|
| 507 | + $params = array_merge($params, $optParams); |
|
| 508 | + return $this->call('update', array($params), "Google_Service_Mirror_Contact"); |
|
| 509 | 509 | } |
| 510 | 510 | } |
| 511 | 511 | |
@@ -530,9 +530,9 @@ discard block |
||
| 530 | 530 | */ |
| 531 | 531 | public function get($id, $optParams = array()) |
| 532 | 532 | { |
| 533 | - $params = array('id' => $id); |
|
| 534 | - $params = array_merge($params, $optParams); |
|
| 535 | - return $this->call('get', array($params), "Google_Service_Mirror_Location"); |
|
| 533 | + $params = array('id' => $id); |
|
| 534 | + $params = array_merge($params, $optParams); |
|
| 535 | + return $this->call('get', array($params), "Google_Service_Mirror_Location"); |
|
| 536 | 536 | } |
| 537 | 537 | |
| 538 | 538 | /** |
@@ -543,9 +543,9 @@ discard block |
||
| 543 | 543 | */ |
| 544 | 544 | public function listLocations($optParams = array()) |
| 545 | 545 | { |
| 546 | - $params = array(); |
|
| 547 | - $params = array_merge($params, $optParams); |
|
| 548 | - return $this->call('list', array($params), "Google_Service_Mirror_LocationsListResponse"); |
|
| 546 | + $params = array(); |
|
| 547 | + $params = array_merge($params, $optParams); |
|
| 548 | + return $this->call('list', array($params), "Google_Service_Mirror_LocationsListResponse"); |
|
| 549 | 549 | } |
| 550 | 550 | } |
| 551 | 551 | |
@@ -573,9 +573,9 @@ discard block |
||
| 573 | 573 | */ |
| 574 | 574 | public function get($id, $optParams = array()) |
| 575 | 575 | { |
| 576 | - $params = array('id' => $id); |
|
| 577 | - $params = array_merge($params, $optParams); |
|
| 578 | - return $this->call('get', array($params), "Google_Service_Mirror_Setting"); |
|
| 576 | + $params = array('id' => $id); |
|
| 577 | + $params = array_merge($params, $optParams); |
|
| 578 | + return $this->call('get', array($params), "Google_Service_Mirror_Setting"); |
|
| 579 | 579 | } |
| 580 | 580 | } |
| 581 | 581 | |
@@ -598,9 +598,9 @@ discard block |
||
| 598 | 598 | */ |
| 599 | 599 | public function delete($id, $optParams = array()) |
| 600 | 600 | { |
| 601 | - $params = array('id' => $id); |
|
| 602 | - $params = array_merge($params, $optParams); |
|
| 603 | - return $this->call('delete', array($params)); |
|
| 601 | + $params = array('id' => $id); |
|
| 602 | + $params = array_merge($params, $optParams); |
|
| 603 | + return $this->call('delete', array($params)); |
|
| 604 | 604 | } |
| 605 | 605 | |
| 606 | 606 | /** |
@@ -612,9 +612,9 @@ discard block |
||
| 612 | 612 | */ |
| 613 | 613 | public function insert(Google_Service_Mirror_Subscription $postBody, $optParams = array()) |
| 614 | 614 | { |
| 615 | - $params = array('postBody' => $postBody); |
|
| 616 | - $params = array_merge($params, $optParams); |
|
| 617 | - return $this->call('insert', array($params), "Google_Service_Mirror_Subscription"); |
|
| 615 | + $params = array('postBody' => $postBody); |
|
| 616 | + $params = array_merge($params, $optParams); |
|
| 617 | + return $this->call('insert', array($params), "Google_Service_Mirror_Subscription"); |
|
| 618 | 618 | } |
| 619 | 619 | |
| 620 | 620 | /** |
@@ -626,9 +626,9 @@ discard block |
||
| 626 | 626 | */ |
| 627 | 627 | public function listSubscriptions($optParams = array()) |
| 628 | 628 | { |
| 629 | - $params = array(); |
|
| 630 | - $params = array_merge($params, $optParams); |
|
| 631 | - return $this->call('list', array($params), "Google_Service_Mirror_SubscriptionsListResponse"); |
|
| 629 | + $params = array(); |
|
| 630 | + $params = array_merge($params, $optParams); |
|
| 631 | + return $this->call('list', array($params), "Google_Service_Mirror_SubscriptionsListResponse"); |
|
| 632 | 632 | } |
| 633 | 633 | |
| 634 | 634 | /** |
@@ -641,9 +641,9 @@ discard block |
||
| 641 | 641 | */ |
| 642 | 642 | public function update($id, Google_Service_Mirror_Subscription $postBody, $optParams = array()) |
| 643 | 643 | { |
| 644 | - $params = array('id' => $id, 'postBody' => $postBody); |
|
| 645 | - $params = array_merge($params, $optParams); |
|
| 646 | - return $this->call('update', array($params), "Google_Service_Mirror_Subscription"); |
|
| 644 | + $params = array('id' => $id, 'postBody' => $postBody); |
|
| 645 | + $params = array_merge($params, $optParams); |
|
| 646 | + return $this->call('update', array($params), "Google_Service_Mirror_Subscription"); |
|
| 647 | 647 | } |
| 648 | 648 | } |
| 649 | 649 | |
@@ -666,9 +666,9 @@ discard block |
||
| 666 | 666 | */ |
| 667 | 667 | public function delete($id, $optParams = array()) |
| 668 | 668 | { |
| 669 | - $params = array('id' => $id); |
|
| 670 | - $params = array_merge($params, $optParams); |
|
| 671 | - return $this->call('delete', array($params)); |
|
| 669 | + $params = array('id' => $id); |
|
| 670 | + $params = array_merge($params, $optParams); |
|
| 671 | + return $this->call('delete', array($params)); |
|
| 672 | 672 | } |
| 673 | 673 | |
| 674 | 674 | /** |
@@ -680,9 +680,9 @@ discard block |
||
| 680 | 680 | */ |
| 681 | 681 | public function get($id, $optParams = array()) |
| 682 | 682 | { |
| 683 | - $params = array('id' => $id); |
|
| 684 | - $params = array_merge($params, $optParams); |
|
| 685 | - return $this->call('get', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 683 | + $params = array('id' => $id); |
|
| 684 | + $params = array_merge($params, $optParams); |
|
| 685 | + return $this->call('get', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 686 | 686 | } |
| 687 | 687 | |
| 688 | 688 | /** |
@@ -694,9 +694,9 @@ discard block |
||
| 694 | 694 | */ |
| 695 | 695 | public function insert(Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) |
| 696 | 696 | { |
| 697 | - $params = array('postBody' => $postBody); |
|
| 698 | - $params = array_merge($params, $optParams); |
|
| 699 | - return $this->call('insert', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 697 | + $params = array('postBody' => $postBody); |
|
| 698 | + $params = array_merge($params, $optParams); |
|
| 699 | + return $this->call('insert', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 700 | 700 | } |
| 701 | 701 | |
| 702 | 702 | /** |
@@ -721,9 +721,9 @@ discard block |
||
| 721 | 721 | */ |
| 722 | 722 | public function listTimeline($optParams = array()) |
| 723 | 723 | { |
| 724 | - $params = array(); |
|
| 725 | - $params = array_merge($params, $optParams); |
|
| 726 | - return $this->call('list', array($params), "Google_Service_Mirror_TimelineListResponse"); |
|
| 724 | + $params = array(); |
|
| 725 | + $params = array_merge($params, $optParams); |
|
| 726 | + return $this->call('list', array($params), "Google_Service_Mirror_TimelineListResponse"); |
|
| 727 | 727 | } |
| 728 | 728 | |
| 729 | 729 | /** |
@@ -737,9 +737,9 @@ discard block |
||
| 737 | 737 | */ |
| 738 | 738 | public function patch($id, Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) |
| 739 | 739 | { |
| 740 | - $params = array('id' => $id, 'postBody' => $postBody); |
|
| 741 | - $params = array_merge($params, $optParams); |
|
| 742 | - return $this->call('patch', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 740 | + $params = array('id' => $id, 'postBody' => $postBody); |
|
| 741 | + $params = array_merge($params, $optParams); |
|
| 742 | + return $this->call('patch', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 743 | 743 | } |
| 744 | 744 | |
| 745 | 745 | /** |
@@ -752,9 +752,9 @@ discard block |
||
| 752 | 752 | */ |
| 753 | 753 | public function update($id, Google_Service_Mirror_TimelineItem $postBody, $optParams = array()) |
| 754 | 754 | { |
| 755 | - $params = array('id' => $id, 'postBody' => $postBody); |
|
| 756 | - $params = array_merge($params, $optParams); |
|
| 757 | - return $this->call('update', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 755 | + $params = array('id' => $id, 'postBody' => $postBody); |
|
| 756 | + $params = array_merge($params, $optParams); |
|
| 757 | + return $this->call('update', array($params), "Google_Service_Mirror_TimelineItem"); |
|
| 758 | 758 | } |
| 759 | 759 | } |
| 760 | 760 | |
@@ -778,9 +778,9 @@ discard block |
||
| 778 | 778 | */ |
| 779 | 779 | public function delete($itemId, $attachmentId, $optParams = array()) |
| 780 | 780 | { |
| 781 | - $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); |
|
| 782 | - $params = array_merge($params, $optParams); |
|
| 783 | - return $this->call('delete', array($params)); |
|
| 781 | + $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); |
|
| 782 | + $params = array_merge($params, $optParams); |
|
| 783 | + return $this->call('delete', array($params)); |
|
| 784 | 784 | } |
| 785 | 785 | |
| 786 | 786 | /** |
@@ -794,9 +794,9 @@ discard block |
||
| 794 | 794 | */ |
| 795 | 795 | public function get($itemId, $attachmentId, $optParams = array()) |
| 796 | 796 | { |
| 797 | - $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); |
|
| 798 | - $params = array_merge($params, $optParams); |
|
| 799 | - return $this->call('get', array($params), "Google_Service_Mirror_Attachment"); |
|
| 797 | + $params = array('itemId' => $itemId, 'attachmentId' => $attachmentId); |
|
| 798 | + $params = array_merge($params, $optParams); |
|
| 799 | + return $this->call('get', array($params), "Google_Service_Mirror_Attachment"); |
|
| 800 | 800 | } |
| 801 | 801 | |
| 802 | 802 | /** |
@@ -808,9 +808,9 @@ discard block |
||
| 808 | 808 | */ |
| 809 | 809 | public function insert($itemId, $optParams = array()) |
| 810 | 810 | { |
| 811 | - $params = array('itemId' => $itemId); |
|
| 812 | - $params = array_merge($params, $optParams); |
|
| 813 | - return $this->call('insert', array($params), "Google_Service_Mirror_Attachment"); |
|
| 811 | + $params = array('itemId' => $itemId); |
|
| 812 | + $params = array_merge($params, $optParams); |
|
| 813 | + return $this->call('insert', array($params), "Google_Service_Mirror_Attachment"); |
|
| 814 | 814 | } |
| 815 | 815 | |
| 816 | 816 | /** |
@@ -824,9 +824,9 @@ discard block |
||
| 824 | 824 | */ |
| 825 | 825 | public function listTimelineAttachments($itemId, $optParams = array()) |
| 826 | 826 | { |
| 827 | - $params = array('itemId' => $itemId); |
|
| 828 | - $params = array_merge($params, $optParams); |
|
| 829 | - return $this->call('list', array($params), "Google_Service_Mirror_AttachmentsListResponse"); |
|
| 827 | + $params = array('itemId' => $itemId); |
|
| 828 | + $params = array_merge($params, $optParams); |
|
| 829 | + return $this->call('list', array($params), "Google_Service_Mirror_AttachmentsListResponse"); |
|
| 830 | 830 | } |
| 831 | 831 | } |
| 832 | 832 | |
@@ -848,35 +848,35 @@ discard block |
||
| 848 | 848 | |
| 849 | 849 | public function setAuthTokens($authTokens) |
| 850 | 850 | { |
| 851 | - $this->authTokens = $authTokens; |
|
| 851 | + $this->authTokens = $authTokens; |
|
| 852 | 852 | } |
| 853 | 853 | public function getAuthTokens() |
| 854 | 854 | { |
| 855 | - return $this->authTokens; |
|
| 855 | + return $this->authTokens; |
|
| 856 | 856 | } |
| 857 | 857 | public function setFeatures($features) |
| 858 | 858 | { |
| 859 | - $this->features = $features; |
|
| 859 | + $this->features = $features; |
|
| 860 | 860 | } |
| 861 | 861 | public function getFeatures() |
| 862 | 862 | { |
| 863 | - return $this->features; |
|
| 863 | + return $this->features; |
|
| 864 | 864 | } |
| 865 | 865 | public function setPassword($password) |
| 866 | 866 | { |
| 867 | - $this->password = $password; |
|
| 867 | + $this->password = $password; |
|
| 868 | 868 | } |
| 869 | 869 | public function getPassword() |
| 870 | 870 | { |
| 871 | - return $this->password; |
|
| 871 | + return $this->password; |
|
| 872 | 872 | } |
| 873 | 873 | public function setUserData($userData) |
| 874 | 874 | { |
| 875 | - $this->userData = $userData; |
|
| 875 | + $this->userData = $userData; |
|
| 876 | 876 | } |
| 877 | 877 | public function getUserData() |
| 878 | 878 | { |
| 879 | - return $this->userData; |
|
| 879 | + return $this->userData; |
|
| 880 | 880 | } |
| 881 | 881 | } |
| 882 | 882 | |
@@ -892,35 +892,35 @@ discard block |
||
| 892 | 892 | |
| 893 | 893 | public function setContentType($contentType) |
| 894 | 894 | { |
| 895 | - $this->contentType = $contentType; |
|
| 895 | + $this->contentType = $contentType; |
|
| 896 | 896 | } |
| 897 | 897 | public function getContentType() |
| 898 | 898 | { |
| 899 | - return $this->contentType; |
|
| 899 | + return $this->contentType; |
|
| 900 | 900 | } |
| 901 | 901 | public function setContentUrl($contentUrl) |
| 902 | 902 | { |
| 903 | - $this->contentUrl = $contentUrl; |
|
| 903 | + $this->contentUrl = $contentUrl; |
|
| 904 | 904 | } |
| 905 | 905 | public function getContentUrl() |
| 906 | 906 | { |
| 907 | - return $this->contentUrl; |
|
| 907 | + return $this->contentUrl; |
|
| 908 | 908 | } |
| 909 | 909 | public function setId($id) |
| 910 | 910 | { |
| 911 | - $this->id = $id; |
|
| 911 | + $this->id = $id; |
|
| 912 | 912 | } |
| 913 | 913 | public function getId() |
| 914 | 914 | { |
| 915 | - return $this->id; |
|
| 915 | + return $this->id; |
|
| 916 | 916 | } |
| 917 | 917 | public function setIsProcessingContent($isProcessingContent) |
| 918 | 918 | { |
| 919 | - $this->isProcessingContent = $isProcessingContent; |
|
| 919 | + $this->isProcessingContent = $isProcessingContent; |
|
| 920 | 920 | } |
| 921 | 921 | public function getIsProcessingContent() |
| 922 | 922 | { |
| 923 | - return $this->isProcessingContent; |
|
| 923 | + return $this->isProcessingContent; |
|
| 924 | 924 | } |
| 925 | 925 | } |
| 926 | 926 | |
@@ -936,19 +936,19 @@ discard block |
||
| 936 | 936 | |
| 937 | 937 | public function setItems($items) |
| 938 | 938 | { |
| 939 | - $this->items = $items; |
|
| 939 | + $this->items = $items; |
|
| 940 | 940 | } |
| 941 | 941 | public function getItems() |
| 942 | 942 | { |
| 943 | - return $this->items; |
|
| 943 | + return $this->items; |
|
| 944 | 944 | } |
| 945 | 945 | public function setKind($kind) |
| 946 | 946 | { |
| 947 | - $this->kind = $kind; |
|
| 947 | + $this->kind = $kind; |
|
| 948 | 948 | } |
| 949 | 949 | public function getKind() |
| 950 | 950 | { |
| 951 | - return $this->kind; |
|
| 951 | + return $this->kind; |
|
| 952 | 952 | } |
| 953 | 953 | } |
| 954 | 954 | |
@@ -962,19 +962,19 @@ discard block |
||
| 962 | 962 | |
| 963 | 963 | public function setAuthToken($authToken) |
| 964 | 964 | { |
| 965 | - $this->authToken = $authToken; |
|
| 965 | + $this->authToken = $authToken; |
|
| 966 | 966 | } |
| 967 | 967 | public function getAuthToken() |
| 968 | 968 | { |
| 969 | - return $this->authToken; |
|
| 969 | + return $this->authToken; |
|
| 970 | 970 | } |
| 971 | 971 | public function setType($type) |
| 972 | 972 | { |
| 973 | - $this->type = $type; |
|
| 973 | + $this->type = $type; |
|
| 974 | 974 | } |
| 975 | 975 | public function getType() |
| 976 | 976 | { |
| 977 | - return $this->type; |
|
| 977 | + return $this->type; |
|
| 978 | 978 | } |
| 979 | 979 | } |
| 980 | 980 | |
@@ -987,11 +987,11 @@ discard block |
||
| 987 | 987 | |
| 988 | 988 | public function setType($type) |
| 989 | 989 | { |
| 990 | - $this->type = $type; |
|
| 990 | + $this->type = $type; |
|
| 991 | 991 | } |
| 992 | 992 | public function getType() |
| 993 | 993 | { |
| 994 | - return $this->type; |
|
| 994 | + return $this->type; |
|
| 995 | 995 | } |
| 996 | 996 | } |
| 997 | 997 | |
@@ -1017,99 +1017,99 @@ discard block |
||
| 1017 | 1017 | |
| 1018 | 1018 | public function setAcceptCommands($acceptCommands) |
| 1019 | 1019 | { |
| 1020 | - $this->acceptCommands = $acceptCommands; |
|
| 1020 | + $this->acceptCommands = $acceptCommands; |
|
| 1021 | 1021 | } |
| 1022 | 1022 | public function getAcceptCommands() |
| 1023 | 1023 | { |
| 1024 | - return $this->acceptCommands; |
|
| 1024 | + return $this->acceptCommands; |
|
| 1025 | 1025 | } |
| 1026 | 1026 | public function setAcceptTypes($acceptTypes) |
| 1027 | 1027 | { |
| 1028 | - $this->acceptTypes = $acceptTypes; |
|
| 1028 | + $this->acceptTypes = $acceptTypes; |
|
| 1029 | 1029 | } |
| 1030 | 1030 | public function getAcceptTypes() |
| 1031 | 1031 | { |
| 1032 | - return $this->acceptTypes; |
|
| 1032 | + return $this->acceptTypes; |
|
| 1033 | 1033 | } |
| 1034 | 1034 | public function setDisplayName($displayName) |
| 1035 | 1035 | { |
| 1036 | - $this->displayName = $displayName; |
|
| 1036 | + $this->displayName = $displayName; |
|
| 1037 | 1037 | } |
| 1038 | 1038 | public function getDisplayName() |
| 1039 | 1039 | { |
| 1040 | - return $this->displayName; |
|
| 1040 | + return $this->displayName; |
|
| 1041 | 1041 | } |
| 1042 | 1042 | public function setId($id) |
| 1043 | 1043 | { |
| 1044 | - $this->id = $id; |
|
| 1044 | + $this->id = $id; |
|
| 1045 | 1045 | } |
| 1046 | 1046 | public function getId() |
| 1047 | 1047 | { |
| 1048 | - return $this->id; |
|
| 1048 | + return $this->id; |
|
| 1049 | 1049 | } |
| 1050 | 1050 | public function setImageUrls($imageUrls) |
| 1051 | 1051 | { |
| 1052 | - $this->imageUrls = $imageUrls; |
|
| 1052 | + $this->imageUrls = $imageUrls; |
|
| 1053 | 1053 | } |
| 1054 | 1054 | public function getImageUrls() |
| 1055 | 1055 | { |
| 1056 | - return $this->imageUrls; |
|
| 1056 | + return $this->imageUrls; |
|
| 1057 | 1057 | } |
| 1058 | 1058 | public function setKind($kind) |
| 1059 | 1059 | { |
| 1060 | - $this->kind = $kind; |
|
| 1060 | + $this->kind = $kind; |
|
| 1061 | 1061 | } |
| 1062 | 1062 | public function getKind() |
| 1063 | 1063 | { |
| 1064 | - return $this->kind; |
|
| 1064 | + return $this->kind; |
|
| 1065 | 1065 | } |
| 1066 | 1066 | public function setPhoneNumber($phoneNumber) |
| 1067 | 1067 | { |
| 1068 | - $this->phoneNumber = $phoneNumber; |
|
| 1068 | + $this->phoneNumber = $phoneNumber; |
|
| 1069 | 1069 | } |
| 1070 | 1070 | public function getPhoneNumber() |
| 1071 | 1071 | { |
| 1072 | - return $this->phoneNumber; |
|
| 1072 | + return $this->phoneNumber; |
|
| 1073 | 1073 | } |
| 1074 | 1074 | public function setPriority($priority) |
| 1075 | 1075 | { |
| 1076 | - $this->priority = $priority; |
|
| 1076 | + $this->priority = $priority; |
|
| 1077 | 1077 | } |
| 1078 | 1078 | public function getPriority() |
| 1079 | 1079 | { |
| 1080 | - return $this->priority; |
|
| 1080 | + return $this->priority; |
|
| 1081 | 1081 | } |
| 1082 | 1082 | public function setSharingFeatures($sharingFeatures) |
| 1083 | 1083 | { |
| 1084 | - $this->sharingFeatures = $sharingFeatures; |
|
| 1084 | + $this->sharingFeatures = $sharingFeatures; |
|
| 1085 | 1085 | } |
| 1086 | 1086 | public function getSharingFeatures() |
| 1087 | 1087 | { |
| 1088 | - return $this->sharingFeatures; |
|
| 1088 | + return $this->sharingFeatures; |
|
| 1089 | 1089 | } |
| 1090 | 1090 | public function setSource($source) |
| 1091 | 1091 | { |
| 1092 | - $this->source = $source; |
|
| 1092 | + $this->source = $source; |
|
| 1093 | 1093 | } |
| 1094 | 1094 | public function getSource() |
| 1095 | 1095 | { |
| 1096 | - return $this->source; |
|
| 1096 | + return $this->source; |
|
| 1097 | 1097 | } |
| 1098 | 1098 | public function setSpeakableName($speakableName) |
| 1099 | 1099 | { |
| 1100 | - $this->speakableName = $speakableName; |
|
| 1100 | + $this->speakableName = $speakableName; |
|
| 1101 | 1101 | } |
| 1102 | 1102 | public function getSpeakableName() |
| 1103 | 1103 | { |
| 1104 | - return $this->speakableName; |
|
| 1104 | + return $this->speakableName; |
|
| 1105 | 1105 | } |
| 1106 | 1106 | public function setType($type) |
| 1107 | 1107 | { |
| 1108 | - $this->type = $type; |
|
| 1108 | + $this->type = $type; |
|
| 1109 | 1109 | } |
| 1110 | 1110 | public function getType() |
| 1111 | 1111 | { |
| 1112 | - return $this->type; |
|
| 1112 | + return $this->type; |
|
| 1113 | 1113 | } |
| 1114 | 1114 | } |
| 1115 | 1115 | |
@@ -1125,19 +1125,19 @@ discard block |
||
| 1125 | 1125 | |
| 1126 | 1126 | public function setItems($items) |
| 1127 | 1127 | { |
| 1128 | - $this->items = $items; |
|
| 1128 | + $this->items = $items; |
|
| 1129 | 1129 | } |
| 1130 | 1130 | public function getItems() |
| 1131 | 1131 | { |
| 1132 | - return $this->items; |
|
| 1132 | + return $this->items; |
|
| 1133 | 1133 | } |
| 1134 | 1134 | public function setKind($kind) |
| 1135 | 1135 | { |
| 1136 | - $this->kind = $kind; |
|
| 1136 | + $this->kind = $kind; |
|
| 1137 | 1137 | } |
| 1138 | 1138 | public function getKind() |
| 1139 | 1139 | { |
| 1140 | - return $this->kind; |
|
| 1140 | + return $this->kind; |
|
| 1141 | 1141 | } |
| 1142 | 1142 | } |
| 1143 | 1143 | |
@@ -1157,67 +1157,67 @@ discard block |
||
| 1157 | 1157 | |
| 1158 | 1158 | public function setAccuracy($accuracy) |
| 1159 | 1159 | { |
| 1160 | - $this->accuracy = $accuracy; |
|
| 1160 | + $this->accuracy = $accuracy; |
|
| 1161 | 1161 | } |
| 1162 | 1162 | public function getAccuracy() |
| 1163 | 1163 | { |
| 1164 | - return $this->accuracy; |
|
| 1164 | + return $this->accuracy; |
|
| 1165 | 1165 | } |
| 1166 | 1166 | public function setAddress($address) |
| 1167 | 1167 | { |
| 1168 | - $this->address = $address; |
|
| 1168 | + $this->address = $address; |
|
| 1169 | 1169 | } |
| 1170 | 1170 | public function getAddress() |
| 1171 | 1171 | { |
| 1172 | - return $this->address; |
|
| 1172 | + return $this->address; |
|
| 1173 | 1173 | } |
| 1174 | 1174 | public function setDisplayName($displayName) |
| 1175 | 1175 | { |
| 1176 | - $this->displayName = $displayName; |
|
| 1176 | + $this->displayName = $displayName; |
|
| 1177 | 1177 | } |
| 1178 | 1178 | public function getDisplayName() |
| 1179 | 1179 | { |
| 1180 | - return $this->displayName; |
|
| 1180 | + return $this->displayName; |
|
| 1181 | 1181 | } |
| 1182 | 1182 | public function setId($id) |
| 1183 | 1183 | { |
| 1184 | - $this->id = $id; |
|
| 1184 | + $this->id = $id; |
|
| 1185 | 1185 | } |
| 1186 | 1186 | public function getId() |
| 1187 | 1187 | { |
| 1188 | - return $this->id; |
|
| 1188 | + return $this->id; |
|
| 1189 | 1189 | } |
| 1190 | 1190 | public function setKind($kind) |
| 1191 | 1191 | { |
| 1192 | - $this->kind = $kind; |
|
| 1192 | + $this->kind = $kind; |
|
| 1193 | 1193 | } |
| 1194 | 1194 | public function getKind() |
| 1195 | 1195 | { |
| 1196 | - return $this->kind; |
|
| 1196 | + return $this->kind; |
|
| 1197 | 1197 | } |
| 1198 | 1198 | public function setLatitude($latitude) |
| 1199 | 1199 | { |
| 1200 | - $this->latitude = $latitude; |
|
| 1200 | + $this->latitude = $latitude; |
|
| 1201 | 1201 | } |
| 1202 | 1202 | public function getLatitude() |
| 1203 | 1203 | { |
| 1204 | - return $this->latitude; |
|
| 1204 | + return $this->latitude; |
|
| 1205 | 1205 | } |
| 1206 | 1206 | public function setLongitude($longitude) |
| 1207 | 1207 | { |
| 1208 | - $this->longitude = $longitude; |
|
| 1208 | + $this->longitude = $longitude; |
|
| 1209 | 1209 | } |
| 1210 | 1210 | public function getLongitude() |
| 1211 | 1211 | { |
| 1212 | - return $this->longitude; |
|
| 1212 | + return $this->longitude; |
|
| 1213 | 1213 | } |
| 1214 | 1214 | public function setTimestamp($timestamp) |
| 1215 | 1215 | { |
| 1216 | - $this->timestamp = $timestamp; |
|
| 1216 | + $this->timestamp = $timestamp; |
|
| 1217 | 1217 | } |
| 1218 | 1218 | public function getTimestamp() |
| 1219 | 1219 | { |
| 1220 | - return $this->timestamp; |
|
| 1220 | + return $this->timestamp; |
|
| 1221 | 1221 | } |
| 1222 | 1222 | } |
| 1223 | 1223 | |
@@ -1233,19 +1233,19 @@ discard block |
||
| 1233 | 1233 | |
| 1234 | 1234 | public function setItems($items) |
| 1235 | 1235 | { |
| 1236 | - $this->items = $items; |
|
| 1236 | + $this->items = $items; |
|
| 1237 | 1237 | } |
| 1238 | 1238 | public function getItems() |
| 1239 | 1239 | { |
| 1240 | - return $this->items; |
|
| 1240 | + return $this->items; |
|
| 1241 | 1241 | } |
| 1242 | 1242 | public function setKind($kind) |
| 1243 | 1243 | { |
| 1244 | - $this->kind = $kind; |
|
| 1244 | + $this->kind = $kind; |
|
| 1245 | 1245 | } |
| 1246 | 1246 | public function getKind() |
| 1247 | 1247 | { |
| 1248 | - return $this->kind; |
|
| 1248 | + return $this->kind; |
|
| 1249 | 1249 | } |
| 1250 | 1250 | } |
| 1251 | 1251 | |
@@ -1253,7 +1253,7 @@ discard block |
||
| 1253 | 1253 | { |
| 1254 | 1254 | protected $collection_key = 'values'; |
| 1255 | 1255 | protected $internal_gapi_mappings = array( |
| 1256 | - "contextualCommand" => "contextual_command", |
|
| 1256 | + "contextualCommand" => "contextual_command", |
|
| 1257 | 1257 | ); |
| 1258 | 1258 | public $action; |
| 1259 | 1259 | public $contextualCommand; |
@@ -1266,51 +1266,51 @@ discard block |
||
| 1266 | 1266 | |
| 1267 | 1267 | public function setAction($action) |
| 1268 | 1268 | { |
| 1269 | - $this->action = $action; |
|
| 1269 | + $this->action = $action; |
|
| 1270 | 1270 | } |
| 1271 | 1271 | public function getAction() |
| 1272 | 1272 | { |
| 1273 | - return $this->action; |
|
| 1273 | + return $this->action; |
|
| 1274 | 1274 | } |
| 1275 | 1275 | public function setContextualCommand($contextualCommand) |
| 1276 | 1276 | { |
| 1277 | - $this->contextualCommand = $contextualCommand; |
|
| 1277 | + $this->contextualCommand = $contextualCommand; |
|
| 1278 | 1278 | } |
| 1279 | 1279 | public function getContextualCommand() |
| 1280 | 1280 | { |
| 1281 | - return $this->contextualCommand; |
|
| 1281 | + return $this->contextualCommand; |
|
| 1282 | 1282 | } |
| 1283 | 1283 | public function setId($id) |
| 1284 | 1284 | { |
| 1285 | - $this->id = $id; |
|
| 1285 | + $this->id = $id; |
|
| 1286 | 1286 | } |
| 1287 | 1287 | public function getId() |
| 1288 | 1288 | { |
| 1289 | - return $this->id; |
|
| 1289 | + return $this->id; |
|
| 1290 | 1290 | } |
| 1291 | 1291 | public function setPayload($payload) |
| 1292 | 1292 | { |
| 1293 | - $this->payload = $payload; |
|
| 1293 | + $this->payload = $payload; |
|
| 1294 | 1294 | } |
| 1295 | 1295 | public function getPayload() |
| 1296 | 1296 | { |
| 1297 | - return $this->payload; |
|
| 1297 | + return $this->payload; |
|
| 1298 | 1298 | } |
| 1299 | 1299 | public function setRemoveWhenSelected($removeWhenSelected) |
| 1300 | 1300 | { |
| 1301 | - $this->removeWhenSelected = $removeWhenSelected; |
|
| 1301 | + $this->removeWhenSelected = $removeWhenSelected; |
|
| 1302 | 1302 | } |
| 1303 | 1303 | public function getRemoveWhenSelected() |
| 1304 | 1304 | { |
| 1305 | - return $this->removeWhenSelected; |
|
| 1305 | + return $this->removeWhenSelected; |
|
| 1306 | 1306 | } |
| 1307 | 1307 | public function setValues($values) |
| 1308 | 1308 | { |
| 1309 | - $this->values = $values; |
|
| 1309 | + $this->values = $values; |
|
| 1310 | 1310 | } |
| 1311 | 1311 | public function getValues() |
| 1312 | 1312 | { |
| 1313 | - return $this->values; |
|
| 1313 | + return $this->values; |
|
| 1314 | 1314 | } |
| 1315 | 1315 | } |
| 1316 | 1316 | |
@@ -1325,27 +1325,27 @@ discard block |
||
| 1325 | 1325 | |
| 1326 | 1326 | public function setDisplayName($displayName) |
| 1327 | 1327 | { |
| 1328 | - $this->displayName = $displayName; |
|
| 1328 | + $this->displayName = $displayName; |
|
| 1329 | 1329 | } |
| 1330 | 1330 | public function getDisplayName() |
| 1331 | 1331 | { |
| 1332 | - return $this->displayName; |
|
| 1332 | + return $this->displayName; |
|
| 1333 | 1333 | } |
| 1334 | 1334 | public function setIconUrl($iconUrl) |
| 1335 | 1335 | { |
| 1336 | - $this->iconUrl = $iconUrl; |
|
| 1336 | + $this->iconUrl = $iconUrl; |
|
| 1337 | 1337 | } |
| 1338 | 1338 | public function getIconUrl() |
| 1339 | 1339 | { |
| 1340 | - return $this->iconUrl; |
|
| 1340 | + return $this->iconUrl; |
|
| 1341 | 1341 | } |
| 1342 | 1342 | public function setState($state) |
| 1343 | 1343 | { |
| 1344 | - $this->state = $state; |
|
| 1344 | + $this->state = $state; |
|
| 1345 | 1345 | } |
| 1346 | 1346 | public function getState() |
| 1347 | 1347 | { |
| 1348 | - return $this->state; |
|
| 1348 | + return $this->state; |
|
| 1349 | 1349 | } |
| 1350 | 1350 | } |
| 1351 | 1351 | |
@@ -1365,51 +1365,51 @@ discard block |
||
| 1365 | 1365 | |
| 1366 | 1366 | public function setCollection($collection) |
| 1367 | 1367 | { |
| 1368 | - $this->collection = $collection; |
|
| 1368 | + $this->collection = $collection; |
|
| 1369 | 1369 | } |
| 1370 | 1370 | public function getCollection() |
| 1371 | 1371 | { |
| 1372 | - return $this->collection; |
|
| 1372 | + return $this->collection; |
|
| 1373 | 1373 | } |
| 1374 | 1374 | public function setItemId($itemId) |
| 1375 | 1375 | { |
| 1376 | - $this->itemId = $itemId; |
|
| 1376 | + $this->itemId = $itemId; |
|
| 1377 | 1377 | } |
| 1378 | 1378 | public function getItemId() |
| 1379 | 1379 | { |
| 1380 | - return $this->itemId; |
|
| 1380 | + return $this->itemId; |
|
| 1381 | 1381 | } |
| 1382 | 1382 | public function setOperation($operation) |
| 1383 | 1383 | { |
| 1384 | - $this->operation = $operation; |
|
| 1384 | + $this->operation = $operation; |
|
| 1385 | 1385 | } |
| 1386 | 1386 | public function getOperation() |
| 1387 | 1387 | { |
| 1388 | - return $this->operation; |
|
| 1388 | + return $this->operation; |
|
| 1389 | 1389 | } |
| 1390 | 1390 | public function setUserActions($userActions) |
| 1391 | 1391 | { |
| 1392 | - $this->userActions = $userActions; |
|
| 1392 | + $this->userActions = $userActions; |
|
| 1393 | 1393 | } |
| 1394 | 1394 | public function getUserActions() |
| 1395 | 1395 | { |
| 1396 | - return $this->userActions; |
|
| 1396 | + return $this->userActions; |
|
| 1397 | 1397 | } |
| 1398 | 1398 | public function setUserToken($userToken) |
| 1399 | 1399 | { |
| 1400 | - $this->userToken = $userToken; |
|
| 1400 | + $this->userToken = $userToken; |
|
| 1401 | 1401 | } |
| 1402 | 1402 | public function getUserToken() |
| 1403 | 1403 | { |
| 1404 | - return $this->userToken; |
|
| 1404 | + return $this->userToken; |
|
| 1405 | 1405 | } |
| 1406 | 1406 | public function setVerifyToken($verifyToken) |
| 1407 | 1407 | { |
| 1408 | - $this->verifyToken = $verifyToken; |
|
| 1408 | + $this->verifyToken = $verifyToken; |
|
| 1409 | 1409 | } |
| 1410 | 1410 | public function getVerifyToken() |
| 1411 | 1411 | { |
| 1412 | - return $this->verifyToken; |
|
| 1412 | + return $this->verifyToken; |
|
| 1413 | 1413 | } |
| 1414 | 1414 | } |
| 1415 | 1415 | |
@@ -1423,19 +1423,19 @@ discard block |
||
| 1423 | 1423 | |
| 1424 | 1424 | public function setDeliveryTime($deliveryTime) |
| 1425 | 1425 | { |
| 1426 | - $this->deliveryTime = $deliveryTime; |
|
| 1426 | + $this->deliveryTime = $deliveryTime; |
|
| 1427 | 1427 | } |
| 1428 | 1428 | public function getDeliveryTime() |
| 1429 | 1429 | { |
| 1430 | - return $this->deliveryTime; |
|
| 1430 | + return $this->deliveryTime; |
|
| 1431 | 1431 | } |
| 1432 | 1432 | public function setLevel($level) |
| 1433 | 1433 | { |
| 1434 | - $this->level = $level; |
|
| 1434 | + $this->level = $level; |
|
| 1435 | 1435 | } |
| 1436 | 1436 | public function getLevel() |
| 1437 | 1437 | { |
| 1438 | - return $this->level; |
|
| 1438 | + return $this->level; |
|
| 1439 | 1439 | } |
| 1440 | 1440 | } |
| 1441 | 1441 | |
@@ -1450,27 +1450,27 @@ discard block |
||
| 1450 | 1450 | |
| 1451 | 1451 | public function setId($id) |
| 1452 | 1452 | { |
| 1453 | - $this->id = $id; |
|
| 1453 | + $this->id = $id; |
|
| 1454 | 1454 | } |
| 1455 | 1455 | public function getId() |
| 1456 | 1456 | { |
| 1457 | - return $this->id; |
|
| 1457 | + return $this->id; |
|
| 1458 | 1458 | } |
| 1459 | 1459 | public function setKind($kind) |
| 1460 | 1460 | { |
| 1461 | - $this->kind = $kind; |
|
| 1461 | + $this->kind = $kind; |
|
| 1462 | 1462 | } |
| 1463 | 1463 | public function getKind() |
| 1464 | 1464 | { |
| 1465 | - return $this->kind; |
|
| 1465 | + return $this->kind; |
|
| 1466 | 1466 | } |
| 1467 | 1467 | public function setValue($value) |
| 1468 | 1468 | { |
| 1469 | - $this->value = $value; |
|
| 1469 | + $this->value = $value; |
|
| 1470 | 1470 | } |
| 1471 | 1471 | public function getValue() |
| 1472 | 1472 | { |
| 1473 | - return $this->value; |
|
| 1473 | + return $this->value; |
|
| 1474 | 1474 | } |
| 1475 | 1475 | } |
| 1476 | 1476 | |
@@ -1493,75 +1493,75 @@ discard block |
||
| 1493 | 1493 | |
| 1494 | 1494 | public function setCallbackUrl($callbackUrl) |
| 1495 | 1495 | { |
| 1496 | - $this->callbackUrl = $callbackUrl; |
|
| 1496 | + $this->callbackUrl = $callbackUrl; |
|
| 1497 | 1497 | } |
| 1498 | 1498 | public function getCallbackUrl() |
| 1499 | 1499 | { |
| 1500 | - return $this->callbackUrl; |
|
| 1500 | + return $this->callbackUrl; |
|
| 1501 | 1501 | } |
| 1502 | 1502 | public function setCollection($collection) |
| 1503 | 1503 | { |
| 1504 | - $this->collection = $collection; |
|
| 1504 | + $this->collection = $collection; |
|
| 1505 | 1505 | } |
| 1506 | 1506 | public function getCollection() |
| 1507 | 1507 | { |
| 1508 | - return $this->collection; |
|
| 1508 | + return $this->collection; |
|
| 1509 | 1509 | } |
| 1510 | 1510 | public function setId($id) |
| 1511 | 1511 | { |
| 1512 | - $this->id = $id; |
|
| 1512 | + $this->id = $id; |
|
| 1513 | 1513 | } |
| 1514 | 1514 | public function getId() |
| 1515 | 1515 | { |
| 1516 | - return $this->id; |
|
| 1516 | + return $this->id; |
|
| 1517 | 1517 | } |
| 1518 | 1518 | public function setKind($kind) |
| 1519 | 1519 | { |
| 1520 | - $this->kind = $kind; |
|
| 1520 | + $this->kind = $kind; |
|
| 1521 | 1521 | } |
| 1522 | 1522 | public function getKind() |
| 1523 | 1523 | { |
| 1524 | - return $this->kind; |
|
| 1524 | + return $this->kind; |
|
| 1525 | 1525 | } |
| 1526 | 1526 | public function setNotification(Google_Service_Mirror_Notification $notification) |
| 1527 | 1527 | { |
| 1528 | - $this->notification = $notification; |
|
| 1528 | + $this->notification = $notification; |
|
| 1529 | 1529 | } |
| 1530 | 1530 | public function getNotification() |
| 1531 | 1531 | { |
| 1532 | - return $this->notification; |
|
| 1532 | + return $this->notification; |
|
| 1533 | 1533 | } |
| 1534 | 1534 | public function setOperation($operation) |
| 1535 | 1535 | { |
| 1536 | - $this->operation = $operation; |
|
| 1536 | + $this->operation = $operation; |
|
| 1537 | 1537 | } |
| 1538 | 1538 | public function getOperation() |
| 1539 | 1539 | { |
| 1540 | - return $this->operation; |
|
| 1540 | + return $this->operation; |
|
| 1541 | 1541 | } |
| 1542 | 1542 | public function setUpdated($updated) |
| 1543 | 1543 | { |
| 1544 | - $this->updated = $updated; |
|
| 1544 | + $this->updated = $updated; |
|
| 1545 | 1545 | } |
| 1546 | 1546 | public function getUpdated() |
| 1547 | 1547 | { |
| 1548 | - return $this->updated; |
|
| 1548 | + return $this->updated; |
|
| 1549 | 1549 | } |
| 1550 | 1550 | public function setUserToken($userToken) |
| 1551 | 1551 | { |
| 1552 | - $this->userToken = $userToken; |
|
| 1552 | + $this->userToken = $userToken; |
|
| 1553 | 1553 | } |
| 1554 | 1554 | public function getUserToken() |
| 1555 | 1555 | { |
| 1556 | - return $this->userToken; |
|
| 1556 | + return $this->userToken; |
|
| 1557 | 1557 | } |
| 1558 | 1558 | public function setVerifyToken($verifyToken) |
| 1559 | 1559 | { |
| 1560 | - $this->verifyToken = $verifyToken; |
|
| 1560 | + $this->verifyToken = $verifyToken; |
|
| 1561 | 1561 | } |
| 1562 | 1562 | public function getVerifyToken() |
| 1563 | 1563 | { |
| 1564 | - return $this->verifyToken; |
|
| 1564 | + return $this->verifyToken; |
|
| 1565 | 1565 | } |
| 1566 | 1566 | } |
| 1567 | 1567 | |
@@ -1577,19 +1577,19 @@ discard block |
||
| 1577 | 1577 | |
| 1578 | 1578 | public function setItems($items) |
| 1579 | 1579 | { |
| 1580 | - $this->items = $items; |
|
| 1580 | + $this->items = $items; |
|
| 1581 | 1581 | } |
| 1582 | 1582 | public function getItems() |
| 1583 | 1583 | { |
| 1584 | - return $this->items; |
|
| 1584 | + return $this->items; |
|
| 1585 | 1585 | } |
| 1586 | 1586 | public function setKind($kind) |
| 1587 | 1587 | { |
| 1588 | - $this->kind = $kind; |
|
| 1588 | + $this->kind = $kind; |
|
| 1589 | 1589 | } |
| 1590 | 1590 | public function getKind() |
| 1591 | 1591 | { |
| 1592 | - return $this->kind; |
|
| 1592 | + return $this->kind; |
|
| 1593 | 1593 | } |
| 1594 | 1594 | } |
| 1595 | 1595 | |
@@ -1634,211 +1634,211 @@ discard block |
||
| 1634 | 1634 | |
| 1635 | 1635 | public function setAttachments($attachments) |
| 1636 | 1636 | { |
| 1637 | - $this->attachments = $attachments; |
|
| 1637 | + $this->attachments = $attachments; |
|
| 1638 | 1638 | } |
| 1639 | 1639 | public function getAttachments() |
| 1640 | 1640 | { |
| 1641 | - return $this->attachments; |
|
| 1641 | + return $this->attachments; |
|
| 1642 | 1642 | } |
| 1643 | 1643 | public function setBundleId($bundleId) |
| 1644 | 1644 | { |
| 1645 | - $this->bundleId = $bundleId; |
|
| 1645 | + $this->bundleId = $bundleId; |
|
| 1646 | 1646 | } |
| 1647 | 1647 | public function getBundleId() |
| 1648 | 1648 | { |
| 1649 | - return $this->bundleId; |
|
| 1649 | + return $this->bundleId; |
|
| 1650 | 1650 | } |
| 1651 | 1651 | public function setCanonicalUrl($canonicalUrl) |
| 1652 | 1652 | { |
| 1653 | - $this->canonicalUrl = $canonicalUrl; |
|
| 1653 | + $this->canonicalUrl = $canonicalUrl; |
|
| 1654 | 1654 | } |
| 1655 | 1655 | public function getCanonicalUrl() |
| 1656 | 1656 | { |
| 1657 | - return $this->canonicalUrl; |
|
| 1657 | + return $this->canonicalUrl; |
|
| 1658 | 1658 | } |
| 1659 | 1659 | public function setCreated($created) |
| 1660 | 1660 | { |
| 1661 | - $this->created = $created; |
|
| 1661 | + $this->created = $created; |
|
| 1662 | 1662 | } |
| 1663 | 1663 | public function getCreated() |
| 1664 | 1664 | { |
| 1665 | - return $this->created; |
|
| 1665 | + return $this->created; |
|
| 1666 | 1666 | } |
| 1667 | 1667 | public function setCreator(Google_Service_Mirror_Contact $creator) |
| 1668 | 1668 | { |
| 1669 | - $this->creator = $creator; |
|
| 1669 | + $this->creator = $creator; |
|
| 1670 | 1670 | } |
| 1671 | 1671 | public function getCreator() |
| 1672 | 1672 | { |
| 1673 | - return $this->creator; |
|
| 1673 | + return $this->creator; |
|
| 1674 | 1674 | } |
| 1675 | 1675 | public function setDisplayTime($displayTime) |
| 1676 | 1676 | { |
| 1677 | - $this->displayTime = $displayTime; |
|
| 1677 | + $this->displayTime = $displayTime; |
|
| 1678 | 1678 | } |
| 1679 | 1679 | public function getDisplayTime() |
| 1680 | 1680 | { |
| 1681 | - return $this->displayTime; |
|
| 1681 | + return $this->displayTime; |
|
| 1682 | 1682 | } |
| 1683 | 1683 | public function setEtag($etag) |
| 1684 | 1684 | { |
| 1685 | - $this->etag = $etag; |
|
| 1685 | + $this->etag = $etag; |
|
| 1686 | 1686 | } |
| 1687 | 1687 | public function getEtag() |
| 1688 | 1688 | { |
| 1689 | - return $this->etag; |
|
| 1689 | + return $this->etag; |
|
| 1690 | 1690 | } |
| 1691 | 1691 | public function setHtml($html) |
| 1692 | 1692 | { |
| 1693 | - $this->html = $html; |
|
| 1693 | + $this->html = $html; |
|
| 1694 | 1694 | } |
| 1695 | 1695 | public function getHtml() |
| 1696 | 1696 | { |
| 1697 | - return $this->html; |
|
| 1697 | + return $this->html; |
|
| 1698 | 1698 | } |
| 1699 | 1699 | public function setId($id) |
| 1700 | 1700 | { |
| 1701 | - $this->id = $id; |
|
| 1701 | + $this->id = $id; |
|
| 1702 | 1702 | } |
| 1703 | 1703 | public function getId() |
| 1704 | 1704 | { |
| 1705 | - return $this->id; |
|
| 1705 | + return $this->id; |
|
| 1706 | 1706 | } |
| 1707 | 1707 | public function setInReplyTo($inReplyTo) |
| 1708 | 1708 | { |
| 1709 | - $this->inReplyTo = $inReplyTo; |
|
| 1709 | + $this->inReplyTo = $inReplyTo; |
|
| 1710 | 1710 | } |
| 1711 | 1711 | public function getInReplyTo() |
| 1712 | 1712 | { |
| 1713 | - return $this->inReplyTo; |
|
| 1713 | + return $this->inReplyTo; |
|
| 1714 | 1714 | } |
| 1715 | 1715 | public function setIsBundleCover($isBundleCover) |
| 1716 | 1716 | { |
| 1717 | - $this->isBundleCover = $isBundleCover; |
|
| 1717 | + $this->isBundleCover = $isBundleCover; |
|
| 1718 | 1718 | } |
| 1719 | 1719 | public function getIsBundleCover() |
| 1720 | 1720 | { |
| 1721 | - return $this->isBundleCover; |
|
| 1721 | + return $this->isBundleCover; |
|
| 1722 | 1722 | } |
| 1723 | 1723 | public function setIsDeleted($isDeleted) |
| 1724 | 1724 | { |
| 1725 | - $this->isDeleted = $isDeleted; |
|
| 1725 | + $this->isDeleted = $isDeleted; |
|
| 1726 | 1726 | } |
| 1727 | 1727 | public function getIsDeleted() |
| 1728 | 1728 | { |
| 1729 | - return $this->isDeleted; |
|
| 1729 | + return $this->isDeleted; |
|
| 1730 | 1730 | } |
| 1731 | 1731 | public function setIsPinned($isPinned) |
| 1732 | 1732 | { |
| 1733 | - $this->isPinned = $isPinned; |
|
| 1733 | + $this->isPinned = $isPinned; |
|
| 1734 | 1734 | } |
| 1735 | 1735 | public function getIsPinned() |
| 1736 | 1736 | { |
| 1737 | - return $this->isPinned; |
|
| 1737 | + return $this->isPinned; |
|
| 1738 | 1738 | } |
| 1739 | 1739 | public function setKind($kind) |
| 1740 | 1740 | { |
| 1741 | - $this->kind = $kind; |
|
| 1741 | + $this->kind = $kind; |
|
| 1742 | 1742 | } |
| 1743 | 1743 | public function getKind() |
| 1744 | 1744 | { |
| 1745 | - return $this->kind; |
|
| 1745 | + return $this->kind; |
|
| 1746 | 1746 | } |
| 1747 | 1747 | public function setLocation(Google_Service_Mirror_Location $location) |
| 1748 | 1748 | { |
| 1749 | - $this->location = $location; |
|
| 1749 | + $this->location = $location; |
|
| 1750 | 1750 | } |
| 1751 | 1751 | public function getLocation() |
| 1752 | 1752 | { |
| 1753 | - return $this->location; |
|
| 1753 | + return $this->location; |
|
| 1754 | 1754 | } |
| 1755 | 1755 | public function setMenuItems($menuItems) |
| 1756 | 1756 | { |
| 1757 | - $this->menuItems = $menuItems; |
|
| 1757 | + $this->menuItems = $menuItems; |
|
| 1758 | 1758 | } |
| 1759 | 1759 | public function getMenuItems() |
| 1760 | 1760 | { |
| 1761 | - return $this->menuItems; |
|
| 1761 | + return $this->menuItems; |
|
| 1762 | 1762 | } |
| 1763 | 1763 | public function setNotification(Google_Service_Mirror_NotificationConfig $notification) |
| 1764 | 1764 | { |
| 1765 | - $this->notification = $notification; |
|
| 1765 | + $this->notification = $notification; |
|
| 1766 | 1766 | } |
| 1767 | 1767 | public function getNotification() |
| 1768 | 1768 | { |
| 1769 | - return $this->notification; |
|
| 1769 | + return $this->notification; |
|
| 1770 | 1770 | } |
| 1771 | 1771 | public function setPinScore($pinScore) |
| 1772 | 1772 | { |
| 1773 | - $this->pinScore = $pinScore; |
|
| 1773 | + $this->pinScore = $pinScore; |
|
| 1774 | 1774 | } |
| 1775 | 1775 | public function getPinScore() |
| 1776 | 1776 | { |
| 1777 | - return $this->pinScore; |
|
| 1777 | + return $this->pinScore; |
|
| 1778 | 1778 | } |
| 1779 | 1779 | public function setRecipients($recipients) |
| 1780 | 1780 | { |
| 1781 | - $this->recipients = $recipients; |
|
| 1781 | + $this->recipients = $recipients; |
|
| 1782 | 1782 | } |
| 1783 | 1783 | public function getRecipients() |
| 1784 | 1784 | { |
| 1785 | - return $this->recipients; |
|
| 1785 | + return $this->recipients; |
|
| 1786 | 1786 | } |
| 1787 | 1787 | public function setSelfLink($selfLink) |
| 1788 | 1788 | { |
| 1789 | - $this->selfLink = $selfLink; |
|
| 1789 | + $this->selfLink = $selfLink; |
|
| 1790 | 1790 | } |
| 1791 | 1791 | public function getSelfLink() |
| 1792 | 1792 | { |
| 1793 | - return $this->selfLink; |
|
| 1793 | + return $this->selfLink; |
|
| 1794 | 1794 | } |
| 1795 | 1795 | public function setSourceItemId($sourceItemId) |
| 1796 | 1796 | { |
| 1797 | - $this->sourceItemId = $sourceItemId; |
|
| 1797 | + $this->sourceItemId = $sourceItemId; |
|
| 1798 | 1798 | } |
| 1799 | 1799 | public function getSourceItemId() |
| 1800 | 1800 | { |
| 1801 | - return $this->sourceItemId; |
|
| 1801 | + return $this->sourceItemId; |
|
| 1802 | 1802 | } |
| 1803 | 1803 | public function setSpeakableText($speakableText) |
| 1804 | 1804 | { |
| 1805 | - $this->speakableText = $speakableText; |
|
| 1805 | + $this->speakableText = $speakableText; |
|
| 1806 | 1806 | } |
| 1807 | 1807 | public function getSpeakableText() |
| 1808 | 1808 | { |
| 1809 | - return $this->speakableText; |
|
| 1809 | + return $this->speakableText; |
|
| 1810 | 1810 | } |
| 1811 | 1811 | public function setSpeakableType($speakableType) |
| 1812 | 1812 | { |
| 1813 | - $this->speakableType = $speakableType; |
|
| 1813 | + $this->speakableType = $speakableType; |
|
| 1814 | 1814 | } |
| 1815 | 1815 | public function getSpeakableType() |
| 1816 | 1816 | { |
| 1817 | - return $this->speakableType; |
|
| 1817 | + return $this->speakableType; |
|
| 1818 | 1818 | } |
| 1819 | 1819 | public function setText($text) |
| 1820 | 1820 | { |
| 1821 | - $this->text = $text; |
|
| 1821 | + $this->text = $text; |
|
| 1822 | 1822 | } |
| 1823 | 1823 | public function getText() |
| 1824 | 1824 | { |
| 1825 | - return $this->text; |
|
| 1825 | + return $this->text; |
|
| 1826 | 1826 | } |
| 1827 | 1827 | public function setTitle($title) |
| 1828 | 1828 | { |
| 1829 | - $this->title = $title; |
|
| 1829 | + $this->title = $title; |
|
| 1830 | 1830 | } |
| 1831 | 1831 | public function getTitle() |
| 1832 | 1832 | { |
| 1833 | - return $this->title; |
|
| 1833 | + return $this->title; |
|
| 1834 | 1834 | } |
| 1835 | 1835 | public function setUpdated($updated) |
| 1836 | 1836 | { |
| 1837 | - $this->updated = $updated; |
|
| 1837 | + $this->updated = $updated; |
|
| 1838 | 1838 | } |
| 1839 | 1839 | public function getUpdated() |
| 1840 | 1840 | { |
| 1841 | - return $this->updated; |
|
| 1841 | + return $this->updated; |
|
| 1842 | 1842 | } |
| 1843 | 1843 | } |
| 1844 | 1844 | |
@@ -1855,27 +1855,27 @@ discard block |
||
| 1855 | 1855 | |
| 1856 | 1856 | public function setItems($items) |
| 1857 | 1857 | { |
| 1858 | - $this->items = $items; |
|
| 1858 | + $this->items = $items; |
|
| 1859 | 1859 | } |
| 1860 | 1860 | public function getItems() |
| 1861 | 1861 | { |
| 1862 | - return $this->items; |
|
| 1862 | + return $this->items; |
|
| 1863 | 1863 | } |
| 1864 | 1864 | public function setKind($kind) |
| 1865 | 1865 | { |
| 1866 | - $this->kind = $kind; |
|
| 1866 | + $this->kind = $kind; |
|
| 1867 | 1867 | } |
| 1868 | 1868 | public function getKind() |
| 1869 | 1869 | { |
| 1870 | - return $this->kind; |
|
| 1870 | + return $this->kind; |
|
| 1871 | 1871 | } |
| 1872 | 1872 | public function setNextPageToken($nextPageToken) |
| 1873 | 1873 | { |
| 1874 | - $this->nextPageToken = $nextPageToken; |
|
| 1874 | + $this->nextPageToken = $nextPageToken; |
|
| 1875 | 1875 | } |
| 1876 | 1876 | public function getNextPageToken() |
| 1877 | 1877 | { |
| 1878 | - return $this->nextPageToken; |
|
| 1878 | + return $this->nextPageToken; |
|
| 1879 | 1879 | } |
| 1880 | 1880 | } |
| 1881 | 1881 | |
@@ -1889,19 +1889,19 @@ discard block |
||
| 1889 | 1889 | |
| 1890 | 1890 | public function setPayload($payload) |
| 1891 | 1891 | { |
| 1892 | - $this->payload = $payload; |
|
| 1892 | + $this->payload = $payload; |
|
| 1893 | 1893 | } |
| 1894 | 1894 | public function getPayload() |
| 1895 | 1895 | { |
| 1896 | - return $this->payload; |
|
| 1896 | + return $this->payload; |
|
| 1897 | 1897 | } |
| 1898 | 1898 | public function setType($type) |
| 1899 | 1899 | { |
| 1900 | - $this->type = $type; |
|
| 1900 | + $this->type = $type; |
|
| 1901 | 1901 | } |
| 1902 | 1902 | public function getType() |
| 1903 | 1903 | { |
| 1904 | - return $this->type; |
|
| 1904 | + return $this->type; |
|
| 1905 | 1905 | } |
| 1906 | 1906 | } |
| 1907 | 1907 | |
@@ -1915,18 +1915,18 @@ discard block |
||
| 1915 | 1915 | |
| 1916 | 1916 | public function setKey($key) |
| 1917 | 1917 | { |
| 1918 | - $this->key = $key; |
|
| 1918 | + $this->key = $key; |
|
| 1919 | 1919 | } |
| 1920 | 1920 | public function getKey() |
| 1921 | 1921 | { |
| 1922 | - return $this->key; |
|
| 1922 | + return $this->key; |
|
| 1923 | 1923 | } |
| 1924 | 1924 | public function setValue($value) |
| 1925 | 1925 | { |
| 1926 | - $this->value = $value; |
|
| 1926 | + $this->value = $value; |
|
| 1927 | 1927 | } |
| 1928 | 1928 | public function getValue() |
| 1929 | 1929 | { |
| 1930 | - return $this->value; |
|
| 1930 | + return $this->value; |
|
| 1931 | 1931 | } |
| 1932 | 1932 | } |
@@ -105,7 +105,7 @@ discard block |
||
| 105 | 105 | 'required' => true, |
| 106 | 106 | ), |
| 107 | 107 | ), |
| 108 | - ),'get' => array( |
|
| 108 | + ), 'get' => array( |
|
| 109 | 109 | 'path' => 'contacts/{id}', |
| 110 | 110 | 'httpMethod' => 'GET', |
| 111 | 111 | 'parameters' => array( |
@@ -115,15 +115,15 @@ discard block |
||
| 115 | 115 | 'required' => true, |
| 116 | 116 | ), |
| 117 | 117 | ), |
| 118 | - ),'insert' => array( |
|
| 118 | + ), 'insert' => array( |
|
| 119 | 119 | 'path' => 'contacts', |
| 120 | 120 | 'httpMethod' => 'POST', |
| 121 | 121 | 'parameters' => array(), |
| 122 | - ),'list' => array( |
|
| 122 | + ), 'list' => array( |
|
| 123 | 123 | 'path' => 'contacts', |
| 124 | 124 | 'httpMethod' => 'GET', |
| 125 | 125 | 'parameters' => array(), |
| 126 | - ),'patch' => array( |
|
| 126 | + ), 'patch' => array( |
|
| 127 | 127 | 'path' => 'contacts/{id}', |
| 128 | 128 | 'httpMethod' => 'PATCH', |
| 129 | 129 | 'parameters' => array( |
@@ -133,7 +133,7 @@ discard block |
||
| 133 | 133 | 'required' => true, |
| 134 | 134 | ), |
| 135 | 135 | ), |
| 136 | - ),'update' => array( |
|
| 136 | + ), 'update' => array( |
|
| 137 | 137 | 'path' => 'contacts/{id}', |
| 138 | 138 | 'httpMethod' => 'PUT', |
| 139 | 139 | 'parameters' => array( |
@@ -163,7 +163,7 @@ discard block |
||
| 163 | 163 | 'required' => true, |
| 164 | 164 | ), |
| 165 | 165 | ), |
| 166 | - ),'list' => array( |
|
| 166 | + ), 'list' => array( |
|
| 167 | 167 | 'path' => 'locations', |
| 168 | 168 | 'httpMethod' => 'GET', |
| 169 | 169 | 'parameters' => array(), |
@@ -207,15 +207,15 @@ discard block |
||
| 207 | 207 | 'required' => true, |
| 208 | 208 | ), |
| 209 | 209 | ), |
| 210 | - ),'insert' => array( |
|
| 210 | + ), 'insert' => array( |
|
| 211 | 211 | 'path' => 'subscriptions', |
| 212 | 212 | 'httpMethod' => 'POST', |
| 213 | 213 | 'parameters' => array(), |
| 214 | - ),'list' => array( |
|
| 214 | + ), 'list' => array( |
|
| 215 | 215 | 'path' => 'subscriptions', |
| 216 | 216 | 'httpMethod' => 'GET', |
| 217 | 217 | 'parameters' => array(), |
| 218 | - ),'update' => array( |
|
| 218 | + ), 'update' => array( |
|
| 219 | 219 | 'path' => 'subscriptions/{id}', |
| 220 | 220 | 'httpMethod' => 'PUT', |
| 221 | 221 | 'parameters' => array( |
@@ -245,7 +245,7 @@ discard block |
||
| 245 | 245 | 'required' => true, |
| 246 | 246 | ), |
| 247 | 247 | ), |
| 248 | - ),'get' => array( |
|
| 248 | + ), 'get' => array( |
|
| 249 | 249 | 'path' => 'timeline/{id}', |
| 250 | 250 | 'httpMethod' => 'GET', |
| 251 | 251 | 'parameters' => array( |
@@ -255,11 +255,11 @@ discard block |
||
| 255 | 255 | 'required' => true, |
| 256 | 256 | ), |
| 257 | 257 | ), |
| 258 | - ),'insert' => array( |
|
| 258 | + ), 'insert' => array( |
|
| 259 | 259 | 'path' => 'timeline', |
| 260 | 260 | 'httpMethod' => 'POST', |
| 261 | 261 | 'parameters' => array(), |
| 262 | - ),'list' => array( |
|
| 262 | + ), 'list' => array( |
|
| 263 | 263 | 'path' => 'timeline', |
| 264 | 264 | 'httpMethod' => 'GET', |
| 265 | 265 | 'parameters' => array( |
@@ -292,7 +292,7 @@ discard block |
||
| 292 | 292 | 'type' => 'string', |
| 293 | 293 | ), |
| 294 | 294 | ), |
| 295 | - ),'patch' => array( |
|
| 295 | + ), 'patch' => array( |
|
| 296 | 296 | 'path' => 'timeline/{id}', |
| 297 | 297 | 'httpMethod' => 'PATCH', |
| 298 | 298 | 'parameters' => array( |
@@ -302,7 +302,7 @@ discard block |
||
| 302 | 302 | 'required' => true, |
| 303 | 303 | ), |
| 304 | 304 | ), |
| 305 | - ),'update' => array( |
|
| 305 | + ), 'update' => array( |
|
| 306 | 306 | 'path' => 'timeline/{id}', |
| 307 | 307 | 'httpMethod' => 'PUT', |
| 308 | 308 | 'parameters' => array( |
@@ -337,7 +337,7 @@ discard block |
||
| 337 | 337 | 'required' => true, |
| 338 | 338 | ), |
| 339 | 339 | ), |
| 340 | - ),'get' => array( |
|
| 340 | + ), 'get' => array( |
|
| 341 | 341 | 'path' => 'timeline/{itemId}/attachments/{attachmentId}', |
| 342 | 342 | 'httpMethod' => 'GET', |
| 343 | 343 | 'parameters' => array( |
@@ -352,7 +352,7 @@ discard block |
||
| 352 | 352 | 'required' => true, |
| 353 | 353 | ), |
| 354 | 354 | ), |
| 355 | - ),'insert' => array( |
|
| 355 | + ), 'insert' => array( |
|
| 356 | 356 | 'path' => 'timeline/{itemId}/attachments', |
| 357 | 357 | 'httpMethod' => 'POST', |
| 358 | 358 | 'parameters' => array( |
@@ -362,7 +362,7 @@ discard block |
||
| 362 | 362 | 'required' => true, |
| 363 | 363 | ), |
| 364 | 364 | ), |
| 365 | - ),'list' => array( |
|
| 365 | + ), 'list' => array( |
|
| 366 | 366 | 'path' => 'timeline/{itemId}/attachments', |
| 367 | 367 | 'httpMethod' => 'GET', |
| 368 | 368 | 'parameters' => array( |
@@ -32,34 +32,34 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View your circles and the people and pages in them. */ |
| 34 | 34 | const PLUS_CIRCLES_READ = |
| 35 | - "https://www.googleapis.com/auth/plus.circles.read"; |
|
| 35 | + "https://www.googleapis.com/auth/plus.circles.read"; |
|
| 36 | 36 | /** Manage your circles and add people and pages. People and pages you add to your circles will be notified. Others may see this information publicly. People you add to circles can use Hangouts with you.. */ |
| 37 | 37 | const PLUS_CIRCLES_WRITE = |
| 38 | - "https://www.googleapis.com/auth/plus.circles.write"; |
|
| 38 | + "https://www.googleapis.com/auth/plus.circles.write"; |
|
| 39 | 39 | /** Know your basic profile info and list of people in your circles.. */ |
| 40 | 40 | const PLUS_LOGIN = |
| 41 | - "https://www.googleapis.com/auth/plus.login"; |
|
| 41 | + "https://www.googleapis.com/auth/plus.login"; |
|
| 42 | 42 | /** Know who you are on Google. */ |
| 43 | 43 | const PLUS_ME = |
| 44 | - "https://www.googleapis.com/auth/plus.me"; |
|
| 44 | + "https://www.googleapis.com/auth/plus.me"; |
|
| 45 | 45 | /** Send your photos and videos to Google+. */ |
| 46 | 46 | const PLUS_MEDIA_UPLOAD = |
| 47 | - "https://www.googleapis.com/auth/plus.media.upload"; |
|
| 47 | + "https://www.googleapis.com/auth/plus.media.upload"; |
|
| 48 | 48 | /** View your own Google+ profile and profiles visible to you. */ |
| 49 | 49 | const PLUS_PROFILES_READ = |
| 50 | - "https://www.googleapis.com/auth/plus.profiles.read"; |
|
| 50 | + "https://www.googleapis.com/auth/plus.profiles.read"; |
|
| 51 | 51 | /** View your Google+ posts, comments, and stream. */ |
| 52 | 52 | const PLUS_STREAM_READ = |
| 53 | - "https://www.googleapis.com/auth/plus.stream.read"; |
|
| 53 | + "https://www.googleapis.com/auth/plus.stream.read"; |
|
| 54 | 54 | /** Manage your Google+ posts, comments, and stream. */ |
| 55 | 55 | const PLUS_STREAM_WRITE = |
| 56 | - "https://www.googleapis.com/auth/plus.stream.write"; |
|
| 56 | + "https://www.googleapis.com/auth/plus.stream.write"; |
|
| 57 | 57 | /** View your email address. */ |
| 58 | 58 | const USERINFO_EMAIL = |
| 59 | - "https://www.googleapis.com/auth/userinfo.email"; |
|
| 59 | + "https://www.googleapis.com/auth/userinfo.email"; |
|
| 60 | 60 | /** View your basic profile info. */ |
| 61 | 61 | const USERINFO_PROFILE = |
| 62 | - "https://www.googleapis.com/auth/userinfo.profile"; |
|
| 62 | + "https://www.googleapis.com/auth/userinfo.profile"; |
|
| 63 | 63 | |
| 64 | 64 | public $activities; |
| 65 | 65 | public $audiences; |
@@ -76,380 +76,380 @@ discard block |
||
| 76 | 76 | */ |
| 77 | 77 | public function __construct(Google_Client $client) |
| 78 | 78 | { |
| 79 | - parent::__construct($client); |
|
| 80 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 81 | - $this->servicePath = 'plusDomains/v1/'; |
|
| 82 | - $this->version = 'v1'; |
|
| 83 | - $this->serviceName = 'plusDomains'; |
|
| 84 | - |
|
| 85 | - $this->activities = new Google_Service_PlusDomains_Activities_Resource( |
|
| 86 | - $this, |
|
| 87 | - $this->serviceName, |
|
| 88 | - 'activities', |
|
| 89 | - array( |
|
| 90 | - 'methods' => array( |
|
| 91 | - 'get' => array( |
|
| 92 | - 'path' => 'activities/{activityId}', |
|
| 93 | - 'httpMethod' => 'GET', |
|
| 94 | - 'parameters' => array( |
|
| 95 | - 'activityId' => array( |
|
| 96 | - 'location' => 'path', |
|
| 97 | - 'type' => 'string', |
|
| 98 | - 'required' => true, |
|
| 99 | - ), |
|
| 100 | - ), |
|
| 101 | - ),'insert' => array( |
|
| 102 | - 'path' => 'people/{userId}/activities', |
|
| 103 | - 'httpMethod' => 'POST', |
|
| 104 | - 'parameters' => array( |
|
| 105 | - 'userId' => array( |
|
| 106 | - 'location' => 'path', |
|
| 107 | - 'type' => 'string', |
|
| 108 | - 'required' => true, |
|
| 109 | - ), |
|
| 110 | - 'preview' => array( |
|
| 111 | - 'location' => 'query', |
|
| 112 | - 'type' => 'boolean', |
|
| 113 | - ), |
|
| 114 | - ), |
|
| 115 | - ),'list' => array( |
|
| 116 | - 'path' => 'people/{userId}/activities/{collection}', |
|
| 117 | - 'httpMethod' => 'GET', |
|
| 118 | - 'parameters' => array( |
|
| 119 | - 'userId' => array( |
|
| 120 | - 'location' => 'path', |
|
| 121 | - 'type' => 'string', |
|
| 122 | - 'required' => true, |
|
| 123 | - ), |
|
| 124 | - 'collection' => array( |
|
| 125 | - 'location' => 'path', |
|
| 126 | - 'type' => 'string', |
|
| 127 | - 'required' => true, |
|
| 128 | - ), |
|
| 129 | - 'pageToken' => array( |
|
| 130 | - 'location' => 'query', |
|
| 131 | - 'type' => 'string', |
|
| 132 | - ), |
|
| 133 | - 'maxResults' => array( |
|
| 134 | - 'location' => 'query', |
|
| 135 | - 'type' => 'integer', |
|
| 136 | - ), |
|
| 137 | - ), |
|
| 138 | - ), |
|
| 139 | - ) |
|
| 140 | - ) |
|
| 141 | - ); |
|
| 142 | - $this->audiences = new Google_Service_PlusDomains_Audiences_Resource( |
|
| 143 | - $this, |
|
| 144 | - $this->serviceName, |
|
| 145 | - 'audiences', |
|
| 146 | - array( |
|
| 147 | - 'methods' => array( |
|
| 148 | - 'list' => array( |
|
| 149 | - 'path' => 'people/{userId}/audiences', |
|
| 150 | - 'httpMethod' => 'GET', |
|
| 151 | - 'parameters' => array( |
|
| 152 | - 'userId' => array( |
|
| 153 | - 'location' => 'path', |
|
| 154 | - 'type' => 'string', |
|
| 155 | - 'required' => true, |
|
| 156 | - ), |
|
| 157 | - 'pageToken' => array( |
|
| 158 | - 'location' => 'query', |
|
| 159 | - 'type' => 'string', |
|
| 160 | - ), |
|
| 161 | - 'maxResults' => array( |
|
| 162 | - 'location' => 'query', |
|
| 163 | - 'type' => 'integer', |
|
| 164 | - ), |
|
| 165 | - ), |
|
| 166 | - ), |
|
| 167 | - ) |
|
| 168 | - ) |
|
| 169 | - ); |
|
| 170 | - $this->circles = new Google_Service_PlusDomains_Circles_Resource( |
|
| 171 | - $this, |
|
| 172 | - $this->serviceName, |
|
| 173 | - 'circles', |
|
| 174 | - array( |
|
| 175 | - 'methods' => array( |
|
| 176 | - 'addPeople' => array( |
|
| 177 | - 'path' => 'circles/{circleId}/people', |
|
| 178 | - 'httpMethod' => 'PUT', |
|
| 179 | - 'parameters' => array( |
|
| 180 | - 'circleId' => array( |
|
| 181 | - 'location' => 'path', |
|
| 182 | - 'type' => 'string', |
|
| 183 | - 'required' => true, |
|
| 184 | - ), |
|
| 185 | - 'userId' => array( |
|
| 186 | - 'location' => 'query', |
|
| 187 | - 'type' => 'string', |
|
| 188 | - 'repeated' => true, |
|
| 189 | - ), |
|
| 190 | - 'email' => array( |
|
| 191 | - 'location' => 'query', |
|
| 192 | - 'type' => 'string', |
|
| 193 | - 'repeated' => true, |
|
| 194 | - ), |
|
| 195 | - ), |
|
| 196 | - ),'get' => array( |
|
| 197 | - 'path' => 'circles/{circleId}', |
|
| 198 | - 'httpMethod' => 'GET', |
|
| 199 | - 'parameters' => array( |
|
| 200 | - 'circleId' => array( |
|
| 201 | - 'location' => 'path', |
|
| 202 | - 'type' => 'string', |
|
| 203 | - 'required' => true, |
|
| 204 | - ), |
|
| 205 | - ), |
|
| 206 | - ),'insert' => array( |
|
| 207 | - 'path' => 'people/{userId}/circles', |
|
| 208 | - 'httpMethod' => 'POST', |
|
| 209 | - 'parameters' => array( |
|
| 210 | - 'userId' => array( |
|
| 211 | - 'location' => 'path', |
|
| 212 | - 'type' => 'string', |
|
| 213 | - 'required' => true, |
|
| 214 | - ), |
|
| 215 | - ), |
|
| 216 | - ),'list' => array( |
|
| 217 | - 'path' => 'people/{userId}/circles', |
|
| 218 | - 'httpMethod' => 'GET', |
|
| 219 | - 'parameters' => array( |
|
| 220 | - 'userId' => array( |
|
| 221 | - 'location' => 'path', |
|
| 222 | - 'type' => 'string', |
|
| 223 | - 'required' => true, |
|
| 224 | - ), |
|
| 225 | - 'pageToken' => array( |
|
| 226 | - 'location' => 'query', |
|
| 227 | - 'type' => 'string', |
|
| 228 | - ), |
|
| 229 | - 'maxResults' => array( |
|
| 230 | - 'location' => 'query', |
|
| 231 | - 'type' => 'integer', |
|
| 232 | - ), |
|
| 233 | - ), |
|
| 234 | - ),'patch' => array( |
|
| 235 | - 'path' => 'circles/{circleId}', |
|
| 236 | - 'httpMethod' => 'PATCH', |
|
| 237 | - 'parameters' => array( |
|
| 238 | - 'circleId' => array( |
|
| 239 | - 'location' => 'path', |
|
| 240 | - 'type' => 'string', |
|
| 241 | - 'required' => true, |
|
| 242 | - ), |
|
| 243 | - ), |
|
| 244 | - ),'remove' => array( |
|
| 245 | - 'path' => 'circles/{circleId}', |
|
| 246 | - 'httpMethod' => 'DELETE', |
|
| 247 | - 'parameters' => array( |
|
| 248 | - 'circleId' => array( |
|
| 249 | - 'location' => 'path', |
|
| 250 | - 'type' => 'string', |
|
| 251 | - 'required' => true, |
|
| 252 | - ), |
|
| 253 | - ), |
|
| 254 | - ),'removePeople' => array( |
|
| 255 | - 'path' => 'circles/{circleId}/people', |
|
| 256 | - 'httpMethod' => 'DELETE', |
|
| 257 | - 'parameters' => array( |
|
| 258 | - 'circleId' => array( |
|
| 259 | - 'location' => 'path', |
|
| 260 | - 'type' => 'string', |
|
| 261 | - 'required' => true, |
|
| 262 | - ), |
|
| 263 | - 'userId' => array( |
|
| 264 | - 'location' => 'query', |
|
| 265 | - 'type' => 'string', |
|
| 266 | - 'repeated' => true, |
|
| 267 | - ), |
|
| 268 | - 'email' => array( |
|
| 269 | - 'location' => 'query', |
|
| 270 | - 'type' => 'string', |
|
| 271 | - 'repeated' => true, |
|
| 272 | - ), |
|
| 273 | - ), |
|
| 274 | - ),'update' => array( |
|
| 275 | - 'path' => 'circles/{circleId}', |
|
| 276 | - 'httpMethod' => 'PUT', |
|
| 277 | - 'parameters' => array( |
|
| 278 | - 'circleId' => array( |
|
| 279 | - 'location' => 'path', |
|
| 280 | - 'type' => 'string', |
|
| 281 | - 'required' => true, |
|
| 282 | - ), |
|
| 283 | - ), |
|
| 284 | - ), |
|
| 285 | - ) |
|
| 286 | - ) |
|
| 287 | - ); |
|
| 288 | - $this->comments = new Google_Service_PlusDomains_Comments_Resource( |
|
| 289 | - $this, |
|
| 290 | - $this->serviceName, |
|
| 291 | - 'comments', |
|
| 292 | - array( |
|
| 293 | - 'methods' => array( |
|
| 294 | - 'get' => array( |
|
| 295 | - 'path' => 'comments/{commentId}', |
|
| 296 | - 'httpMethod' => 'GET', |
|
| 297 | - 'parameters' => array( |
|
| 298 | - 'commentId' => array( |
|
| 299 | - 'location' => 'path', |
|
| 300 | - 'type' => 'string', |
|
| 301 | - 'required' => true, |
|
| 302 | - ), |
|
| 303 | - ), |
|
| 304 | - ),'insert' => array( |
|
| 305 | - 'path' => 'activities/{activityId}/comments', |
|
| 306 | - 'httpMethod' => 'POST', |
|
| 307 | - 'parameters' => array( |
|
| 308 | - 'activityId' => array( |
|
| 309 | - 'location' => 'path', |
|
| 310 | - 'type' => 'string', |
|
| 311 | - 'required' => true, |
|
| 312 | - ), |
|
| 313 | - ), |
|
| 314 | - ),'list' => array( |
|
| 315 | - 'path' => 'activities/{activityId}/comments', |
|
| 316 | - 'httpMethod' => 'GET', |
|
| 317 | - 'parameters' => array( |
|
| 318 | - 'activityId' => array( |
|
| 319 | - 'location' => 'path', |
|
| 320 | - 'type' => 'string', |
|
| 321 | - 'required' => true, |
|
| 322 | - ), |
|
| 323 | - 'pageToken' => array( |
|
| 324 | - 'location' => 'query', |
|
| 325 | - 'type' => 'string', |
|
| 326 | - ), |
|
| 327 | - 'sortOrder' => array( |
|
| 328 | - 'location' => 'query', |
|
| 329 | - 'type' => 'string', |
|
| 330 | - ), |
|
| 331 | - 'maxResults' => array( |
|
| 332 | - 'location' => 'query', |
|
| 333 | - 'type' => 'integer', |
|
| 334 | - ), |
|
| 335 | - ), |
|
| 336 | - ), |
|
| 337 | - ) |
|
| 338 | - ) |
|
| 339 | - ); |
|
| 340 | - $this->media = new Google_Service_PlusDomains_Media_Resource( |
|
| 341 | - $this, |
|
| 342 | - $this->serviceName, |
|
| 343 | - 'media', |
|
| 344 | - array( |
|
| 345 | - 'methods' => array( |
|
| 346 | - 'insert' => array( |
|
| 347 | - 'path' => 'people/{userId}/media/{collection}', |
|
| 348 | - 'httpMethod' => 'POST', |
|
| 349 | - 'parameters' => array( |
|
| 350 | - 'userId' => array( |
|
| 351 | - 'location' => 'path', |
|
| 352 | - 'type' => 'string', |
|
| 353 | - 'required' => true, |
|
| 354 | - ), |
|
| 355 | - 'collection' => array( |
|
| 356 | - 'location' => 'path', |
|
| 357 | - 'type' => 'string', |
|
| 358 | - 'required' => true, |
|
| 359 | - ), |
|
| 360 | - ), |
|
| 361 | - ), |
|
| 362 | - ) |
|
| 363 | - ) |
|
| 364 | - ); |
|
| 365 | - $this->people = new Google_Service_PlusDomains_People_Resource( |
|
| 366 | - $this, |
|
| 367 | - $this->serviceName, |
|
| 368 | - 'people', |
|
| 369 | - array( |
|
| 370 | - 'methods' => array( |
|
| 371 | - 'get' => array( |
|
| 372 | - 'path' => 'people/{userId}', |
|
| 373 | - 'httpMethod' => 'GET', |
|
| 374 | - 'parameters' => array( |
|
| 375 | - 'userId' => array( |
|
| 376 | - 'location' => 'path', |
|
| 377 | - 'type' => 'string', |
|
| 378 | - 'required' => true, |
|
| 379 | - ), |
|
| 380 | - ), |
|
| 381 | - ),'list' => array( |
|
| 382 | - 'path' => 'people/{userId}/people/{collection}', |
|
| 383 | - 'httpMethod' => 'GET', |
|
| 384 | - 'parameters' => array( |
|
| 385 | - 'userId' => array( |
|
| 386 | - 'location' => 'path', |
|
| 387 | - 'type' => 'string', |
|
| 388 | - 'required' => true, |
|
| 389 | - ), |
|
| 390 | - 'collection' => array( |
|
| 391 | - 'location' => 'path', |
|
| 392 | - 'type' => 'string', |
|
| 393 | - 'required' => true, |
|
| 394 | - ), |
|
| 395 | - 'orderBy' => array( |
|
| 396 | - 'location' => 'query', |
|
| 397 | - 'type' => 'string', |
|
| 398 | - ), |
|
| 399 | - 'pageToken' => array( |
|
| 400 | - 'location' => 'query', |
|
| 401 | - 'type' => 'string', |
|
| 402 | - ), |
|
| 403 | - 'maxResults' => array( |
|
| 404 | - 'location' => 'query', |
|
| 405 | - 'type' => 'integer', |
|
| 406 | - ), |
|
| 407 | - ), |
|
| 408 | - ),'listByActivity' => array( |
|
| 409 | - 'path' => 'activities/{activityId}/people/{collection}', |
|
| 410 | - 'httpMethod' => 'GET', |
|
| 411 | - 'parameters' => array( |
|
| 412 | - 'activityId' => array( |
|
| 413 | - 'location' => 'path', |
|
| 414 | - 'type' => 'string', |
|
| 415 | - 'required' => true, |
|
| 416 | - ), |
|
| 417 | - 'collection' => array( |
|
| 418 | - 'location' => 'path', |
|
| 419 | - 'type' => 'string', |
|
| 420 | - 'required' => true, |
|
| 421 | - ), |
|
| 422 | - 'pageToken' => array( |
|
| 423 | - 'location' => 'query', |
|
| 424 | - 'type' => 'string', |
|
| 425 | - ), |
|
| 426 | - 'maxResults' => array( |
|
| 427 | - 'location' => 'query', |
|
| 428 | - 'type' => 'integer', |
|
| 429 | - ), |
|
| 430 | - ), |
|
| 431 | - ),'listByCircle' => array( |
|
| 432 | - 'path' => 'circles/{circleId}/people', |
|
| 433 | - 'httpMethod' => 'GET', |
|
| 434 | - 'parameters' => array( |
|
| 435 | - 'circleId' => array( |
|
| 436 | - 'location' => 'path', |
|
| 437 | - 'type' => 'string', |
|
| 438 | - 'required' => true, |
|
| 439 | - ), |
|
| 440 | - 'pageToken' => array( |
|
| 441 | - 'location' => 'query', |
|
| 442 | - 'type' => 'string', |
|
| 443 | - ), |
|
| 444 | - 'maxResults' => array( |
|
| 445 | - 'location' => 'query', |
|
| 446 | - 'type' => 'integer', |
|
| 447 | - ), |
|
| 448 | - ), |
|
| 449 | - ), |
|
| 450 | - ) |
|
| 451 | - ) |
|
| 452 | - ); |
|
| 79 | + parent::__construct($client); |
|
| 80 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 81 | + $this->servicePath = 'plusDomains/v1/'; |
|
| 82 | + $this->version = 'v1'; |
|
| 83 | + $this->serviceName = 'plusDomains'; |
|
| 84 | + |
|
| 85 | + $this->activities = new Google_Service_PlusDomains_Activities_Resource( |
|
| 86 | + $this, |
|
| 87 | + $this->serviceName, |
|
| 88 | + 'activities', |
|
| 89 | + array( |
|
| 90 | + 'methods' => array( |
|
| 91 | + 'get' => array( |
|
| 92 | + 'path' => 'activities/{activityId}', |
|
| 93 | + 'httpMethod' => 'GET', |
|
| 94 | + 'parameters' => array( |
|
| 95 | + 'activityId' => array( |
|
| 96 | + 'location' => 'path', |
|
| 97 | + 'type' => 'string', |
|
| 98 | + 'required' => true, |
|
| 99 | + ), |
|
| 100 | + ), |
|
| 101 | + ),'insert' => array( |
|
| 102 | + 'path' => 'people/{userId}/activities', |
|
| 103 | + 'httpMethod' => 'POST', |
|
| 104 | + 'parameters' => array( |
|
| 105 | + 'userId' => array( |
|
| 106 | + 'location' => 'path', |
|
| 107 | + 'type' => 'string', |
|
| 108 | + 'required' => true, |
|
| 109 | + ), |
|
| 110 | + 'preview' => array( |
|
| 111 | + 'location' => 'query', |
|
| 112 | + 'type' => 'boolean', |
|
| 113 | + ), |
|
| 114 | + ), |
|
| 115 | + ),'list' => array( |
|
| 116 | + 'path' => 'people/{userId}/activities/{collection}', |
|
| 117 | + 'httpMethod' => 'GET', |
|
| 118 | + 'parameters' => array( |
|
| 119 | + 'userId' => array( |
|
| 120 | + 'location' => 'path', |
|
| 121 | + 'type' => 'string', |
|
| 122 | + 'required' => true, |
|
| 123 | + ), |
|
| 124 | + 'collection' => array( |
|
| 125 | + 'location' => 'path', |
|
| 126 | + 'type' => 'string', |
|
| 127 | + 'required' => true, |
|
| 128 | + ), |
|
| 129 | + 'pageToken' => array( |
|
| 130 | + 'location' => 'query', |
|
| 131 | + 'type' => 'string', |
|
| 132 | + ), |
|
| 133 | + 'maxResults' => array( |
|
| 134 | + 'location' => 'query', |
|
| 135 | + 'type' => 'integer', |
|
| 136 | + ), |
|
| 137 | + ), |
|
| 138 | + ), |
|
| 139 | + ) |
|
| 140 | + ) |
|
| 141 | + ); |
|
| 142 | + $this->audiences = new Google_Service_PlusDomains_Audiences_Resource( |
|
| 143 | + $this, |
|
| 144 | + $this->serviceName, |
|
| 145 | + 'audiences', |
|
| 146 | + array( |
|
| 147 | + 'methods' => array( |
|
| 148 | + 'list' => array( |
|
| 149 | + 'path' => 'people/{userId}/audiences', |
|
| 150 | + 'httpMethod' => 'GET', |
|
| 151 | + 'parameters' => array( |
|
| 152 | + 'userId' => array( |
|
| 153 | + 'location' => 'path', |
|
| 154 | + 'type' => 'string', |
|
| 155 | + 'required' => true, |
|
| 156 | + ), |
|
| 157 | + 'pageToken' => array( |
|
| 158 | + 'location' => 'query', |
|
| 159 | + 'type' => 'string', |
|
| 160 | + ), |
|
| 161 | + 'maxResults' => array( |
|
| 162 | + 'location' => 'query', |
|
| 163 | + 'type' => 'integer', |
|
| 164 | + ), |
|
| 165 | + ), |
|
| 166 | + ), |
|
| 167 | + ) |
|
| 168 | + ) |
|
| 169 | + ); |
|
| 170 | + $this->circles = new Google_Service_PlusDomains_Circles_Resource( |
|
| 171 | + $this, |
|
| 172 | + $this->serviceName, |
|
| 173 | + 'circles', |
|
| 174 | + array( |
|
| 175 | + 'methods' => array( |
|
| 176 | + 'addPeople' => array( |
|
| 177 | + 'path' => 'circles/{circleId}/people', |
|
| 178 | + 'httpMethod' => 'PUT', |
|
| 179 | + 'parameters' => array( |
|
| 180 | + 'circleId' => array( |
|
| 181 | + 'location' => 'path', |
|
| 182 | + 'type' => 'string', |
|
| 183 | + 'required' => true, |
|
| 184 | + ), |
|
| 185 | + 'userId' => array( |
|
| 186 | + 'location' => 'query', |
|
| 187 | + 'type' => 'string', |
|
| 188 | + 'repeated' => true, |
|
| 189 | + ), |
|
| 190 | + 'email' => array( |
|
| 191 | + 'location' => 'query', |
|
| 192 | + 'type' => 'string', |
|
| 193 | + 'repeated' => true, |
|
| 194 | + ), |
|
| 195 | + ), |
|
| 196 | + ),'get' => array( |
|
| 197 | + 'path' => 'circles/{circleId}', |
|
| 198 | + 'httpMethod' => 'GET', |
|
| 199 | + 'parameters' => array( |
|
| 200 | + 'circleId' => array( |
|
| 201 | + 'location' => 'path', |
|
| 202 | + 'type' => 'string', |
|
| 203 | + 'required' => true, |
|
| 204 | + ), |
|
| 205 | + ), |
|
| 206 | + ),'insert' => array( |
|
| 207 | + 'path' => 'people/{userId}/circles', |
|
| 208 | + 'httpMethod' => 'POST', |
|
| 209 | + 'parameters' => array( |
|
| 210 | + 'userId' => array( |
|
| 211 | + 'location' => 'path', |
|
| 212 | + 'type' => 'string', |
|
| 213 | + 'required' => true, |
|
| 214 | + ), |
|
| 215 | + ), |
|
| 216 | + ),'list' => array( |
|
| 217 | + 'path' => 'people/{userId}/circles', |
|
| 218 | + 'httpMethod' => 'GET', |
|
| 219 | + 'parameters' => array( |
|
| 220 | + 'userId' => array( |
|
| 221 | + 'location' => 'path', |
|
| 222 | + 'type' => 'string', |
|
| 223 | + 'required' => true, |
|
| 224 | + ), |
|
| 225 | + 'pageToken' => array( |
|
| 226 | + 'location' => 'query', |
|
| 227 | + 'type' => 'string', |
|
| 228 | + ), |
|
| 229 | + 'maxResults' => array( |
|
| 230 | + 'location' => 'query', |
|
| 231 | + 'type' => 'integer', |
|
| 232 | + ), |
|
| 233 | + ), |
|
| 234 | + ),'patch' => array( |
|
| 235 | + 'path' => 'circles/{circleId}', |
|
| 236 | + 'httpMethod' => 'PATCH', |
|
| 237 | + 'parameters' => array( |
|
| 238 | + 'circleId' => array( |
|
| 239 | + 'location' => 'path', |
|
| 240 | + 'type' => 'string', |
|
| 241 | + 'required' => true, |
|
| 242 | + ), |
|
| 243 | + ), |
|
| 244 | + ),'remove' => array( |
|
| 245 | + 'path' => 'circles/{circleId}', |
|
| 246 | + 'httpMethod' => 'DELETE', |
|
| 247 | + 'parameters' => array( |
|
| 248 | + 'circleId' => array( |
|
| 249 | + 'location' => 'path', |
|
| 250 | + 'type' => 'string', |
|
| 251 | + 'required' => true, |
|
| 252 | + ), |
|
| 253 | + ), |
|
| 254 | + ),'removePeople' => array( |
|
| 255 | + 'path' => 'circles/{circleId}/people', |
|
| 256 | + 'httpMethod' => 'DELETE', |
|
| 257 | + 'parameters' => array( |
|
| 258 | + 'circleId' => array( |
|
| 259 | + 'location' => 'path', |
|
| 260 | + 'type' => 'string', |
|
| 261 | + 'required' => true, |
|
| 262 | + ), |
|
| 263 | + 'userId' => array( |
|
| 264 | + 'location' => 'query', |
|
| 265 | + 'type' => 'string', |
|
| 266 | + 'repeated' => true, |
|
| 267 | + ), |
|
| 268 | + 'email' => array( |
|
| 269 | + 'location' => 'query', |
|
| 270 | + 'type' => 'string', |
|
| 271 | + 'repeated' => true, |
|
| 272 | + ), |
|
| 273 | + ), |
|
| 274 | + ),'update' => array( |
|
| 275 | + 'path' => 'circles/{circleId}', |
|
| 276 | + 'httpMethod' => 'PUT', |
|
| 277 | + 'parameters' => array( |
|
| 278 | + 'circleId' => array( |
|
| 279 | + 'location' => 'path', |
|
| 280 | + 'type' => 'string', |
|
| 281 | + 'required' => true, |
|
| 282 | + ), |
|
| 283 | + ), |
|
| 284 | + ), |
|
| 285 | + ) |
|
| 286 | + ) |
|
| 287 | + ); |
|
| 288 | + $this->comments = new Google_Service_PlusDomains_Comments_Resource( |
|
| 289 | + $this, |
|
| 290 | + $this->serviceName, |
|
| 291 | + 'comments', |
|
| 292 | + array( |
|
| 293 | + 'methods' => array( |
|
| 294 | + 'get' => array( |
|
| 295 | + 'path' => 'comments/{commentId}', |
|
| 296 | + 'httpMethod' => 'GET', |
|
| 297 | + 'parameters' => array( |
|
| 298 | + 'commentId' => array( |
|
| 299 | + 'location' => 'path', |
|
| 300 | + 'type' => 'string', |
|
| 301 | + 'required' => true, |
|
| 302 | + ), |
|
| 303 | + ), |
|
| 304 | + ),'insert' => array( |
|
| 305 | + 'path' => 'activities/{activityId}/comments', |
|
| 306 | + 'httpMethod' => 'POST', |
|
| 307 | + 'parameters' => array( |
|
| 308 | + 'activityId' => array( |
|
| 309 | + 'location' => 'path', |
|
| 310 | + 'type' => 'string', |
|
| 311 | + 'required' => true, |
|
| 312 | + ), |
|
| 313 | + ), |
|
| 314 | + ),'list' => array( |
|
| 315 | + 'path' => 'activities/{activityId}/comments', |
|
| 316 | + 'httpMethod' => 'GET', |
|
| 317 | + 'parameters' => array( |
|
| 318 | + 'activityId' => array( |
|
| 319 | + 'location' => 'path', |
|
| 320 | + 'type' => 'string', |
|
| 321 | + 'required' => true, |
|
| 322 | + ), |
|
| 323 | + 'pageToken' => array( |
|
| 324 | + 'location' => 'query', |
|
| 325 | + 'type' => 'string', |
|
| 326 | + ), |
|
| 327 | + 'sortOrder' => array( |
|
| 328 | + 'location' => 'query', |
|
| 329 | + 'type' => 'string', |
|
| 330 | + ), |
|
| 331 | + 'maxResults' => array( |
|
| 332 | + 'location' => 'query', |
|
| 333 | + 'type' => 'integer', |
|
| 334 | + ), |
|
| 335 | + ), |
|
| 336 | + ), |
|
| 337 | + ) |
|
| 338 | + ) |
|
| 339 | + ); |
|
| 340 | + $this->media = new Google_Service_PlusDomains_Media_Resource( |
|
| 341 | + $this, |
|
| 342 | + $this->serviceName, |
|
| 343 | + 'media', |
|
| 344 | + array( |
|
| 345 | + 'methods' => array( |
|
| 346 | + 'insert' => array( |
|
| 347 | + 'path' => 'people/{userId}/media/{collection}', |
|
| 348 | + 'httpMethod' => 'POST', |
|
| 349 | + 'parameters' => array( |
|
| 350 | + 'userId' => array( |
|
| 351 | + 'location' => 'path', |
|
| 352 | + 'type' => 'string', |
|
| 353 | + 'required' => true, |
|
| 354 | + ), |
|
| 355 | + 'collection' => array( |
|
| 356 | + 'location' => 'path', |
|
| 357 | + 'type' => 'string', |
|
| 358 | + 'required' => true, |
|
| 359 | + ), |
|
| 360 | + ), |
|
| 361 | + ), |
|
| 362 | + ) |
|
| 363 | + ) |
|
| 364 | + ); |
|
| 365 | + $this->people = new Google_Service_PlusDomains_People_Resource( |
|
| 366 | + $this, |
|
| 367 | + $this->serviceName, |
|
| 368 | + 'people', |
|
| 369 | + array( |
|
| 370 | + 'methods' => array( |
|
| 371 | + 'get' => array( |
|
| 372 | + 'path' => 'people/{userId}', |
|
| 373 | + 'httpMethod' => 'GET', |
|
| 374 | + 'parameters' => array( |
|
| 375 | + 'userId' => array( |
|
| 376 | + 'location' => 'path', |
|
| 377 | + 'type' => 'string', |
|
| 378 | + 'required' => true, |
|
| 379 | + ), |
|
| 380 | + ), |
|
| 381 | + ),'list' => array( |
|
| 382 | + 'path' => 'people/{userId}/people/{collection}', |
|
| 383 | + 'httpMethod' => 'GET', |
|
| 384 | + 'parameters' => array( |
|
| 385 | + 'userId' => array( |
|
| 386 | + 'location' => 'path', |
|
| 387 | + 'type' => 'string', |
|
| 388 | + 'required' => true, |
|
| 389 | + ), |
|
| 390 | + 'collection' => array( |
|
| 391 | + 'location' => 'path', |
|
| 392 | + 'type' => 'string', |
|
| 393 | + 'required' => true, |
|
| 394 | + ), |
|
| 395 | + 'orderBy' => array( |
|
| 396 | + 'location' => 'query', |
|
| 397 | + 'type' => 'string', |
|
| 398 | + ), |
|
| 399 | + 'pageToken' => array( |
|
| 400 | + 'location' => 'query', |
|
| 401 | + 'type' => 'string', |
|
| 402 | + ), |
|
| 403 | + 'maxResults' => array( |
|
| 404 | + 'location' => 'query', |
|
| 405 | + 'type' => 'integer', |
|
| 406 | + ), |
|
| 407 | + ), |
|
| 408 | + ),'listByActivity' => array( |
|
| 409 | + 'path' => 'activities/{activityId}/people/{collection}', |
|
| 410 | + 'httpMethod' => 'GET', |
|
| 411 | + 'parameters' => array( |
|
| 412 | + 'activityId' => array( |
|
| 413 | + 'location' => 'path', |
|
| 414 | + 'type' => 'string', |
|
| 415 | + 'required' => true, |
|
| 416 | + ), |
|
| 417 | + 'collection' => array( |
|
| 418 | + 'location' => 'path', |
|
| 419 | + 'type' => 'string', |
|
| 420 | + 'required' => true, |
|
| 421 | + ), |
|
| 422 | + 'pageToken' => array( |
|
| 423 | + 'location' => 'query', |
|
| 424 | + 'type' => 'string', |
|
| 425 | + ), |
|
| 426 | + 'maxResults' => array( |
|
| 427 | + 'location' => 'query', |
|
| 428 | + 'type' => 'integer', |
|
| 429 | + ), |
|
| 430 | + ), |
|
| 431 | + ),'listByCircle' => array( |
|
| 432 | + 'path' => 'circles/{circleId}/people', |
|
| 433 | + 'httpMethod' => 'GET', |
|
| 434 | + 'parameters' => array( |
|
| 435 | + 'circleId' => array( |
|
| 436 | + 'location' => 'path', |
|
| 437 | + 'type' => 'string', |
|
| 438 | + 'required' => true, |
|
| 439 | + ), |
|
| 440 | + 'pageToken' => array( |
|
| 441 | + 'location' => 'query', |
|
| 442 | + 'type' => 'string', |
|
| 443 | + ), |
|
| 444 | + 'maxResults' => array( |
|
| 445 | + 'location' => 'query', |
|
| 446 | + 'type' => 'integer', |
|
| 447 | + ), |
|
| 448 | + ), |
|
| 449 | + ), |
|
| 450 | + ) |
|
| 451 | + ) |
|
| 452 | + ); |
|
| 453 | 453 | } |
| 454 | 454 | } |
| 455 | 455 | |
@@ -474,9 +474,9 @@ discard block |
||
| 474 | 474 | */ |
| 475 | 475 | public function get($activityId, $optParams = array()) |
| 476 | 476 | { |
| 477 | - $params = array('activityId' => $activityId); |
|
| 478 | - $params = array_merge($params, $optParams); |
|
| 479 | - return $this->call('get', array($params), "Google_Service_PlusDomains_Activity"); |
|
| 477 | + $params = array('activityId' => $activityId); |
|
| 478 | + $params = array_merge($params, $optParams); |
|
| 479 | + return $this->call('get', array($params), "Google_Service_PlusDomains_Activity"); |
|
| 480 | 480 | } |
| 481 | 481 | |
| 482 | 482 | /** |
@@ -494,9 +494,9 @@ discard block |
||
| 494 | 494 | */ |
| 495 | 495 | public function insert($userId, Google_Service_PlusDomains_Activity $postBody, $optParams = array()) |
| 496 | 496 | { |
| 497 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 498 | - $params = array_merge($params, $optParams); |
|
| 499 | - return $this->call('insert', array($params), "Google_Service_PlusDomains_Activity"); |
|
| 497 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 498 | + $params = array_merge($params, $optParams); |
|
| 499 | + return $this->call('insert', array($params), "Google_Service_PlusDomains_Activity"); |
|
| 500 | 500 | } |
| 501 | 501 | |
| 502 | 502 | /** |
@@ -518,9 +518,9 @@ discard block |
||
| 518 | 518 | */ |
| 519 | 519 | public function listActivities($userId, $collection, $optParams = array()) |
| 520 | 520 | { |
| 521 | - $params = array('userId' => $userId, 'collection' => $collection); |
|
| 522 | - $params = array_merge($params, $optParams); |
|
| 523 | - return $this->call('list', array($params), "Google_Service_PlusDomains_ActivityFeed"); |
|
| 521 | + $params = array('userId' => $userId, 'collection' => $collection); |
|
| 522 | + $params = array_merge($params, $optParams); |
|
| 523 | + return $this->call('list', array($params), "Google_Service_PlusDomains_ActivityFeed"); |
|
| 524 | 524 | } |
| 525 | 525 | } |
| 526 | 526 | |
@@ -553,9 +553,9 @@ discard block |
||
| 553 | 553 | */ |
| 554 | 554 | public function listAudiences($userId, $optParams = array()) |
| 555 | 555 | { |
| 556 | - $params = array('userId' => $userId); |
|
| 557 | - $params = array_merge($params, $optParams); |
|
| 558 | - return $this->call('list', array($params), "Google_Service_PlusDomains_AudiencesFeed"); |
|
| 556 | + $params = array('userId' => $userId); |
|
| 557 | + $params = array_merge($params, $optParams); |
|
| 558 | + return $this->call('list', array($params), "Google_Service_PlusDomains_AudiencesFeed"); |
|
| 559 | 559 | } |
| 560 | 560 | } |
| 561 | 561 | |
@@ -585,9 +585,9 @@ discard block |
||
| 585 | 585 | */ |
| 586 | 586 | public function addPeople($circleId, $optParams = array()) |
| 587 | 587 | { |
| 588 | - $params = array('circleId' => $circleId); |
|
| 589 | - $params = array_merge($params, $optParams); |
|
| 590 | - return $this->call('addPeople', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 588 | + $params = array('circleId' => $circleId); |
|
| 589 | + $params = array_merge($params, $optParams); |
|
| 590 | + return $this->call('addPeople', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 591 | 591 | } |
| 592 | 592 | |
| 593 | 593 | /** |
@@ -599,9 +599,9 @@ discard block |
||
| 599 | 599 | */ |
| 600 | 600 | public function get($circleId, $optParams = array()) |
| 601 | 601 | { |
| 602 | - $params = array('circleId' => $circleId); |
|
| 603 | - $params = array_merge($params, $optParams); |
|
| 604 | - return $this->call('get', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 602 | + $params = array('circleId' => $circleId); |
|
| 603 | + $params = array_merge($params, $optParams); |
|
| 604 | + return $this->call('get', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 605 | 605 | } |
| 606 | 606 | |
| 607 | 607 | /** |
@@ -615,9 +615,9 @@ discard block |
||
| 615 | 615 | */ |
| 616 | 616 | public function insert($userId, Google_Service_PlusDomains_Circle $postBody, $optParams = array()) |
| 617 | 617 | { |
| 618 | - $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 619 | - $params = array_merge($params, $optParams); |
|
| 620 | - return $this->call('insert', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 618 | + $params = array('userId' => $userId, 'postBody' => $postBody); |
|
| 619 | + $params = array_merge($params, $optParams); |
|
| 620 | + return $this->call('insert', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 621 | 621 | } |
| 622 | 622 | |
| 623 | 623 | /** |
@@ -637,9 +637,9 @@ discard block |
||
| 637 | 637 | */ |
| 638 | 638 | public function listCircles($userId, $optParams = array()) |
| 639 | 639 | { |
| 640 | - $params = array('userId' => $userId); |
|
| 641 | - $params = array_merge($params, $optParams); |
|
| 642 | - return $this->call('list', array($params), "Google_Service_PlusDomains_CircleFeed"); |
|
| 640 | + $params = array('userId' => $userId); |
|
| 641 | + $params = array_merge($params, $optParams); |
|
| 642 | + return $this->call('list', array($params), "Google_Service_PlusDomains_CircleFeed"); |
|
| 643 | 643 | } |
| 644 | 644 | |
| 645 | 645 | /** |
@@ -653,9 +653,9 @@ discard block |
||
| 653 | 653 | */ |
| 654 | 654 | public function patch($circleId, Google_Service_PlusDomains_Circle $postBody, $optParams = array()) |
| 655 | 655 | { |
| 656 | - $params = array('circleId' => $circleId, 'postBody' => $postBody); |
|
| 657 | - $params = array_merge($params, $optParams); |
|
| 658 | - return $this->call('patch', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 656 | + $params = array('circleId' => $circleId, 'postBody' => $postBody); |
|
| 657 | + $params = array_merge($params, $optParams); |
|
| 658 | + return $this->call('patch', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 659 | 659 | } |
| 660 | 660 | |
| 661 | 661 | /** |
@@ -666,9 +666,9 @@ discard block |
||
| 666 | 666 | */ |
| 667 | 667 | public function remove($circleId, $optParams = array()) |
| 668 | 668 | { |
| 669 | - $params = array('circleId' => $circleId); |
|
| 670 | - $params = array_merge($params, $optParams); |
|
| 671 | - return $this->call('remove', array($params)); |
|
| 669 | + $params = array('circleId' => $circleId); |
|
| 670 | + $params = array_merge($params, $optParams); |
|
| 671 | + return $this->call('remove', array($params)); |
|
| 672 | 672 | } |
| 673 | 673 | |
| 674 | 674 | /** |
@@ -684,9 +684,9 @@ discard block |
||
| 684 | 684 | */ |
| 685 | 685 | public function removePeople($circleId, $optParams = array()) |
| 686 | 686 | { |
| 687 | - $params = array('circleId' => $circleId); |
|
| 688 | - $params = array_merge($params, $optParams); |
|
| 689 | - return $this->call('removePeople', array($params)); |
|
| 687 | + $params = array('circleId' => $circleId); |
|
| 688 | + $params = array_merge($params, $optParams); |
|
| 689 | + return $this->call('removePeople', array($params)); |
|
| 690 | 690 | } |
| 691 | 691 | |
| 692 | 692 | /** |
@@ -699,9 +699,9 @@ discard block |
||
| 699 | 699 | */ |
| 700 | 700 | public function update($circleId, Google_Service_PlusDomains_Circle $postBody, $optParams = array()) |
| 701 | 701 | { |
| 702 | - $params = array('circleId' => $circleId, 'postBody' => $postBody); |
|
| 703 | - $params = array_merge($params, $optParams); |
|
| 704 | - return $this->call('update', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 702 | + $params = array('circleId' => $circleId, 'postBody' => $postBody); |
|
| 703 | + $params = array_merge($params, $optParams); |
|
| 704 | + return $this->call('update', array($params), "Google_Service_PlusDomains_Circle"); |
|
| 705 | 705 | } |
| 706 | 706 | } |
| 707 | 707 | |
@@ -725,9 +725,9 @@ discard block |
||
| 725 | 725 | */ |
| 726 | 726 | public function get($commentId, $optParams = array()) |
| 727 | 727 | { |
| 728 | - $params = array('commentId' => $commentId); |
|
| 729 | - $params = array_merge($params, $optParams); |
|
| 730 | - return $this->call('get', array($params), "Google_Service_PlusDomains_Comment"); |
|
| 728 | + $params = array('commentId' => $commentId); |
|
| 729 | + $params = array_merge($params, $optParams); |
|
| 730 | + return $this->call('get', array($params), "Google_Service_PlusDomains_Comment"); |
|
| 731 | 731 | } |
| 732 | 732 | |
| 733 | 733 | /** |
@@ -740,9 +740,9 @@ discard block |
||
| 740 | 740 | */ |
| 741 | 741 | public function insert($activityId, Google_Service_PlusDomains_Comment $postBody, $optParams = array()) |
| 742 | 742 | { |
| 743 | - $params = array('activityId' => $activityId, 'postBody' => $postBody); |
|
| 744 | - $params = array_merge($params, $optParams); |
|
| 745 | - return $this->call('insert', array($params), "Google_Service_PlusDomains_Comment"); |
|
| 743 | + $params = array('activityId' => $activityId, 'postBody' => $postBody); |
|
| 744 | + $params = array_merge($params, $optParams); |
|
| 745 | + return $this->call('insert', array($params), "Google_Service_PlusDomains_Comment"); |
|
| 746 | 746 | } |
| 747 | 747 | |
| 748 | 748 | /** |
@@ -762,9 +762,9 @@ discard block |
||
| 762 | 762 | */ |
| 763 | 763 | public function listComments($activityId, $optParams = array()) |
| 764 | 764 | { |
| 765 | - $params = array('activityId' => $activityId); |
|
| 766 | - $params = array_merge($params, $optParams); |
|
| 767 | - return $this->call('list', array($params), "Google_Service_PlusDomains_CommentFeed"); |
|
| 765 | + $params = array('activityId' => $activityId); |
|
| 766 | + $params = array_merge($params, $optParams); |
|
| 767 | + return $this->call('list', array($params), "Google_Service_PlusDomains_CommentFeed"); |
|
| 768 | 768 | } |
| 769 | 769 | } |
| 770 | 770 | |
@@ -793,9 +793,9 @@ discard block |
||
| 793 | 793 | */ |
| 794 | 794 | public function insert($userId, $collection, Google_Service_PlusDomains_Media $postBody, $optParams = array()) |
| 795 | 795 | { |
| 796 | - $params = array('userId' => $userId, 'collection' => $collection, 'postBody' => $postBody); |
|
| 797 | - $params = array_merge($params, $optParams); |
|
| 798 | - return $this->call('insert', array($params), "Google_Service_PlusDomains_Media"); |
|
| 796 | + $params = array('userId' => $userId, 'collection' => $collection, 'postBody' => $postBody); |
|
| 797 | + $params = array_merge($params, $optParams); |
|
| 798 | + return $this->call('insert', array($params), "Google_Service_PlusDomains_Media"); |
|
| 799 | 799 | } |
| 800 | 800 | } |
| 801 | 801 | |
@@ -820,9 +820,9 @@ discard block |
||
| 820 | 820 | */ |
| 821 | 821 | public function get($userId, $optParams = array()) |
| 822 | 822 | { |
| 823 | - $params = array('userId' => $userId); |
|
| 824 | - $params = array_merge($params, $optParams); |
|
| 825 | - return $this->call('get', array($params), "Google_Service_PlusDomains_Person"); |
|
| 823 | + $params = array('userId' => $userId); |
|
| 824 | + $params = array_merge($params, $optParams); |
|
| 825 | + return $this->call('get', array($params), "Google_Service_PlusDomains_Person"); |
|
| 826 | 826 | } |
| 827 | 827 | |
| 828 | 828 | /** |
@@ -844,9 +844,9 @@ discard block |
||
| 844 | 844 | */ |
| 845 | 845 | public function listPeople($userId, $collection, $optParams = array()) |
| 846 | 846 | { |
| 847 | - $params = array('userId' => $userId, 'collection' => $collection); |
|
| 848 | - $params = array_merge($params, $optParams); |
|
| 849 | - return $this->call('list', array($params), "Google_Service_PlusDomains_PeopleFeed"); |
|
| 847 | + $params = array('userId' => $userId, 'collection' => $collection); |
|
| 848 | + $params = array_merge($params, $optParams); |
|
| 849 | + return $this->call('list', array($params), "Google_Service_PlusDomains_PeopleFeed"); |
|
| 850 | 850 | } |
| 851 | 851 | |
| 852 | 852 | /** |
@@ -868,9 +868,9 @@ discard block |
||
| 868 | 868 | */ |
| 869 | 869 | public function listByActivity($activityId, $collection, $optParams = array()) |
| 870 | 870 | { |
| 871 | - $params = array('activityId' => $activityId, 'collection' => $collection); |
|
| 872 | - $params = array_merge($params, $optParams); |
|
| 873 | - return $this->call('listByActivity', array($params), "Google_Service_PlusDomains_PeopleFeed"); |
|
| 871 | + $params = array('activityId' => $activityId, 'collection' => $collection); |
|
| 872 | + $params = array_merge($params, $optParams); |
|
| 873 | + return $this->call('listByActivity', array($params), "Google_Service_PlusDomains_PeopleFeed"); |
|
| 874 | 874 | } |
| 875 | 875 | |
| 876 | 876 | /** |
@@ -889,9 +889,9 @@ discard block |
||
| 889 | 889 | */ |
| 890 | 890 | public function listByCircle($circleId, $optParams = array()) |
| 891 | 891 | { |
| 892 | - $params = array('circleId' => $circleId); |
|
| 893 | - $params = array_merge($params, $optParams); |
|
| 894 | - return $this->call('listByCircle', array($params), "Google_Service_PlusDomains_PeopleFeed"); |
|
| 892 | + $params = array('circleId' => $circleId); |
|
| 893 | + $params = array_merge($params, $optParams); |
|
| 894 | + return $this->call('listByCircle', array($params), "Google_Service_PlusDomains_PeopleFeed"); |
|
| 895 | 895 | } |
| 896 | 896 | } |
| 897 | 897 | |
@@ -912,35 +912,35 @@ discard block |
||
| 912 | 912 | |
| 913 | 913 | public function setDescription($description) |
| 914 | 914 | { |
| 915 | - $this->description = $description; |
|
| 915 | + $this->description = $description; |
|
| 916 | 916 | } |
| 917 | 917 | public function getDescription() |
| 918 | 918 | { |
| 919 | - return $this->description; |
|
| 919 | + return $this->description; |
|
| 920 | 920 | } |
| 921 | 921 | public function setDomainRestricted($domainRestricted) |
| 922 | 922 | { |
| 923 | - $this->domainRestricted = $domainRestricted; |
|
| 923 | + $this->domainRestricted = $domainRestricted; |
|
| 924 | 924 | } |
| 925 | 925 | public function getDomainRestricted() |
| 926 | 926 | { |
| 927 | - return $this->domainRestricted; |
|
| 927 | + return $this->domainRestricted; |
|
| 928 | 928 | } |
| 929 | 929 | public function setItems($items) |
| 930 | 930 | { |
| 931 | - $this->items = $items; |
|
| 931 | + $this->items = $items; |
|
| 932 | 932 | } |
| 933 | 933 | public function getItems() |
| 934 | 934 | { |
| 935 | - return $this->items; |
|
| 935 | + return $this->items; |
|
| 936 | 936 | } |
| 937 | 937 | public function setKind($kind) |
| 938 | 938 | { |
| 939 | - $this->kind = $kind; |
|
| 939 | + $this->kind = $kind; |
|
| 940 | 940 | } |
| 941 | 941 | public function getKind() |
| 942 | 942 | { |
| 943 | - return $this->kind; |
|
| 943 | + return $this->kind; |
|
| 944 | 944 | } |
| 945 | 945 | } |
| 946 | 946 | |
@@ -977,163 +977,163 @@ discard block |
||
| 977 | 977 | |
| 978 | 978 | public function setAccess(Google_Service_PlusDomains_Acl $access) |
| 979 | 979 | { |
| 980 | - $this->access = $access; |
|
| 980 | + $this->access = $access; |
|
| 981 | 981 | } |
| 982 | 982 | public function getAccess() |
| 983 | 983 | { |
| 984 | - return $this->access; |
|
| 984 | + return $this->access; |
|
| 985 | 985 | } |
| 986 | 986 | public function setActor(Google_Service_PlusDomains_ActivityActor $actor) |
| 987 | 987 | { |
| 988 | - $this->actor = $actor; |
|
| 988 | + $this->actor = $actor; |
|
| 989 | 989 | } |
| 990 | 990 | public function getActor() |
| 991 | 991 | { |
| 992 | - return $this->actor; |
|
| 992 | + return $this->actor; |
|
| 993 | 993 | } |
| 994 | 994 | public function setAddress($address) |
| 995 | 995 | { |
| 996 | - $this->address = $address; |
|
| 996 | + $this->address = $address; |
|
| 997 | 997 | } |
| 998 | 998 | public function getAddress() |
| 999 | 999 | { |
| 1000 | - return $this->address; |
|
| 1000 | + return $this->address; |
|
| 1001 | 1001 | } |
| 1002 | 1002 | public function setAnnotation($annotation) |
| 1003 | 1003 | { |
| 1004 | - $this->annotation = $annotation; |
|
| 1004 | + $this->annotation = $annotation; |
|
| 1005 | 1005 | } |
| 1006 | 1006 | public function getAnnotation() |
| 1007 | 1007 | { |
| 1008 | - return $this->annotation; |
|
| 1008 | + return $this->annotation; |
|
| 1009 | 1009 | } |
| 1010 | 1010 | public function setCrosspostSource($crosspostSource) |
| 1011 | 1011 | { |
| 1012 | - $this->crosspostSource = $crosspostSource; |
|
| 1012 | + $this->crosspostSource = $crosspostSource; |
|
| 1013 | 1013 | } |
| 1014 | 1014 | public function getCrosspostSource() |
| 1015 | 1015 | { |
| 1016 | - return $this->crosspostSource; |
|
| 1016 | + return $this->crosspostSource; |
|
| 1017 | 1017 | } |
| 1018 | 1018 | public function setEtag($etag) |
| 1019 | 1019 | { |
| 1020 | - $this->etag = $etag; |
|
| 1020 | + $this->etag = $etag; |
|
| 1021 | 1021 | } |
| 1022 | 1022 | public function getEtag() |
| 1023 | 1023 | { |
| 1024 | - return $this->etag; |
|
| 1024 | + return $this->etag; |
|
| 1025 | 1025 | } |
| 1026 | 1026 | public function setGeocode($geocode) |
| 1027 | 1027 | { |
| 1028 | - $this->geocode = $geocode; |
|
| 1028 | + $this->geocode = $geocode; |
|
| 1029 | 1029 | } |
| 1030 | 1030 | public function getGeocode() |
| 1031 | 1031 | { |
| 1032 | - return $this->geocode; |
|
| 1032 | + return $this->geocode; |
|
| 1033 | 1033 | } |
| 1034 | 1034 | public function setId($id) |
| 1035 | 1035 | { |
| 1036 | - $this->id = $id; |
|
| 1036 | + $this->id = $id; |
|
| 1037 | 1037 | } |
| 1038 | 1038 | public function getId() |
| 1039 | 1039 | { |
| 1040 | - return $this->id; |
|
| 1040 | + return $this->id; |
|
| 1041 | 1041 | } |
| 1042 | 1042 | public function setKind($kind) |
| 1043 | 1043 | { |
| 1044 | - $this->kind = $kind; |
|
| 1044 | + $this->kind = $kind; |
|
| 1045 | 1045 | } |
| 1046 | 1046 | public function getKind() |
| 1047 | 1047 | { |
| 1048 | - return $this->kind; |
|
| 1048 | + return $this->kind; |
|
| 1049 | 1049 | } |
| 1050 | 1050 | public function setLocation(Google_Service_PlusDomains_Place $location) |
| 1051 | 1051 | { |
| 1052 | - $this->location = $location; |
|
| 1052 | + $this->location = $location; |
|
| 1053 | 1053 | } |
| 1054 | 1054 | public function getLocation() |
| 1055 | 1055 | { |
| 1056 | - return $this->location; |
|
| 1056 | + return $this->location; |
|
| 1057 | 1057 | } |
| 1058 | 1058 | public function setObject(Google_Service_PlusDomains_ActivityObject $object) |
| 1059 | 1059 | { |
| 1060 | - $this->object = $object; |
|
| 1060 | + $this->object = $object; |
|
| 1061 | 1061 | } |
| 1062 | 1062 | public function getObject() |
| 1063 | 1063 | { |
| 1064 | - return $this->object; |
|
| 1064 | + return $this->object; |
|
| 1065 | 1065 | } |
| 1066 | 1066 | public function setPlaceId($placeId) |
| 1067 | 1067 | { |
| 1068 | - $this->placeId = $placeId; |
|
| 1068 | + $this->placeId = $placeId; |
|
| 1069 | 1069 | } |
| 1070 | 1070 | public function getPlaceId() |
| 1071 | 1071 | { |
| 1072 | - return $this->placeId; |
|
| 1072 | + return $this->placeId; |
|
| 1073 | 1073 | } |
| 1074 | 1074 | public function setPlaceName($placeName) |
| 1075 | 1075 | { |
| 1076 | - $this->placeName = $placeName; |
|
| 1076 | + $this->placeName = $placeName; |
|
| 1077 | 1077 | } |
| 1078 | 1078 | public function getPlaceName() |
| 1079 | 1079 | { |
| 1080 | - return $this->placeName; |
|
| 1080 | + return $this->placeName; |
|
| 1081 | 1081 | } |
| 1082 | 1082 | public function setProvider(Google_Service_PlusDomains_ActivityProvider $provider) |
| 1083 | 1083 | { |
| 1084 | - $this->provider = $provider; |
|
| 1084 | + $this->provider = $provider; |
|
| 1085 | 1085 | } |
| 1086 | 1086 | public function getProvider() |
| 1087 | 1087 | { |
| 1088 | - return $this->provider; |
|
| 1088 | + return $this->provider; |
|
| 1089 | 1089 | } |
| 1090 | 1090 | public function setPublished($published) |
| 1091 | 1091 | { |
| 1092 | - $this->published = $published; |
|
| 1092 | + $this->published = $published; |
|
| 1093 | 1093 | } |
| 1094 | 1094 | public function getPublished() |
| 1095 | 1095 | { |
| 1096 | - return $this->published; |
|
| 1096 | + return $this->published; |
|
| 1097 | 1097 | } |
| 1098 | 1098 | public function setRadius($radius) |
| 1099 | 1099 | { |
| 1100 | - $this->radius = $radius; |
|
| 1100 | + $this->radius = $radius; |
|
| 1101 | 1101 | } |
| 1102 | 1102 | public function getRadius() |
| 1103 | 1103 | { |
| 1104 | - return $this->radius; |
|
| 1104 | + return $this->radius; |
|
| 1105 | 1105 | } |
| 1106 | 1106 | public function setTitle($title) |
| 1107 | 1107 | { |
| 1108 | - $this->title = $title; |
|
| 1108 | + $this->title = $title; |
|
| 1109 | 1109 | } |
| 1110 | 1110 | public function getTitle() |
| 1111 | 1111 | { |
| 1112 | - return $this->title; |
|
| 1112 | + return $this->title; |
|
| 1113 | 1113 | } |
| 1114 | 1114 | public function setUpdated($updated) |
| 1115 | 1115 | { |
| 1116 | - $this->updated = $updated; |
|
| 1116 | + $this->updated = $updated; |
|
| 1117 | 1117 | } |
| 1118 | 1118 | public function getUpdated() |
| 1119 | 1119 | { |
| 1120 | - return $this->updated; |
|
| 1120 | + return $this->updated; |
|
| 1121 | 1121 | } |
| 1122 | 1122 | public function setUrl($url) |
| 1123 | 1123 | { |
| 1124 | - $this->url = $url; |
|
| 1124 | + $this->url = $url; |
|
| 1125 | 1125 | } |
| 1126 | 1126 | public function getUrl() |
| 1127 | 1127 | { |
| 1128 | - return $this->url; |
|
| 1128 | + return $this->url; |
|
| 1129 | 1129 | } |
| 1130 | 1130 | public function setVerb($verb) |
| 1131 | 1131 | { |
| 1132 | - $this->verb = $verb; |
|
| 1132 | + $this->verb = $verb; |
|
| 1133 | 1133 | } |
| 1134 | 1134 | public function getVerb() |
| 1135 | 1135 | { |
| 1136 | - return $this->verb; |
|
| 1136 | + return $this->verb; |
|
| 1137 | 1137 | } |
| 1138 | 1138 | } |
| 1139 | 1139 | |
@@ -1152,43 +1152,43 @@ discard block |
||
| 1152 | 1152 | |
| 1153 | 1153 | public function setDisplayName($displayName) |
| 1154 | 1154 | { |
| 1155 | - $this->displayName = $displayName; |
|
| 1155 | + $this->displayName = $displayName; |
|
| 1156 | 1156 | } |
| 1157 | 1157 | public function getDisplayName() |
| 1158 | 1158 | { |
| 1159 | - return $this->displayName; |
|
| 1159 | + return $this->displayName; |
|
| 1160 | 1160 | } |
| 1161 | 1161 | public function setId($id) |
| 1162 | 1162 | { |
| 1163 | - $this->id = $id; |
|
| 1163 | + $this->id = $id; |
|
| 1164 | 1164 | } |
| 1165 | 1165 | public function getId() |
| 1166 | 1166 | { |
| 1167 | - return $this->id; |
|
| 1167 | + return $this->id; |
|
| 1168 | 1168 | } |
| 1169 | 1169 | public function setImage(Google_Service_PlusDomains_ActivityActorImage $image) |
| 1170 | 1170 | { |
| 1171 | - $this->image = $image; |
|
| 1171 | + $this->image = $image; |
|
| 1172 | 1172 | } |
| 1173 | 1173 | public function getImage() |
| 1174 | 1174 | { |
| 1175 | - return $this->image; |
|
| 1175 | + return $this->image; |
|
| 1176 | 1176 | } |
| 1177 | 1177 | public function setName(Google_Service_PlusDomains_ActivityActorName $name) |
| 1178 | 1178 | { |
| 1179 | - $this->name = $name; |
|
| 1179 | + $this->name = $name; |
|
| 1180 | 1180 | } |
| 1181 | 1181 | public function getName() |
| 1182 | 1182 | { |
| 1183 | - return $this->name; |
|
| 1183 | + return $this->name; |
|
| 1184 | 1184 | } |
| 1185 | 1185 | public function setUrl($url) |
| 1186 | 1186 | { |
| 1187 | - $this->url = $url; |
|
| 1187 | + $this->url = $url; |
|
| 1188 | 1188 | } |
| 1189 | 1189 | public function getUrl() |
| 1190 | 1190 | { |
| 1191 | - return $this->url; |
|
| 1191 | + return $this->url; |
|
| 1192 | 1192 | } |
| 1193 | 1193 | } |
| 1194 | 1194 | |
@@ -1201,11 +1201,11 @@ discard block |
||
| 1201 | 1201 | |
| 1202 | 1202 | public function setUrl($url) |
| 1203 | 1203 | { |
| 1204 | - $this->url = $url; |
|
| 1204 | + $this->url = $url; |
|
| 1205 | 1205 | } |
| 1206 | 1206 | public function getUrl() |
| 1207 | 1207 | { |
| 1208 | - return $this->url; |
|
| 1208 | + return $this->url; |
|
| 1209 | 1209 | } |
| 1210 | 1210 | } |
| 1211 | 1211 | |
@@ -1219,19 +1219,19 @@ discard block |
||
| 1219 | 1219 | |
| 1220 | 1220 | public function setFamilyName($familyName) |
| 1221 | 1221 | { |
| 1222 | - $this->familyName = $familyName; |
|
| 1222 | + $this->familyName = $familyName; |
|
| 1223 | 1223 | } |
| 1224 | 1224 | public function getFamilyName() |
| 1225 | 1225 | { |
| 1226 | - return $this->familyName; |
|
| 1226 | + return $this->familyName; |
|
| 1227 | 1227 | } |
| 1228 | 1228 | public function setGivenName($givenName) |
| 1229 | 1229 | { |
| 1230 | - $this->givenName = $givenName; |
|
| 1230 | + $this->givenName = $givenName; |
|
| 1231 | 1231 | } |
| 1232 | 1232 | public function getGivenName() |
| 1233 | 1233 | { |
| 1234 | - return $this->givenName; |
|
| 1234 | + return $this->givenName; |
|
| 1235 | 1235 | } |
| 1236 | 1236 | } |
| 1237 | 1237 | |
@@ -1254,75 +1254,75 @@ discard block |
||
| 1254 | 1254 | |
| 1255 | 1255 | public function setEtag($etag) |
| 1256 | 1256 | { |
| 1257 | - $this->etag = $etag; |
|
| 1257 | + $this->etag = $etag; |
|
| 1258 | 1258 | } |
| 1259 | 1259 | public function getEtag() |
| 1260 | 1260 | { |
| 1261 | - return $this->etag; |
|
| 1261 | + return $this->etag; |
|
| 1262 | 1262 | } |
| 1263 | 1263 | public function setId($id) |
| 1264 | 1264 | { |
| 1265 | - $this->id = $id; |
|
| 1265 | + $this->id = $id; |
|
| 1266 | 1266 | } |
| 1267 | 1267 | public function getId() |
| 1268 | 1268 | { |
| 1269 | - return $this->id; |
|
| 1269 | + return $this->id; |
|
| 1270 | 1270 | } |
| 1271 | 1271 | public function setItems($items) |
| 1272 | 1272 | { |
| 1273 | - $this->items = $items; |
|
| 1273 | + $this->items = $items; |
|
| 1274 | 1274 | } |
| 1275 | 1275 | public function getItems() |
| 1276 | 1276 | { |
| 1277 | - return $this->items; |
|
| 1277 | + return $this->items; |
|
| 1278 | 1278 | } |
| 1279 | 1279 | public function setKind($kind) |
| 1280 | 1280 | { |
| 1281 | - $this->kind = $kind; |
|
| 1281 | + $this->kind = $kind; |
|
| 1282 | 1282 | } |
| 1283 | 1283 | public function getKind() |
| 1284 | 1284 | { |
| 1285 | - return $this->kind; |
|
| 1285 | + return $this->kind; |
|
| 1286 | 1286 | } |
| 1287 | 1287 | public function setNextLink($nextLink) |
| 1288 | 1288 | { |
| 1289 | - $this->nextLink = $nextLink; |
|
| 1289 | + $this->nextLink = $nextLink; |
|
| 1290 | 1290 | } |
| 1291 | 1291 | public function getNextLink() |
| 1292 | 1292 | { |
| 1293 | - return $this->nextLink; |
|
| 1293 | + return $this->nextLink; |
|
| 1294 | 1294 | } |
| 1295 | 1295 | public function setNextPageToken($nextPageToken) |
| 1296 | 1296 | { |
| 1297 | - $this->nextPageToken = $nextPageToken; |
|
| 1297 | + $this->nextPageToken = $nextPageToken; |
|
| 1298 | 1298 | } |
| 1299 | 1299 | public function getNextPageToken() |
| 1300 | 1300 | { |
| 1301 | - return $this->nextPageToken; |
|
| 1301 | + return $this->nextPageToken; |
|
| 1302 | 1302 | } |
| 1303 | 1303 | public function setSelfLink($selfLink) |
| 1304 | 1304 | { |
| 1305 | - $this->selfLink = $selfLink; |
|
| 1305 | + $this->selfLink = $selfLink; |
|
| 1306 | 1306 | } |
| 1307 | 1307 | public function getSelfLink() |
| 1308 | 1308 | { |
| 1309 | - return $this->selfLink; |
|
| 1309 | + return $this->selfLink; |
|
| 1310 | 1310 | } |
| 1311 | 1311 | public function setTitle($title) |
| 1312 | 1312 | { |
| 1313 | - $this->title = $title; |
|
| 1313 | + $this->title = $title; |
|
| 1314 | 1314 | } |
| 1315 | 1315 | public function getTitle() |
| 1316 | 1316 | { |
| 1317 | - return $this->title; |
|
| 1317 | + return $this->title; |
|
| 1318 | 1318 | } |
| 1319 | 1319 | public function setUpdated($updated) |
| 1320 | 1320 | { |
| 1321 | - $this->updated = $updated; |
|
| 1321 | + $this->updated = $updated; |
|
| 1322 | 1322 | } |
| 1323 | 1323 | public function getUpdated() |
| 1324 | 1324 | { |
| 1325 | - return $this->updated; |
|
| 1325 | + return $this->updated; |
|
| 1326 | 1326 | } |
| 1327 | 1327 | } |
| 1328 | 1328 | |
@@ -1352,91 +1352,91 @@ discard block |
||
| 1352 | 1352 | |
| 1353 | 1353 | public function setActor(Google_Service_PlusDomains_ActivityObjectActor $actor) |
| 1354 | 1354 | { |
| 1355 | - $this->actor = $actor; |
|
| 1355 | + $this->actor = $actor; |
|
| 1356 | 1356 | } |
| 1357 | 1357 | public function getActor() |
| 1358 | 1358 | { |
| 1359 | - return $this->actor; |
|
| 1359 | + return $this->actor; |
|
| 1360 | 1360 | } |
| 1361 | 1361 | public function setAttachments($attachments) |
| 1362 | 1362 | { |
| 1363 | - $this->attachments = $attachments; |
|
| 1363 | + $this->attachments = $attachments; |
|
| 1364 | 1364 | } |
| 1365 | 1365 | public function getAttachments() |
| 1366 | 1366 | { |
| 1367 | - return $this->attachments; |
|
| 1367 | + return $this->attachments; |
|
| 1368 | 1368 | } |
| 1369 | 1369 | public function setContent($content) |
| 1370 | 1370 | { |
| 1371 | - $this->content = $content; |
|
| 1371 | + $this->content = $content; |
|
| 1372 | 1372 | } |
| 1373 | 1373 | public function getContent() |
| 1374 | 1374 | { |
| 1375 | - return $this->content; |
|
| 1375 | + return $this->content; |
|
| 1376 | 1376 | } |
| 1377 | 1377 | public function setId($id) |
| 1378 | 1378 | { |
| 1379 | - $this->id = $id; |
|
| 1379 | + $this->id = $id; |
|
| 1380 | 1380 | } |
| 1381 | 1381 | public function getId() |
| 1382 | 1382 | { |
| 1383 | - return $this->id; |
|
| 1383 | + return $this->id; |
|
| 1384 | 1384 | } |
| 1385 | 1385 | public function setObjectType($objectType) |
| 1386 | 1386 | { |
| 1387 | - $this->objectType = $objectType; |
|
| 1387 | + $this->objectType = $objectType; |
|
| 1388 | 1388 | } |
| 1389 | 1389 | public function getObjectType() |
| 1390 | 1390 | { |
| 1391 | - return $this->objectType; |
|
| 1391 | + return $this->objectType; |
|
| 1392 | 1392 | } |
| 1393 | 1393 | public function setOriginalContent($originalContent) |
| 1394 | 1394 | { |
| 1395 | - $this->originalContent = $originalContent; |
|
| 1395 | + $this->originalContent = $originalContent; |
|
| 1396 | 1396 | } |
| 1397 | 1397 | public function getOriginalContent() |
| 1398 | 1398 | { |
| 1399 | - return $this->originalContent; |
|
| 1399 | + return $this->originalContent; |
|
| 1400 | 1400 | } |
| 1401 | 1401 | public function setPlusoners(Google_Service_PlusDomains_ActivityObjectPlusoners $plusoners) |
| 1402 | 1402 | { |
| 1403 | - $this->plusoners = $plusoners; |
|
| 1403 | + $this->plusoners = $plusoners; |
|
| 1404 | 1404 | } |
| 1405 | 1405 | public function getPlusoners() |
| 1406 | 1406 | { |
| 1407 | - return $this->plusoners; |
|
| 1407 | + return $this->plusoners; |
|
| 1408 | 1408 | } |
| 1409 | 1409 | public function setReplies(Google_Service_PlusDomains_ActivityObjectReplies $replies) |
| 1410 | 1410 | { |
| 1411 | - $this->replies = $replies; |
|
| 1411 | + $this->replies = $replies; |
|
| 1412 | 1412 | } |
| 1413 | 1413 | public function getReplies() |
| 1414 | 1414 | { |
| 1415 | - return $this->replies; |
|
| 1415 | + return $this->replies; |
|
| 1416 | 1416 | } |
| 1417 | 1417 | public function setResharers(Google_Service_PlusDomains_ActivityObjectResharers $resharers) |
| 1418 | 1418 | { |
| 1419 | - $this->resharers = $resharers; |
|
| 1419 | + $this->resharers = $resharers; |
|
| 1420 | 1420 | } |
| 1421 | 1421 | public function getResharers() |
| 1422 | 1422 | { |
| 1423 | - return $this->resharers; |
|
| 1423 | + return $this->resharers; |
|
| 1424 | 1424 | } |
| 1425 | 1425 | public function setStatusForViewer(Google_Service_PlusDomains_ActivityObjectStatusForViewer $statusForViewer) |
| 1426 | 1426 | { |
| 1427 | - $this->statusForViewer = $statusForViewer; |
|
| 1427 | + $this->statusForViewer = $statusForViewer; |
|
| 1428 | 1428 | } |
| 1429 | 1429 | public function getStatusForViewer() |
| 1430 | 1430 | { |
| 1431 | - return $this->statusForViewer; |
|
| 1431 | + return $this->statusForViewer; |
|
| 1432 | 1432 | } |
| 1433 | 1433 | public function setUrl($url) |
| 1434 | 1434 | { |
| 1435 | - $this->url = $url; |
|
| 1435 | + $this->url = $url; |
|
| 1436 | 1436 | } |
| 1437 | 1437 | public function getUrl() |
| 1438 | 1438 | { |
| 1439 | - return $this->url; |
|
| 1439 | + return $this->url; |
|
| 1440 | 1440 | } |
| 1441 | 1441 | } |
| 1442 | 1442 | |
@@ -1453,35 +1453,35 @@ discard block |
||
| 1453 | 1453 | |
| 1454 | 1454 | public function setDisplayName($displayName) |
| 1455 | 1455 | { |
| 1456 | - $this->displayName = $displayName; |
|
| 1456 | + $this->displayName = $displayName; |
|
| 1457 | 1457 | } |
| 1458 | 1458 | public function getDisplayName() |
| 1459 | 1459 | { |
| 1460 | - return $this->displayName; |
|
| 1460 | + return $this->displayName; |
|
| 1461 | 1461 | } |
| 1462 | 1462 | public function setId($id) |
| 1463 | 1463 | { |
| 1464 | - $this->id = $id; |
|
| 1464 | + $this->id = $id; |
|
| 1465 | 1465 | } |
| 1466 | 1466 | public function getId() |
| 1467 | 1467 | { |
| 1468 | - return $this->id; |
|
| 1468 | + return $this->id; |
|
| 1469 | 1469 | } |
| 1470 | 1470 | public function setImage(Google_Service_PlusDomains_ActivityObjectActorImage $image) |
| 1471 | 1471 | { |
| 1472 | - $this->image = $image; |
|
| 1472 | + $this->image = $image; |
|
| 1473 | 1473 | } |
| 1474 | 1474 | public function getImage() |
| 1475 | 1475 | { |
| 1476 | - return $this->image; |
|
| 1476 | + return $this->image; |
|
| 1477 | 1477 | } |
| 1478 | 1478 | public function setUrl($url) |
| 1479 | 1479 | { |
| 1480 | - $this->url = $url; |
|
| 1480 | + $this->url = $url; |
|
| 1481 | 1481 | } |
| 1482 | 1482 | public function getUrl() |
| 1483 | 1483 | { |
| 1484 | - return $this->url; |
|
| 1484 | + return $this->url; |
|
| 1485 | 1485 | } |
| 1486 | 1486 | } |
| 1487 | 1487 | |
@@ -1494,11 +1494,11 @@ discard block |
||
| 1494 | 1494 | |
| 1495 | 1495 | public function setUrl($url) |
| 1496 | 1496 | { |
| 1497 | - $this->url = $url; |
|
| 1497 | + $this->url = $url; |
|
| 1498 | 1498 | } |
| 1499 | 1499 | public function getUrl() |
| 1500 | 1500 | { |
| 1501 | - return $this->url; |
|
| 1501 | + return $this->url; |
|
| 1502 | 1502 | } |
| 1503 | 1503 | } |
| 1504 | 1504 | |
@@ -1526,83 +1526,83 @@ discard block |
||
| 1526 | 1526 | |
| 1527 | 1527 | public function setContent($content) |
| 1528 | 1528 | { |
| 1529 | - $this->content = $content; |
|
| 1529 | + $this->content = $content; |
|
| 1530 | 1530 | } |
| 1531 | 1531 | public function getContent() |
| 1532 | 1532 | { |
| 1533 | - return $this->content; |
|
| 1533 | + return $this->content; |
|
| 1534 | 1534 | } |
| 1535 | 1535 | public function setDisplayName($displayName) |
| 1536 | 1536 | { |
| 1537 | - $this->displayName = $displayName; |
|
| 1537 | + $this->displayName = $displayName; |
|
| 1538 | 1538 | } |
| 1539 | 1539 | public function getDisplayName() |
| 1540 | 1540 | { |
| 1541 | - return $this->displayName; |
|
| 1541 | + return $this->displayName; |
|
| 1542 | 1542 | } |
| 1543 | 1543 | public function setEmbed(Google_Service_PlusDomains_ActivityObjectAttachmentsEmbed $embed) |
| 1544 | 1544 | { |
| 1545 | - $this->embed = $embed; |
|
| 1545 | + $this->embed = $embed; |
|
| 1546 | 1546 | } |
| 1547 | 1547 | public function getEmbed() |
| 1548 | 1548 | { |
| 1549 | - return $this->embed; |
|
| 1549 | + return $this->embed; |
|
| 1550 | 1550 | } |
| 1551 | 1551 | public function setFullImage(Google_Service_PlusDomains_ActivityObjectAttachmentsFullImage $fullImage) |
| 1552 | 1552 | { |
| 1553 | - $this->fullImage = $fullImage; |
|
| 1553 | + $this->fullImage = $fullImage; |
|
| 1554 | 1554 | } |
| 1555 | 1555 | public function getFullImage() |
| 1556 | 1556 | { |
| 1557 | - return $this->fullImage; |
|
| 1557 | + return $this->fullImage; |
|
| 1558 | 1558 | } |
| 1559 | 1559 | public function setId($id) |
| 1560 | 1560 | { |
| 1561 | - $this->id = $id; |
|
| 1561 | + $this->id = $id; |
|
| 1562 | 1562 | } |
| 1563 | 1563 | public function getId() |
| 1564 | 1564 | { |
| 1565 | - return $this->id; |
|
| 1565 | + return $this->id; |
|
| 1566 | 1566 | } |
| 1567 | 1567 | public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsImage $image) |
| 1568 | 1568 | { |
| 1569 | - $this->image = $image; |
|
| 1569 | + $this->image = $image; |
|
| 1570 | 1570 | } |
| 1571 | 1571 | public function getImage() |
| 1572 | 1572 | { |
| 1573 | - return $this->image; |
|
| 1573 | + return $this->image; |
|
| 1574 | 1574 | } |
| 1575 | 1575 | public function setObjectType($objectType) |
| 1576 | 1576 | { |
| 1577 | - $this->objectType = $objectType; |
|
| 1577 | + $this->objectType = $objectType; |
|
| 1578 | 1578 | } |
| 1579 | 1579 | public function getObjectType() |
| 1580 | 1580 | { |
| 1581 | - return $this->objectType; |
|
| 1581 | + return $this->objectType; |
|
| 1582 | 1582 | } |
| 1583 | 1583 | public function setPreviewThumbnails($previewThumbnails) |
| 1584 | 1584 | { |
| 1585 | - $this->previewThumbnails = $previewThumbnails; |
|
| 1585 | + $this->previewThumbnails = $previewThumbnails; |
|
| 1586 | 1586 | } |
| 1587 | 1587 | public function getPreviewThumbnails() |
| 1588 | 1588 | { |
| 1589 | - return $this->previewThumbnails; |
|
| 1589 | + return $this->previewThumbnails; |
|
| 1590 | 1590 | } |
| 1591 | 1591 | public function setThumbnails($thumbnails) |
| 1592 | 1592 | { |
| 1593 | - $this->thumbnails = $thumbnails; |
|
| 1593 | + $this->thumbnails = $thumbnails; |
|
| 1594 | 1594 | } |
| 1595 | 1595 | public function getThumbnails() |
| 1596 | 1596 | { |
| 1597 | - return $this->thumbnails; |
|
| 1597 | + return $this->thumbnails; |
|
| 1598 | 1598 | } |
| 1599 | 1599 | public function setUrl($url) |
| 1600 | 1600 | { |
| 1601 | - $this->url = $url; |
|
| 1601 | + $this->url = $url; |
|
| 1602 | 1602 | } |
| 1603 | 1603 | public function getUrl() |
| 1604 | 1604 | { |
| 1605 | - return $this->url; |
|
| 1605 | + return $this->url; |
|
| 1606 | 1606 | } |
| 1607 | 1607 | } |
| 1608 | 1608 | |
@@ -1616,19 +1616,19 @@ discard block |
||
| 1616 | 1616 | |
| 1617 | 1617 | public function setType($type) |
| 1618 | 1618 | { |
| 1619 | - $this->type = $type; |
|
| 1619 | + $this->type = $type; |
|
| 1620 | 1620 | } |
| 1621 | 1621 | public function getType() |
| 1622 | 1622 | { |
| 1623 | - return $this->type; |
|
| 1623 | + return $this->type; |
|
| 1624 | 1624 | } |
| 1625 | 1625 | public function setUrl($url) |
| 1626 | 1626 | { |
| 1627 | - $this->url = $url; |
|
| 1627 | + $this->url = $url; |
|
| 1628 | 1628 | } |
| 1629 | 1629 | public function getUrl() |
| 1630 | 1630 | { |
| 1631 | - return $this->url; |
|
| 1631 | + return $this->url; |
|
| 1632 | 1632 | } |
| 1633 | 1633 | } |
| 1634 | 1634 | |
@@ -1644,35 +1644,35 @@ discard block |
||
| 1644 | 1644 | |
| 1645 | 1645 | public function setHeight($height) |
| 1646 | 1646 | { |
| 1647 | - $this->height = $height; |
|
| 1647 | + $this->height = $height; |
|
| 1648 | 1648 | } |
| 1649 | 1649 | public function getHeight() |
| 1650 | 1650 | { |
| 1651 | - return $this->height; |
|
| 1651 | + return $this->height; |
|
| 1652 | 1652 | } |
| 1653 | 1653 | public function setType($type) |
| 1654 | 1654 | { |
| 1655 | - $this->type = $type; |
|
| 1655 | + $this->type = $type; |
|
| 1656 | 1656 | } |
| 1657 | 1657 | public function getType() |
| 1658 | 1658 | { |
| 1659 | - return $this->type; |
|
| 1659 | + return $this->type; |
|
| 1660 | 1660 | } |
| 1661 | 1661 | public function setUrl($url) |
| 1662 | 1662 | { |
| 1663 | - $this->url = $url; |
|
| 1663 | + $this->url = $url; |
|
| 1664 | 1664 | } |
| 1665 | 1665 | public function getUrl() |
| 1666 | 1666 | { |
| 1667 | - return $this->url; |
|
| 1667 | + return $this->url; |
|
| 1668 | 1668 | } |
| 1669 | 1669 | public function setWidth($width) |
| 1670 | 1670 | { |
| 1671 | - $this->width = $width; |
|
| 1671 | + $this->width = $width; |
|
| 1672 | 1672 | } |
| 1673 | 1673 | public function getWidth() |
| 1674 | 1674 | { |
| 1675 | - return $this->width; |
|
| 1675 | + return $this->width; |
|
| 1676 | 1676 | } |
| 1677 | 1677 | } |
| 1678 | 1678 | |
@@ -1688,35 +1688,35 @@ discard block |
||
| 1688 | 1688 | |
| 1689 | 1689 | public function setHeight($height) |
| 1690 | 1690 | { |
| 1691 | - $this->height = $height; |
|
| 1691 | + $this->height = $height; |
|
| 1692 | 1692 | } |
| 1693 | 1693 | public function getHeight() |
| 1694 | 1694 | { |
| 1695 | - return $this->height; |
|
| 1695 | + return $this->height; |
|
| 1696 | 1696 | } |
| 1697 | 1697 | public function setType($type) |
| 1698 | 1698 | { |
| 1699 | - $this->type = $type; |
|
| 1699 | + $this->type = $type; |
|
| 1700 | 1700 | } |
| 1701 | 1701 | public function getType() |
| 1702 | 1702 | { |
| 1703 | - return $this->type; |
|
| 1703 | + return $this->type; |
|
| 1704 | 1704 | } |
| 1705 | 1705 | public function setUrl($url) |
| 1706 | 1706 | { |
| 1707 | - $this->url = $url; |
|
| 1707 | + $this->url = $url; |
|
| 1708 | 1708 | } |
| 1709 | 1709 | public function getUrl() |
| 1710 | 1710 | { |
| 1711 | - return $this->url; |
|
| 1711 | + return $this->url; |
|
| 1712 | 1712 | } |
| 1713 | 1713 | public function setWidth($width) |
| 1714 | 1714 | { |
| 1715 | - $this->width = $width; |
|
| 1715 | + $this->width = $width; |
|
| 1716 | 1716 | } |
| 1717 | 1717 | public function getWidth() |
| 1718 | 1718 | { |
| 1719 | - return $this->width; |
|
| 1719 | + return $this->width; |
|
| 1720 | 1720 | } |
| 1721 | 1721 | } |
| 1722 | 1722 | |
@@ -1729,11 +1729,11 @@ discard block |
||
| 1729 | 1729 | |
| 1730 | 1730 | public function setUrl($url) |
| 1731 | 1731 | { |
| 1732 | - $this->url = $url; |
|
| 1732 | + $this->url = $url; |
|
| 1733 | 1733 | } |
| 1734 | 1734 | public function getUrl() |
| 1735 | 1735 | { |
| 1736 | - return $this->url; |
|
| 1736 | + return $this->url; |
|
| 1737 | 1737 | } |
| 1738 | 1738 | } |
| 1739 | 1739 | |
@@ -1749,27 +1749,27 @@ discard block |
||
| 1749 | 1749 | |
| 1750 | 1750 | public function setDescription($description) |
| 1751 | 1751 | { |
| 1752 | - $this->description = $description; |
|
| 1752 | + $this->description = $description; |
|
| 1753 | 1753 | } |
| 1754 | 1754 | public function getDescription() |
| 1755 | 1755 | { |
| 1756 | - return $this->description; |
|
| 1756 | + return $this->description; |
|
| 1757 | 1757 | } |
| 1758 | 1758 | public function setImage(Google_Service_PlusDomains_ActivityObjectAttachmentsThumbnailsImage $image) |
| 1759 | 1759 | { |
| 1760 | - $this->image = $image; |
|
| 1760 | + $this->image = $image; |
|
| 1761 | 1761 | } |
| 1762 | 1762 | public function getImage() |
| 1763 | 1763 | { |
| 1764 | - return $this->image; |
|
| 1764 | + return $this->image; |
|
| 1765 | 1765 | } |
| 1766 | 1766 | public function setUrl($url) |
| 1767 | 1767 | { |
| 1768 | - $this->url = $url; |
|
| 1768 | + $this->url = $url; |
|
| 1769 | 1769 | } |
| 1770 | 1770 | public function getUrl() |
| 1771 | 1771 | { |
| 1772 | - return $this->url; |
|
| 1772 | + return $this->url; |
|
| 1773 | 1773 | } |
| 1774 | 1774 | } |
| 1775 | 1775 | |
@@ -1785,35 +1785,35 @@ discard block |
||
| 1785 | 1785 | |
| 1786 | 1786 | public function setHeight($height) |
| 1787 | 1787 | { |
| 1788 | - $this->height = $height; |
|
| 1788 | + $this->height = $height; |
|
| 1789 | 1789 | } |
| 1790 | 1790 | public function getHeight() |
| 1791 | 1791 | { |
| 1792 | - return $this->height; |
|
| 1792 | + return $this->height; |
|
| 1793 | 1793 | } |
| 1794 | 1794 | public function setType($type) |
| 1795 | 1795 | { |
| 1796 | - $this->type = $type; |
|
| 1796 | + $this->type = $type; |
|
| 1797 | 1797 | } |
| 1798 | 1798 | public function getType() |
| 1799 | 1799 | { |
| 1800 | - return $this->type; |
|
| 1800 | + return $this->type; |
|
| 1801 | 1801 | } |
| 1802 | 1802 | public function setUrl($url) |
| 1803 | 1803 | { |
| 1804 | - $this->url = $url; |
|
| 1804 | + $this->url = $url; |
|
| 1805 | 1805 | } |
| 1806 | 1806 | public function getUrl() |
| 1807 | 1807 | { |
| 1808 | - return $this->url; |
|
| 1808 | + return $this->url; |
|
| 1809 | 1809 | } |
| 1810 | 1810 | public function setWidth($width) |
| 1811 | 1811 | { |
| 1812 | - $this->width = $width; |
|
| 1812 | + $this->width = $width; |
|
| 1813 | 1813 | } |
| 1814 | 1814 | public function getWidth() |
| 1815 | 1815 | { |
| 1816 | - return $this->width; |
|
| 1816 | + return $this->width; |
|
| 1817 | 1817 | } |
| 1818 | 1818 | } |
| 1819 | 1819 | |
@@ -1827,19 +1827,19 @@ discard block |
||
| 1827 | 1827 | |
| 1828 | 1828 | public function setSelfLink($selfLink) |
| 1829 | 1829 | { |
| 1830 | - $this->selfLink = $selfLink; |
|
| 1830 | + $this->selfLink = $selfLink; |
|
| 1831 | 1831 | } |
| 1832 | 1832 | public function getSelfLink() |
| 1833 | 1833 | { |
| 1834 | - return $this->selfLink; |
|
| 1834 | + return $this->selfLink; |
|
| 1835 | 1835 | } |
| 1836 | 1836 | public function setTotalItems($totalItems) |
| 1837 | 1837 | { |
| 1838 | - $this->totalItems = $totalItems; |
|
| 1838 | + $this->totalItems = $totalItems; |
|
| 1839 | 1839 | } |
| 1840 | 1840 | public function getTotalItems() |
| 1841 | 1841 | { |
| 1842 | - return $this->totalItems; |
|
| 1842 | + return $this->totalItems; |
|
| 1843 | 1843 | } |
| 1844 | 1844 | } |
| 1845 | 1845 | |
@@ -1853,19 +1853,19 @@ discard block |
||
| 1853 | 1853 | |
| 1854 | 1854 | public function setSelfLink($selfLink) |
| 1855 | 1855 | { |
| 1856 | - $this->selfLink = $selfLink; |
|
| 1856 | + $this->selfLink = $selfLink; |
|
| 1857 | 1857 | } |
| 1858 | 1858 | public function getSelfLink() |
| 1859 | 1859 | { |
| 1860 | - return $this->selfLink; |
|
| 1860 | + return $this->selfLink; |
|
| 1861 | 1861 | } |
| 1862 | 1862 | public function setTotalItems($totalItems) |
| 1863 | 1863 | { |
| 1864 | - $this->totalItems = $totalItems; |
|
| 1864 | + $this->totalItems = $totalItems; |
|
| 1865 | 1865 | } |
| 1866 | 1866 | public function getTotalItems() |
| 1867 | 1867 | { |
| 1868 | - return $this->totalItems; |
|
| 1868 | + return $this->totalItems; |
|
| 1869 | 1869 | } |
| 1870 | 1870 | } |
| 1871 | 1871 | |
@@ -1879,19 +1879,19 @@ discard block |
||
| 1879 | 1879 | |
| 1880 | 1880 | public function setSelfLink($selfLink) |
| 1881 | 1881 | { |
| 1882 | - $this->selfLink = $selfLink; |
|
| 1882 | + $this->selfLink = $selfLink; |
|
| 1883 | 1883 | } |
| 1884 | 1884 | public function getSelfLink() |
| 1885 | 1885 | { |
| 1886 | - return $this->selfLink; |
|
| 1886 | + return $this->selfLink; |
|
| 1887 | 1887 | } |
| 1888 | 1888 | public function setTotalItems($totalItems) |
| 1889 | 1889 | { |
| 1890 | - $this->totalItems = $totalItems; |
|
| 1890 | + $this->totalItems = $totalItems; |
|
| 1891 | 1891 | } |
| 1892 | 1892 | public function getTotalItems() |
| 1893 | 1893 | { |
| 1894 | - return $this->totalItems; |
|
| 1894 | + return $this->totalItems; |
|
| 1895 | 1895 | } |
| 1896 | 1896 | } |
| 1897 | 1897 | |
@@ -1908,43 +1908,43 @@ discard block |
||
| 1908 | 1908 | |
| 1909 | 1909 | public function setCanComment($canComment) |
| 1910 | 1910 | { |
| 1911 | - $this->canComment = $canComment; |
|
| 1911 | + $this->canComment = $canComment; |
|
| 1912 | 1912 | } |
| 1913 | 1913 | public function getCanComment() |
| 1914 | 1914 | { |
| 1915 | - return $this->canComment; |
|
| 1915 | + return $this->canComment; |
|
| 1916 | 1916 | } |
| 1917 | 1917 | public function setCanPlusone($canPlusone) |
| 1918 | 1918 | { |
| 1919 | - $this->canPlusone = $canPlusone; |
|
| 1919 | + $this->canPlusone = $canPlusone; |
|
| 1920 | 1920 | } |
| 1921 | 1921 | public function getCanPlusone() |
| 1922 | 1922 | { |
| 1923 | - return $this->canPlusone; |
|
| 1923 | + return $this->canPlusone; |
|
| 1924 | 1924 | } |
| 1925 | 1925 | public function setCanUpdate($canUpdate) |
| 1926 | 1926 | { |
| 1927 | - $this->canUpdate = $canUpdate; |
|
| 1927 | + $this->canUpdate = $canUpdate; |
|
| 1928 | 1928 | } |
| 1929 | 1929 | public function getCanUpdate() |
| 1930 | 1930 | { |
| 1931 | - return $this->canUpdate; |
|
| 1931 | + return $this->canUpdate; |
|
| 1932 | 1932 | } |
| 1933 | 1933 | public function setIsPlusOned($isPlusOned) |
| 1934 | 1934 | { |
| 1935 | - $this->isPlusOned = $isPlusOned; |
|
| 1935 | + $this->isPlusOned = $isPlusOned; |
|
| 1936 | 1936 | } |
| 1937 | 1937 | public function getIsPlusOned() |
| 1938 | 1938 | { |
| 1939 | - return $this->isPlusOned; |
|
| 1939 | + return $this->isPlusOned; |
|
| 1940 | 1940 | } |
| 1941 | 1941 | public function setResharingDisabled($resharingDisabled) |
| 1942 | 1942 | { |
| 1943 | - $this->resharingDisabled = $resharingDisabled; |
|
| 1943 | + $this->resharingDisabled = $resharingDisabled; |
|
| 1944 | 1944 | } |
| 1945 | 1945 | public function getResharingDisabled() |
| 1946 | 1946 | { |
| 1947 | - return $this->resharingDisabled; |
|
| 1947 | + return $this->resharingDisabled; |
|
| 1948 | 1948 | } |
| 1949 | 1949 | } |
| 1950 | 1950 | |
@@ -1957,11 +1957,11 @@ discard block |
||
| 1957 | 1957 | |
| 1958 | 1958 | public function setTitle($title) |
| 1959 | 1959 | { |
| 1960 | - $this->title = $title; |
|
| 1960 | + $this->title = $title; |
|
| 1961 | 1961 | } |
| 1962 | 1962 | public function getTitle() |
| 1963 | 1963 | { |
| 1964 | - return $this->title; |
|
| 1964 | + return $this->title; |
|
| 1965 | 1965 | } |
| 1966 | 1966 | } |
| 1967 | 1967 | |
@@ -1979,43 +1979,43 @@ discard block |
||
| 1979 | 1979 | |
| 1980 | 1980 | public function setEtag($etag) |
| 1981 | 1981 | { |
| 1982 | - $this->etag = $etag; |
|
| 1982 | + $this->etag = $etag; |
|
| 1983 | 1983 | } |
| 1984 | 1984 | public function getEtag() |
| 1985 | 1985 | { |
| 1986 | - return $this->etag; |
|
| 1986 | + return $this->etag; |
|
| 1987 | 1987 | } |
| 1988 | 1988 | public function setItem(Google_Service_PlusDomains_PlusDomainsAclentryResource $item) |
| 1989 | 1989 | { |
| 1990 | - $this->item = $item; |
|
| 1990 | + $this->item = $item; |
|
| 1991 | 1991 | } |
| 1992 | 1992 | public function getItem() |
| 1993 | 1993 | { |
| 1994 | - return $this->item; |
|
| 1994 | + return $this->item; |
|
| 1995 | 1995 | } |
| 1996 | 1996 | public function setKind($kind) |
| 1997 | 1997 | { |
| 1998 | - $this->kind = $kind; |
|
| 1998 | + $this->kind = $kind; |
|
| 1999 | 1999 | } |
| 2000 | 2000 | public function getKind() |
| 2001 | 2001 | { |
| 2002 | - return $this->kind; |
|
| 2002 | + return $this->kind; |
|
| 2003 | 2003 | } |
| 2004 | 2004 | public function setMemberCount($memberCount) |
| 2005 | 2005 | { |
| 2006 | - $this->memberCount = $memberCount; |
|
| 2006 | + $this->memberCount = $memberCount; |
|
| 2007 | 2007 | } |
| 2008 | 2008 | public function getMemberCount() |
| 2009 | 2009 | { |
| 2010 | - return $this->memberCount; |
|
| 2010 | + return $this->memberCount; |
|
| 2011 | 2011 | } |
| 2012 | 2012 | public function setVisibility($visibility) |
| 2013 | 2013 | { |
| 2014 | - $this->visibility = $visibility; |
|
| 2014 | + $this->visibility = $visibility; |
|
| 2015 | 2015 | } |
| 2016 | 2016 | public function getVisibility() |
| 2017 | 2017 | { |
| 2018 | - return $this->visibility; |
|
| 2018 | + return $this->visibility; |
|
| 2019 | 2019 | } |
| 2020 | 2020 | } |
| 2021 | 2021 | |
@@ -2034,43 +2034,43 @@ discard block |
||
| 2034 | 2034 | |
| 2035 | 2035 | public function setEtag($etag) |
| 2036 | 2036 | { |
| 2037 | - $this->etag = $etag; |
|
| 2037 | + $this->etag = $etag; |
|
| 2038 | 2038 | } |
| 2039 | 2039 | public function getEtag() |
| 2040 | 2040 | { |
| 2041 | - return $this->etag; |
|
| 2041 | + return $this->etag; |
|
| 2042 | 2042 | } |
| 2043 | 2043 | public function setItems($items) |
| 2044 | 2044 | { |
| 2045 | - $this->items = $items; |
|
| 2045 | + $this->items = $items; |
|
| 2046 | 2046 | } |
| 2047 | 2047 | public function getItems() |
| 2048 | 2048 | { |
| 2049 | - return $this->items; |
|
| 2049 | + return $this->items; |
|
| 2050 | 2050 | } |
| 2051 | 2051 | public function setKind($kind) |
| 2052 | 2052 | { |
| 2053 | - $this->kind = $kind; |
|
| 2053 | + $this->kind = $kind; |
|
| 2054 | 2054 | } |
| 2055 | 2055 | public function getKind() |
| 2056 | 2056 | { |
| 2057 | - return $this->kind; |
|
| 2057 | + return $this->kind; |
|
| 2058 | 2058 | } |
| 2059 | 2059 | public function setNextPageToken($nextPageToken) |
| 2060 | 2060 | { |
| 2061 | - $this->nextPageToken = $nextPageToken; |
|
| 2061 | + $this->nextPageToken = $nextPageToken; |
|
| 2062 | 2062 | } |
| 2063 | 2063 | public function getNextPageToken() |
| 2064 | 2064 | { |
| 2065 | - return $this->nextPageToken; |
|
| 2065 | + return $this->nextPageToken; |
|
| 2066 | 2066 | } |
| 2067 | 2067 | public function setTotalItems($totalItems) |
| 2068 | 2068 | { |
| 2069 | - $this->totalItems = $totalItems; |
|
| 2069 | + $this->totalItems = $totalItems; |
|
| 2070 | 2070 | } |
| 2071 | 2071 | public function getTotalItems() |
| 2072 | 2072 | { |
| 2073 | - return $this->totalItems; |
|
| 2073 | + return $this->totalItems; |
|
| 2074 | 2074 | } |
| 2075 | 2075 | } |
| 2076 | 2076 | |
@@ -2090,59 +2090,59 @@ discard block |
||
| 2090 | 2090 | |
| 2091 | 2091 | public function setDescription($description) |
| 2092 | 2092 | { |
| 2093 | - $this->description = $description; |
|
| 2093 | + $this->description = $description; |
|
| 2094 | 2094 | } |
| 2095 | 2095 | public function getDescription() |
| 2096 | 2096 | { |
| 2097 | - return $this->description; |
|
| 2097 | + return $this->description; |
|
| 2098 | 2098 | } |
| 2099 | 2099 | public function setDisplayName($displayName) |
| 2100 | 2100 | { |
| 2101 | - $this->displayName = $displayName; |
|
| 2101 | + $this->displayName = $displayName; |
|
| 2102 | 2102 | } |
| 2103 | 2103 | public function getDisplayName() |
| 2104 | 2104 | { |
| 2105 | - return $this->displayName; |
|
| 2105 | + return $this->displayName; |
|
| 2106 | 2106 | } |
| 2107 | 2107 | public function setEtag($etag) |
| 2108 | 2108 | { |
| 2109 | - $this->etag = $etag; |
|
| 2109 | + $this->etag = $etag; |
|
| 2110 | 2110 | } |
| 2111 | 2111 | public function getEtag() |
| 2112 | 2112 | { |
| 2113 | - return $this->etag; |
|
| 2113 | + return $this->etag; |
|
| 2114 | 2114 | } |
| 2115 | 2115 | public function setId($id) |
| 2116 | 2116 | { |
| 2117 | - $this->id = $id; |
|
| 2117 | + $this->id = $id; |
|
| 2118 | 2118 | } |
| 2119 | 2119 | public function getId() |
| 2120 | 2120 | { |
| 2121 | - return $this->id; |
|
| 2121 | + return $this->id; |
|
| 2122 | 2122 | } |
| 2123 | 2123 | public function setKind($kind) |
| 2124 | 2124 | { |
| 2125 | - $this->kind = $kind; |
|
| 2125 | + $this->kind = $kind; |
|
| 2126 | 2126 | } |
| 2127 | 2127 | public function getKind() |
| 2128 | 2128 | { |
| 2129 | - return $this->kind; |
|
| 2129 | + return $this->kind; |
|
| 2130 | 2130 | } |
| 2131 | 2131 | public function setPeople(Google_Service_PlusDomains_CirclePeople $people) |
| 2132 | 2132 | { |
| 2133 | - $this->people = $people; |
|
| 2133 | + $this->people = $people; |
|
| 2134 | 2134 | } |
| 2135 | 2135 | public function getPeople() |
| 2136 | 2136 | { |
| 2137 | - return $this->people; |
|
| 2137 | + return $this->people; |
|
| 2138 | 2138 | } |
| 2139 | 2139 | public function setSelfLink($selfLink) |
| 2140 | 2140 | { |
| 2141 | - $this->selfLink = $selfLink; |
|
| 2141 | + $this->selfLink = $selfLink; |
|
| 2142 | 2142 | } |
| 2143 | 2143 | public function getSelfLink() |
| 2144 | 2144 | { |
| 2145 | - return $this->selfLink; |
|
| 2145 | + return $this->selfLink; |
|
| 2146 | 2146 | } |
| 2147 | 2147 | } |
| 2148 | 2148 | |
@@ -2164,67 +2164,67 @@ discard block |
||
| 2164 | 2164 | |
| 2165 | 2165 | public function setEtag($etag) |
| 2166 | 2166 | { |
| 2167 | - $this->etag = $etag; |
|
| 2167 | + $this->etag = $etag; |
|
| 2168 | 2168 | } |
| 2169 | 2169 | public function getEtag() |
| 2170 | 2170 | { |
| 2171 | - return $this->etag; |
|
| 2171 | + return $this->etag; |
|
| 2172 | 2172 | } |
| 2173 | 2173 | public function setItems($items) |
| 2174 | 2174 | { |
| 2175 | - $this->items = $items; |
|
| 2175 | + $this->items = $items; |
|
| 2176 | 2176 | } |
| 2177 | 2177 | public function getItems() |
| 2178 | 2178 | { |
| 2179 | - return $this->items; |
|
| 2179 | + return $this->items; |
|
| 2180 | 2180 | } |
| 2181 | 2181 | public function setKind($kind) |
| 2182 | 2182 | { |
| 2183 | - $this->kind = $kind; |
|
| 2183 | + $this->kind = $kind; |
|
| 2184 | 2184 | } |
| 2185 | 2185 | public function getKind() |
| 2186 | 2186 | { |
| 2187 | - return $this->kind; |
|
| 2187 | + return $this->kind; |
|
| 2188 | 2188 | } |
| 2189 | 2189 | public function setNextLink($nextLink) |
| 2190 | 2190 | { |
| 2191 | - $this->nextLink = $nextLink; |
|
| 2191 | + $this->nextLink = $nextLink; |
|
| 2192 | 2192 | } |
| 2193 | 2193 | public function getNextLink() |
| 2194 | 2194 | { |
| 2195 | - return $this->nextLink; |
|
| 2195 | + return $this->nextLink; |
|
| 2196 | 2196 | } |
| 2197 | 2197 | public function setNextPageToken($nextPageToken) |
| 2198 | 2198 | { |
| 2199 | - $this->nextPageToken = $nextPageToken; |
|
| 2199 | + $this->nextPageToken = $nextPageToken; |
|
| 2200 | 2200 | } |
| 2201 | 2201 | public function getNextPageToken() |
| 2202 | 2202 | { |
| 2203 | - return $this->nextPageToken; |
|
| 2203 | + return $this->nextPageToken; |
|
| 2204 | 2204 | } |
| 2205 | 2205 | public function setSelfLink($selfLink) |
| 2206 | 2206 | { |
| 2207 | - $this->selfLink = $selfLink; |
|
| 2207 | + $this->selfLink = $selfLink; |
|
| 2208 | 2208 | } |
| 2209 | 2209 | public function getSelfLink() |
| 2210 | 2210 | { |
| 2211 | - return $this->selfLink; |
|
| 2211 | + return $this->selfLink; |
|
| 2212 | 2212 | } |
| 2213 | 2213 | public function setTitle($title) |
| 2214 | 2214 | { |
| 2215 | - $this->title = $title; |
|
| 2215 | + $this->title = $title; |
|
| 2216 | 2216 | } |
| 2217 | 2217 | public function getTitle() |
| 2218 | 2218 | { |
| 2219 | - return $this->title; |
|
| 2219 | + return $this->title; |
|
| 2220 | 2220 | } |
| 2221 | 2221 | public function setTotalItems($totalItems) |
| 2222 | 2222 | { |
| 2223 | - $this->totalItems = $totalItems; |
|
| 2223 | + $this->totalItems = $totalItems; |
|
| 2224 | 2224 | } |
| 2225 | 2225 | public function getTotalItems() |
| 2226 | 2226 | { |
| 2227 | - return $this->totalItems; |
|
| 2227 | + return $this->totalItems; |
|
| 2228 | 2228 | } |
| 2229 | 2229 | } |
| 2230 | 2230 | |
@@ -2237,11 +2237,11 @@ discard block |
||
| 2237 | 2237 | |
| 2238 | 2238 | public function setTotalItems($totalItems) |
| 2239 | 2239 | { |
| 2240 | - $this->totalItems = $totalItems; |
|
| 2240 | + $this->totalItems = $totalItems; |
|
| 2241 | 2241 | } |
| 2242 | 2242 | public function getTotalItems() |
| 2243 | 2243 | { |
| 2244 | - return $this->totalItems; |
|
| 2244 | + return $this->totalItems; |
|
| 2245 | 2245 | } |
| 2246 | 2246 | } |
| 2247 | 2247 | |
@@ -2269,91 +2269,91 @@ discard block |
||
| 2269 | 2269 | |
| 2270 | 2270 | public function setActor(Google_Service_PlusDomains_CommentActor $actor) |
| 2271 | 2271 | { |
| 2272 | - $this->actor = $actor; |
|
| 2272 | + $this->actor = $actor; |
|
| 2273 | 2273 | } |
| 2274 | 2274 | public function getActor() |
| 2275 | 2275 | { |
| 2276 | - return $this->actor; |
|
| 2276 | + return $this->actor; |
|
| 2277 | 2277 | } |
| 2278 | 2278 | public function setEtag($etag) |
| 2279 | 2279 | { |
| 2280 | - $this->etag = $etag; |
|
| 2280 | + $this->etag = $etag; |
|
| 2281 | 2281 | } |
| 2282 | 2282 | public function getEtag() |
| 2283 | 2283 | { |
| 2284 | - return $this->etag; |
|
| 2284 | + return $this->etag; |
|
| 2285 | 2285 | } |
| 2286 | 2286 | public function setId($id) |
| 2287 | 2287 | { |
| 2288 | - $this->id = $id; |
|
| 2288 | + $this->id = $id; |
|
| 2289 | 2289 | } |
| 2290 | 2290 | public function getId() |
| 2291 | 2291 | { |
| 2292 | - return $this->id; |
|
| 2292 | + return $this->id; |
|
| 2293 | 2293 | } |
| 2294 | 2294 | public function setInReplyTo($inReplyTo) |
| 2295 | 2295 | { |
| 2296 | - $this->inReplyTo = $inReplyTo; |
|
| 2296 | + $this->inReplyTo = $inReplyTo; |
|
| 2297 | 2297 | } |
| 2298 | 2298 | public function getInReplyTo() |
| 2299 | 2299 | { |
| 2300 | - return $this->inReplyTo; |
|
| 2300 | + return $this->inReplyTo; |
|
| 2301 | 2301 | } |
| 2302 | 2302 | public function setKind($kind) |
| 2303 | 2303 | { |
| 2304 | - $this->kind = $kind; |
|
| 2304 | + $this->kind = $kind; |
|
| 2305 | 2305 | } |
| 2306 | 2306 | public function getKind() |
| 2307 | 2307 | { |
| 2308 | - return $this->kind; |
|
| 2308 | + return $this->kind; |
|
| 2309 | 2309 | } |
| 2310 | 2310 | public function setObject(Google_Service_PlusDomains_CommentObject $object) |
| 2311 | 2311 | { |
| 2312 | - $this->object = $object; |
|
| 2312 | + $this->object = $object; |
|
| 2313 | 2313 | } |
| 2314 | 2314 | public function getObject() |
| 2315 | 2315 | { |
| 2316 | - return $this->object; |
|
| 2316 | + return $this->object; |
|
| 2317 | 2317 | } |
| 2318 | 2318 | public function setPlusoners(Google_Service_PlusDomains_CommentPlusoners $plusoners) |
| 2319 | 2319 | { |
| 2320 | - $this->plusoners = $plusoners; |
|
| 2320 | + $this->plusoners = $plusoners; |
|
| 2321 | 2321 | } |
| 2322 | 2322 | public function getPlusoners() |
| 2323 | 2323 | { |
| 2324 | - return $this->plusoners; |
|
| 2324 | + return $this->plusoners; |
|
| 2325 | 2325 | } |
| 2326 | 2326 | public function setPublished($published) |
| 2327 | 2327 | { |
| 2328 | - $this->published = $published; |
|
| 2328 | + $this->published = $published; |
|
| 2329 | 2329 | } |
| 2330 | 2330 | public function getPublished() |
| 2331 | 2331 | { |
| 2332 | - return $this->published; |
|
| 2332 | + return $this->published; |
|
| 2333 | 2333 | } |
| 2334 | 2334 | public function setSelfLink($selfLink) |
| 2335 | 2335 | { |
| 2336 | - $this->selfLink = $selfLink; |
|
| 2336 | + $this->selfLink = $selfLink; |
|
| 2337 | 2337 | } |
| 2338 | 2338 | public function getSelfLink() |
| 2339 | 2339 | { |
| 2340 | - return $this->selfLink; |
|
| 2340 | + return $this->selfLink; |
|
| 2341 | 2341 | } |
| 2342 | 2342 | public function setUpdated($updated) |
| 2343 | 2343 | { |
| 2344 | - $this->updated = $updated; |
|
| 2344 | + $this->updated = $updated; |
|
| 2345 | 2345 | } |
| 2346 | 2346 | public function getUpdated() |
| 2347 | 2347 | { |
| 2348 | - return $this->updated; |
|
| 2348 | + return $this->updated; |
|
| 2349 | 2349 | } |
| 2350 | 2350 | public function setVerb($verb) |
| 2351 | 2351 | { |
| 2352 | - $this->verb = $verb; |
|
| 2352 | + $this->verb = $verb; |
|
| 2353 | 2353 | } |
| 2354 | 2354 | public function getVerb() |
| 2355 | 2355 | { |
| 2356 | - return $this->verb; |
|
| 2356 | + return $this->verb; |
|
| 2357 | 2357 | } |
| 2358 | 2358 | } |
| 2359 | 2359 | |
@@ -2370,35 +2370,35 @@ discard block |
||
| 2370 | 2370 | |
| 2371 | 2371 | public function setDisplayName($displayName) |
| 2372 | 2372 | { |
| 2373 | - $this->displayName = $displayName; |
|
| 2373 | + $this->displayName = $displayName; |
|
| 2374 | 2374 | } |
| 2375 | 2375 | public function getDisplayName() |
| 2376 | 2376 | { |
| 2377 | - return $this->displayName; |
|
| 2377 | + return $this->displayName; |
|
| 2378 | 2378 | } |
| 2379 | 2379 | public function setId($id) |
| 2380 | 2380 | { |
| 2381 | - $this->id = $id; |
|
| 2381 | + $this->id = $id; |
|
| 2382 | 2382 | } |
| 2383 | 2383 | public function getId() |
| 2384 | 2384 | { |
| 2385 | - return $this->id; |
|
| 2385 | + return $this->id; |
|
| 2386 | 2386 | } |
| 2387 | 2387 | public function setImage(Google_Service_PlusDomains_CommentActorImage $image) |
| 2388 | 2388 | { |
| 2389 | - $this->image = $image; |
|
| 2389 | + $this->image = $image; |
|
| 2390 | 2390 | } |
| 2391 | 2391 | public function getImage() |
| 2392 | 2392 | { |
| 2393 | - return $this->image; |
|
| 2393 | + return $this->image; |
|
| 2394 | 2394 | } |
| 2395 | 2395 | public function setUrl($url) |
| 2396 | 2396 | { |
| 2397 | - $this->url = $url; |
|
| 2397 | + $this->url = $url; |
|
| 2398 | 2398 | } |
| 2399 | 2399 | public function getUrl() |
| 2400 | 2400 | { |
| 2401 | - return $this->url; |
|
| 2401 | + return $this->url; |
|
| 2402 | 2402 | } |
| 2403 | 2403 | } |
| 2404 | 2404 | |
@@ -2411,11 +2411,11 @@ discard block |
||
| 2411 | 2411 | |
| 2412 | 2412 | public function setUrl($url) |
| 2413 | 2413 | { |
| 2414 | - $this->url = $url; |
|
| 2414 | + $this->url = $url; |
|
| 2415 | 2415 | } |
| 2416 | 2416 | public function getUrl() |
| 2417 | 2417 | { |
| 2418 | - return $this->url; |
|
| 2418 | + return $this->url; |
|
| 2419 | 2419 | } |
| 2420 | 2420 | } |
| 2421 | 2421 | |
@@ -2437,67 +2437,67 @@ discard block |
||
| 2437 | 2437 | |
| 2438 | 2438 | public function setEtag($etag) |
| 2439 | 2439 | { |
| 2440 | - $this->etag = $etag; |
|
| 2440 | + $this->etag = $etag; |
|
| 2441 | 2441 | } |
| 2442 | 2442 | public function getEtag() |
| 2443 | 2443 | { |
| 2444 | - return $this->etag; |
|
| 2444 | + return $this->etag; |
|
| 2445 | 2445 | } |
| 2446 | 2446 | public function setId($id) |
| 2447 | 2447 | { |
| 2448 | - $this->id = $id; |
|
| 2448 | + $this->id = $id; |
|
| 2449 | 2449 | } |
| 2450 | 2450 | public function getId() |
| 2451 | 2451 | { |
| 2452 | - return $this->id; |
|
| 2452 | + return $this->id; |
|
| 2453 | 2453 | } |
| 2454 | 2454 | public function setItems($items) |
| 2455 | 2455 | { |
| 2456 | - $this->items = $items; |
|
| 2456 | + $this->items = $items; |
|
| 2457 | 2457 | } |
| 2458 | 2458 | public function getItems() |
| 2459 | 2459 | { |
| 2460 | - return $this->items; |
|
| 2460 | + return $this->items; |
|
| 2461 | 2461 | } |
| 2462 | 2462 | public function setKind($kind) |
| 2463 | 2463 | { |
| 2464 | - $this->kind = $kind; |
|
| 2464 | + $this->kind = $kind; |
|
| 2465 | 2465 | } |
| 2466 | 2466 | public function getKind() |
| 2467 | 2467 | { |
| 2468 | - return $this->kind; |
|
| 2468 | + return $this->kind; |
|
| 2469 | 2469 | } |
| 2470 | 2470 | public function setNextLink($nextLink) |
| 2471 | 2471 | { |
| 2472 | - $this->nextLink = $nextLink; |
|
| 2472 | + $this->nextLink = $nextLink; |
|
| 2473 | 2473 | } |
| 2474 | 2474 | public function getNextLink() |
| 2475 | 2475 | { |
| 2476 | - return $this->nextLink; |
|
| 2476 | + return $this->nextLink; |
|
| 2477 | 2477 | } |
| 2478 | 2478 | public function setNextPageToken($nextPageToken) |
| 2479 | 2479 | { |
| 2480 | - $this->nextPageToken = $nextPageToken; |
|
| 2480 | + $this->nextPageToken = $nextPageToken; |
|
| 2481 | 2481 | } |
| 2482 | 2482 | public function getNextPageToken() |
| 2483 | 2483 | { |
| 2484 | - return $this->nextPageToken; |
|
| 2484 | + return $this->nextPageToken; |
|
| 2485 | 2485 | } |
| 2486 | 2486 | public function setTitle($title) |
| 2487 | 2487 | { |
| 2488 | - $this->title = $title; |
|
| 2488 | + $this->title = $title; |
|
| 2489 | 2489 | } |
| 2490 | 2490 | public function getTitle() |
| 2491 | 2491 | { |
| 2492 | - return $this->title; |
|
| 2492 | + return $this->title; |
|
| 2493 | 2493 | } |
| 2494 | 2494 | public function setUpdated($updated) |
| 2495 | 2495 | { |
| 2496 | - $this->updated = $updated; |
|
| 2496 | + $this->updated = $updated; |
|
| 2497 | 2497 | } |
| 2498 | 2498 | public function getUpdated() |
| 2499 | 2499 | { |
| 2500 | - return $this->updated; |
|
| 2500 | + return $this->updated; |
|
| 2501 | 2501 | } |
| 2502 | 2502 | } |
| 2503 | 2503 | |
@@ -2511,19 +2511,19 @@ discard block |
||
| 2511 | 2511 | |
| 2512 | 2512 | public function setId($id) |
| 2513 | 2513 | { |
| 2514 | - $this->id = $id; |
|
| 2514 | + $this->id = $id; |
|
| 2515 | 2515 | } |
| 2516 | 2516 | public function getId() |
| 2517 | 2517 | { |
| 2518 | - return $this->id; |
|
| 2518 | + return $this->id; |
|
| 2519 | 2519 | } |
| 2520 | 2520 | public function setUrl($url) |
| 2521 | 2521 | { |
| 2522 | - $this->url = $url; |
|
| 2522 | + $this->url = $url; |
|
| 2523 | 2523 | } |
| 2524 | 2524 | public function getUrl() |
| 2525 | 2525 | { |
| 2526 | - return $this->url; |
|
| 2526 | + return $this->url; |
|
| 2527 | 2527 | } |
| 2528 | 2528 | } |
| 2529 | 2529 | |
@@ -2538,27 +2538,27 @@ discard block |
||
| 2538 | 2538 | |
| 2539 | 2539 | public function setContent($content) |
| 2540 | 2540 | { |
| 2541 | - $this->content = $content; |
|
| 2541 | + $this->content = $content; |
|
| 2542 | 2542 | } |
| 2543 | 2543 | public function getContent() |
| 2544 | 2544 | { |
| 2545 | - return $this->content; |
|
| 2545 | + return $this->content; |
|
| 2546 | 2546 | } |
| 2547 | 2547 | public function setObjectType($objectType) |
| 2548 | 2548 | { |
| 2549 | - $this->objectType = $objectType; |
|
| 2549 | + $this->objectType = $objectType; |
|
| 2550 | 2550 | } |
| 2551 | 2551 | public function getObjectType() |
| 2552 | 2552 | { |
| 2553 | - return $this->objectType; |
|
| 2553 | + return $this->objectType; |
|
| 2554 | 2554 | } |
| 2555 | 2555 | public function setOriginalContent($originalContent) |
| 2556 | 2556 | { |
| 2557 | - $this->originalContent = $originalContent; |
|
| 2557 | + $this->originalContent = $originalContent; |
|
| 2558 | 2558 | } |
| 2559 | 2559 | public function getOriginalContent() |
| 2560 | 2560 | { |
| 2561 | - return $this->originalContent; |
|
| 2561 | + return $this->originalContent; |
|
| 2562 | 2562 | } |
| 2563 | 2563 | } |
| 2564 | 2564 | |
@@ -2571,11 +2571,11 @@ discard block |
||
| 2571 | 2571 | |
| 2572 | 2572 | public function setTotalItems($totalItems) |
| 2573 | 2573 | { |
| 2574 | - $this->totalItems = $totalItems; |
|
| 2574 | + $this->totalItems = $totalItems; |
|
| 2575 | 2575 | } |
| 2576 | 2576 | public function getTotalItems() |
| 2577 | 2577 | { |
| 2578 | - return $this->totalItems; |
|
| 2578 | + return $this->totalItems; |
|
| 2579 | 2579 | } |
| 2580 | 2580 | } |
| 2581 | 2581 | |
@@ -2609,147 +2609,147 @@ discard block |
||
| 2609 | 2609 | |
| 2610 | 2610 | public function setAuthor(Google_Service_PlusDomains_MediaAuthor $author) |
| 2611 | 2611 | { |
| 2612 | - $this->author = $author; |
|
| 2612 | + $this->author = $author; |
|
| 2613 | 2613 | } |
| 2614 | 2614 | public function getAuthor() |
| 2615 | 2615 | { |
| 2616 | - return $this->author; |
|
| 2616 | + return $this->author; |
|
| 2617 | 2617 | } |
| 2618 | 2618 | public function setDisplayName($displayName) |
| 2619 | 2619 | { |
| 2620 | - $this->displayName = $displayName; |
|
| 2620 | + $this->displayName = $displayName; |
|
| 2621 | 2621 | } |
| 2622 | 2622 | public function getDisplayName() |
| 2623 | 2623 | { |
| 2624 | - return $this->displayName; |
|
| 2624 | + return $this->displayName; |
|
| 2625 | 2625 | } |
| 2626 | 2626 | public function setEtag($etag) |
| 2627 | 2627 | { |
| 2628 | - $this->etag = $etag; |
|
| 2628 | + $this->etag = $etag; |
|
| 2629 | 2629 | } |
| 2630 | 2630 | public function getEtag() |
| 2631 | 2631 | { |
| 2632 | - return $this->etag; |
|
| 2632 | + return $this->etag; |
|
| 2633 | 2633 | } |
| 2634 | 2634 | public function setExif(Google_Service_PlusDomains_MediaExif $exif) |
| 2635 | 2635 | { |
| 2636 | - $this->exif = $exif; |
|
| 2636 | + $this->exif = $exif; |
|
| 2637 | 2637 | } |
| 2638 | 2638 | public function getExif() |
| 2639 | 2639 | { |
| 2640 | - return $this->exif; |
|
| 2640 | + return $this->exif; |
|
| 2641 | 2641 | } |
| 2642 | 2642 | public function setHeight($height) |
| 2643 | 2643 | { |
| 2644 | - $this->height = $height; |
|
| 2644 | + $this->height = $height; |
|
| 2645 | 2645 | } |
| 2646 | 2646 | public function getHeight() |
| 2647 | 2647 | { |
| 2648 | - return $this->height; |
|
| 2648 | + return $this->height; |
|
| 2649 | 2649 | } |
| 2650 | 2650 | public function setId($id) |
| 2651 | 2651 | { |
| 2652 | - $this->id = $id; |
|
| 2652 | + $this->id = $id; |
|
| 2653 | 2653 | } |
| 2654 | 2654 | public function getId() |
| 2655 | 2655 | { |
| 2656 | - return $this->id; |
|
| 2656 | + return $this->id; |
|
| 2657 | 2657 | } |
| 2658 | 2658 | public function setKind($kind) |
| 2659 | 2659 | { |
| 2660 | - $this->kind = $kind; |
|
| 2660 | + $this->kind = $kind; |
|
| 2661 | 2661 | } |
| 2662 | 2662 | public function getKind() |
| 2663 | 2663 | { |
| 2664 | - return $this->kind; |
|
| 2664 | + return $this->kind; |
|
| 2665 | 2665 | } |
| 2666 | 2666 | public function setMediaCreatedTime($mediaCreatedTime) |
| 2667 | 2667 | { |
| 2668 | - $this->mediaCreatedTime = $mediaCreatedTime; |
|
| 2668 | + $this->mediaCreatedTime = $mediaCreatedTime; |
|
| 2669 | 2669 | } |
| 2670 | 2670 | public function getMediaCreatedTime() |
| 2671 | 2671 | { |
| 2672 | - return $this->mediaCreatedTime; |
|
| 2672 | + return $this->mediaCreatedTime; |
|
| 2673 | 2673 | } |
| 2674 | 2674 | public function setMediaUrl($mediaUrl) |
| 2675 | 2675 | { |
| 2676 | - $this->mediaUrl = $mediaUrl; |
|
| 2676 | + $this->mediaUrl = $mediaUrl; |
|
| 2677 | 2677 | } |
| 2678 | 2678 | public function getMediaUrl() |
| 2679 | 2679 | { |
| 2680 | - return $this->mediaUrl; |
|
| 2680 | + return $this->mediaUrl; |
|
| 2681 | 2681 | } |
| 2682 | 2682 | public function setPublished($published) |
| 2683 | 2683 | { |
| 2684 | - $this->published = $published; |
|
| 2684 | + $this->published = $published; |
|
| 2685 | 2685 | } |
| 2686 | 2686 | public function getPublished() |
| 2687 | 2687 | { |
| 2688 | - return $this->published; |
|
| 2688 | + return $this->published; |
|
| 2689 | 2689 | } |
| 2690 | 2690 | public function setSizeBytes($sizeBytes) |
| 2691 | 2691 | { |
| 2692 | - $this->sizeBytes = $sizeBytes; |
|
| 2692 | + $this->sizeBytes = $sizeBytes; |
|
| 2693 | 2693 | } |
| 2694 | 2694 | public function getSizeBytes() |
| 2695 | 2695 | { |
| 2696 | - return $this->sizeBytes; |
|
| 2696 | + return $this->sizeBytes; |
|
| 2697 | 2697 | } |
| 2698 | 2698 | public function setStreams($streams) |
| 2699 | 2699 | { |
| 2700 | - $this->streams = $streams; |
|
| 2700 | + $this->streams = $streams; |
|
| 2701 | 2701 | } |
| 2702 | 2702 | public function getStreams() |
| 2703 | 2703 | { |
| 2704 | - return $this->streams; |
|
| 2704 | + return $this->streams; |
|
| 2705 | 2705 | } |
| 2706 | 2706 | public function setSummary($summary) |
| 2707 | 2707 | { |
| 2708 | - $this->summary = $summary; |
|
| 2708 | + $this->summary = $summary; |
|
| 2709 | 2709 | } |
| 2710 | 2710 | public function getSummary() |
| 2711 | 2711 | { |
| 2712 | - return $this->summary; |
|
| 2712 | + return $this->summary; |
|
| 2713 | 2713 | } |
| 2714 | 2714 | public function setUpdated($updated) |
| 2715 | 2715 | { |
| 2716 | - $this->updated = $updated; |
|
| 2716 | + $this->updated = $updated; |
|
| 2717 | 2717 | } |
| 2718 | 2718 | public function getUpdated() |
| 2719 | 2719 | { |
| 2720 | - return $this->updated; |
|
| 2720 | + return $this->updated; |
|
| 2721 | 2721 | } |
| 2722 | 2722 | public function setUrl($url) |
| 2723 | 2723 | { |
| 2724 | - $this->url = $url; |
|
| 2724 | + $this->url = $url; |
|
| 2725 | 2725 | } |
| 2726 | 2726 | public function getUrl() |
| 2727 | 2727 | { |
| 2728 | - return $this->url; |
|
| 2728 | + return $this->url; |
|
| 2729 | 2729 | } |
| 2730 | 2730 | public function setVideoDuration($videoDuration) |
| 2731 | 2731 | { |
| 2732 | - $this->videoDuration = $videoDuration; |
|
| 2732 | + $this->videoDuration = $videoDuration; |
|
| 2733 | 2733 | } |
| 2734 | 2734 | public function getVideoDuration() |
| 2735 | 2735 | { |
| 2736 | - return $this->videoDuration; |
|
| 2736 | + return $this->videoDuration; |
|
| 2737 | 2737 | } |
| 2738 | 2738 | public function setVideoStatus($videoStatus) |
| 2739 | 2739 | { |
| 2740 | - $this->videoStatus = $videoStatus; |
|
| 2740 | + $this->videoStatus = $videoStatus; |
|
| 2741 | 2741 | } |
| 2742 | 2742 | public function getVideoStatus() |
| 2743 | 2743 | { |
| 2744 | - return $this->videoStatus; |
|
| 2744 | + return $this->videoStatus; |
|
| 2745 | 2745 | } |
| 2746 | 2746 | public function setWidth($width) |
| 2747 | 2747 | { |
| 2748 | - $this->width = $width; |
|
| 2748 | + $this->width = $width; |
|
| 2749 | 2749 | } |
| 2750 | 2750 | public function getWidth() |
| 2751 | 2751 | { |
| 2752 | - return $this->width; |
|
| 2752 | + return $this->width; |
|
| 2753 | 2753 | } |
| 2754 | 2754 | } |
| 2755 | 2755 | |
@@ -2766,35 +2766,35 @@ discard block |
||
| 2766 | 2766 | |
| 2767 | 2767 | public function setDisplayName($displayName) |
| 2768 | 2768 | { |
| 2769 | - $this->displayName = $displayName; |
|
| 2769 | + $this->displayName = $displayName; |
|
| 2770 | 2770 | } |
| 2771 | 2771 | public function getDisplayName() |
| 2772 | 2772 | { |
| 2773 | - return $this->displayName; |
|
| 2773 | + return $this->displayName; |
|
| 2774 | 2774 | } |
| 2775 | 2775 | public function setId($id) |
| 2776 | 2776 | { |
| 2777 | - $this->id = $id; |
|
| 2777 | + $this->id = $id; |
|
| 2778 | 2778 | } |
| 2779 | 2779 | public function getId() |
| 2780 | 2780 | { |
| 2781 | - return $this->id; |
|
| 2781 | + return $this->id; |
|
| 2782 | 2782 | } |
| 2783 | 2783 | public function setImage(Google_Service_PlusDomains_MediaAuthorImage $image) |
| 2784 | 2784 | { |
| 2785 | - $this->image = $image; |
|
| 2785 | + $this->image = $image; |
|
| 2786 | 2786 | } |
| 2787 | 2787 | public function getImage() |
| 2788 | 2788 | { |
| 2789 | - return $this->image; |
|
| 2789 | + return $this->image; |
|
| 2790 | 2790 | } |
| 2791 | 2791 | public function setUrl($url) |
| 2792 | 2792 | { |
| 2793 | - $this->url = $url; |
|
| 2793 | + $this->url = $url; |
|
| 2794 | 2794 | } |
| 2795 | 2795 | public function getUrl() |
| 2796 | 2796 | { |
| 2797 | - return $this->url; |
|
| 2797 | + return $this->url; |
|
| 2798 | 2798 | } |
| 2799 | 2799 | } |
| 2800 | 2800 | |
@@ -2807,11 +2807,11 @@ discard block |
||
| 2807 | 2807 | |
| 2808 | 2808 | public function setUrl($url) |
| 2809 | 2809 | { |
| 2810 | - $this->url = $url; |
|
| 2810 | + $this->url = $url; |
|
| 2811 | 2811 | } |
| 2812 | 2812 | public function getUrl() |
| 2813 | 2813 | { |
| 2814 | - return $this->url; |
|
| 2814 | + return $this->url; |
|
| 2815 | 2815 | } |
| 2816 | 2816 | } |
| 2817 | 2817 | |
@@ -2824,11 +2824,11 @@ discard block |
||
| 2824 | 2824 | |
| 2825 | 2825 | public function setTime($time) |
| 2826 | 2826 | { |
| 2827 | - $this->time = $time; |
|
| 2827 | + $this->time = $time; |
|
| 2828 | 2828 | } |
| 2829 | 2829 | public function getTime() |
| 2830 | 2830 | { |
| 2831 | - return $this->time; |
|
| 2831 | + return $this->time; |
|
| 2832 | 2832 | } |
| 2833 | 2833 | } |
| 2834 | 2834 | |
@@ -2849,59 +2849,59 @@ discard block |
||
| 2849 | 2849 | |
| 2850 | 2850 | public function setEtag($etag) |
| 2851 | 2851 | { |
| 2852 | - $this->etag = $etag; |
|
| 2852 | + $this->etag = $etag; |
|
| 2853 | 2853 | } |
| 2854 | 2854 | public function getEtag() |
| 2855 | 2855 | { |
| 2856 | - return $this->etag; |
|
| 2856 | + return $this->etag; |
|
| 2857 | 2857 | } |
| 2858 | 2858 | public function setItems($items) |
| 2859 | 2859 | { |
| 2860 | - $this->items = $items; |
|
| 2860 | + $this->items = $items; |
|
| 2861 | 2861 | } |
| 2862 | 2862 | public function getItems() |
| 2863 | 2863 | { |
| 2864 | - return $this->items; |
|
| 2864 | + return $this->items; |
|
| 2865 | 2865 | } |
| 2866 | 2866 | public function setKind($kind) |
| 2867 | 2867 | { |
| 2868 | - $this->kind = $kind; |
|
| 2868 | + $this->kind = $kind; |
|
| 2869 | 2869 | } |
| 2870 | 2870 | public function getKind() |
| 2871 | 2871 | { |
| 2872 | - return $this->kind; |
|
| 2872 | + return $this->kind; |
|
| 2873 | 2873 | } |
| 2874 | 2874 | public function setNextPageToken($nextPageToken) |
| 2875 | 2875 | { |
| 2876 | - $this->nextPageToken = $nextPageToken; |
|
| 2876 | + $this->nextPageToken = $nextPageToken; |
|
| 2877 | 2877 | } |
| 2878 | 2878 | public function getNextPageToken() |
| 2879 | 2879 | { |
| 2880 | - return $this->nextPageToken; |
|
| 2880 | + return $this->nextPageToken; |
|
| 2881 | 2881 | } |
| 2882 | 2882 | public function setSelfLink($selfLink) |
| 2883 | 2883 | { |
| 2884 | - $this->selfLink = $selfLink; |
|
| 2884 | + $this->selfLink = $selfLink; |
|
| 2885 | 2885 | } |
| 2886 | 2886 | public function getSelfLink() |
| 2887 | 2887 | { |
| 2888 | - return $this->selfLink; |
|
| 2888 | + return $this->selfLink; |
|
| 2889 | 2889 | } |
| 2890 | 2890 | public function setTitle($title) |
| 2891 | 2891 | { |
| 2892 | - $this->title = $title; |
|
| 2892 | + $this->title = $title; |
|
| 2893 | 2893 | } |
| 2894 | 2894 | public function getTitle() |
| 2895 | 2895 | { |
| 2896 | - return $this->title; |
|
| 2896 | + return $this->title; |
|
| 2897 | 2897 | } |
| 2898 | 2898 | public function setTotalItems($totalItems) |
| 2899 | 2899 | { |
| 2900 | - $this->totalItems = $totalItems; |
|
| 2900 | + $this->totalItems = $totalItems; |
|
| 2901 | 2901 | } |
| 2902 | 2902 | public function getTotalItems() |
| 2903 | 2903 | { |
| 2904 | - return $this->totalItems; |
|
| 2904 | + return $this->totalItems; |
|
| 2905 | 2905 | } |
| 2906 | 2906 | } |
| 2907 | 2907 | |
@@ -2949,227 +2949,227 @@ discard block |
||
| 2949 | 2949 | |
| 2950 | 2950 | public function setAboutMe($aboutMe) |
| 2951 | 2951 | { |
| 2952 | - $this->aboutMe = $aboutMe; |
|
| 2952 | + $this->aboutMe = $aboutMe; |
|
| 2953 | 2953 | } |
| 2954 | 2954 | public function getAboutMe() |
| 2955 | 2955 | { |
| 2956 | - return $this->aboutMe; |
|
| 2956 | + return $this->aboutMe; |
|
| 2957 | 2957 | } |
| 2958 | 2958 | public function setBirthday($birthday) |
| 2959 | 2959 | { |
| 2960 | - $this->birthday = $birthday; |
|
| 2960 | + $this->birthday = $birthday; |
|
| 2961 | 2961 | } |
| 2962 | 2962 | public function getBirthday() |
| 2963 | 2963 | { |
| 2964 | - return $this->birthday; |
|
| 2964 | + return $this->birthday; |
|
| 2965 | 2965 | } |
| 2966 | 2966 | public function setBraggingRights($braggingRights) |
| 2967 | 2967 | { |
| 2968 | - $this->braggingRights = $braggingRights; |
|
| 2968 | + $this->braggingRights = $braggingRights; |
|
| 2969 | 2969 | } |
| 2970 | 2970 | public function getBraggingRights() |
| 2971 | 2971 | { |
| 2972 | - return $this->braggingRights; |
|
| 2972 | + return $this->braggingRights; |
|
| 2973 | 2973 | } |
| 2974 | 2974 | public function setCircledByCount($circledByCount) |
| 2975 | 2975 | { |
| 2976 | - $this->circledByCount = $circledByCount; |
|
| 2976 | + $this->circledByCount = $circledByCount; |
|
| 2977 | 2977 | } |
| 2978 | 2978 | public function getCircledByCount() |
| 2979 | 2979 | { |
| 2980 | - return $this->circledByCount; |
|
| 2980 | + return $this->circledByCount; |
|
| 2981 | 2981 | } |
| 2982 | 2982 | public function setCover(Google_Service_PlusDomains_PersonCover $cover) |
| 2983 | 2983 | { |
| 2984 | - $this->cover = $cover; |
|
| 2984 | + $this->cover = $cover; |
|
| 2985 | 2985 | } |
| 2986 | 2986 | public function getCover() |
| 2987 | 2987 | { |
| 2988 | - return $this->cover; |
|
| 2988 | + return $this->cover; |
|
| 2989 | 2989 | } |
| 2990 | 2990 | public function setCurrentLocation($currentLocation) |
| 2991 | 2991 | { |
| 2992 | - $this->currentLocation = $currentLocation; |
|
| 2992 | + $this->currentLocation = $currentLocation; |
|
| 2993 | 2993 | } |
| 2994 | 2994 | public function getCurrentLocation() |
| 2995 | 2995 | { |
| 2996 | - return $this->currentLocation; |
|
| 2996 | + return $this->currentLocation; |
|
| 2997 | 2997 | } |
| 2998 | 2998 | public function setDisplayName($displayName) |
| 2999 | 2999 | { |
| 3000 | - $this->displayName = $displayName; |
|
| 3000 | + $this->displayName = $displayName; |
|
| 3001 | 3001 | } |
| 3002 | 3002 | public function getDisplayName() |
| 3003 | 3003 | { |
| 3004 | - return $this->displayName; |
|
| 3004 | + return $this->displayName; |
|
| 3005 | 3005 | } |
| 3006 | 3006 | public function setDomain($domain) |
| 3007 | 3007 | { |
| 3008 | - $this->domain = $domain; |
|
| 3008 | + $this->domain = $domain; |
|
| 3009 | 3009 | } |
| 3010 | 3010 | public function getDomain() |
| 3011 | 3011 | { |
| 3012 | - return $this->domain; |
|
| 3012 | + return $this->domain; |
|
| 3013 | 3013 | } |
| 3014 | 3014 | public function setEmails($emails) |
| 3015 | 3015 | { |
| 3016 | - $this->emails = $emails; |
|
| 3016 | + $this->emails = $emails; |
|
| 3017 | 3017 | } |
| 3018 | 3018 | public function getEmails() |
| 3019 | 3019 | { |
| 3020 | - return $this->emails; |
|
| 3020 | + return $this->emails; |
|
| 3021 | 3021 | } |
| 3022 | 3022 | public function setEtag($etag) |
| 3023 | 3023 | { |
| 3024 | - $this->etag = $etag; |
|
| 3024 | + $this->etag = $etag; |
|
| 3025 | 3025 | } |
| 3026 | 3026 | public function getEtag() |
| 3027 | 3027 | { |
| 3028 | - return $this->etag; |
|
| 3028 | + return $this->etag; |
|
| 3029 | 3029 | } |
| 3030 | 3030 | public function setGender($gender) |
| 3031 | 3031 | { |
| 3032 | - $this->gender = $gender; |
|
| 3032 | + $this->gender = $gender; |
|
| 3033 | 3033 | } |
| 3034 | 3034 | public function getGender() |
| 3035 | 3035 | { |
| 3036 | - return $this->gender; |
|
| 3036 | + return $this->gender; |
|
| 3037 | 3037 | } |
| 3038 | 3038 | public function setId($id) |
| 3039 | 3039 | { |
| 3040 | - $this->id = $id; |
|
| 3040 | + $this->id = $id; |
|
| 3041 | 3041 | } |
| 3042 | 3042 | public function getId() |
| 3043 | 3043 | { |
| 3044 | - return $this->id; |
|
| 3044 | + return $this->id; |
|
| 3045 | 3045 | } |
| 3046 | 3046 | public function setImage(Google_Service_PlusDomains_PersonImage $image) |
| 3047 | 3047 | { |
| 3048 | - $this->image = $image; |
|
| 3048 | + $this->image = $image; |
|
| 3049 | 3049 | } |
| 3050 | 3050 | public function getImage() |
| 3051 | 3051 | { |
| 3052 | - return $this->image; |
|
| 3052 | + return $this->image; |
|
| 3053 | 3053 | } |
| 3054 | 3054 | public function setIsPlusUser($isPlusUser) |
| 3055 | 3055 | { |
| 3056 | - $this->isPlusUser = $isPlusUser; |
|
| 3056 | + $this->isPlusUser = $isPlusUser; |
|
| 3057 | 3057 | } |
| 3058 | 3058 | public function getIsPlusUser() |
| 3059 | 3059 | { |
| 3060 | - return $this->isPlusUser; |
|
| 3060 | + return $this->isPlusUser; |
|
| 3061 | 3061 | } |
| 3062 | 3062 | public function setKind($kind) |
| 3063 | 3063 | { |
| 3064 | - $this->kind = $kind; |
|
| 3064 | + $this->kind = $kind; |
|
| 3065 | 3065 | } |
| 3066 | 3066 | public function getKind() |
| 3067 | 3067 | { |
| 3068 | - return $this->kind; |
|
| 3068 | + return $this->kind; |
|
| 3069 | 3069 | } |
| 3070 | 3070 | public function setName(Google_Service_PlusDomains_PersonName $name) |
| 3071 | 3071 | { |
| 3072 | - $this->name = $name; |
|
| 3072 | + $this->name = $name; |
|
| 3073 | 3073 | } |
| 3074 | 3074 | public function getName() |
| 3075 | 3075 | { |
| 3076 | - return $this->name; |
|
| 3076 | + return $this->name; |
|
| 3077 | 3077 | } |
| 3078 | 3078 | public function setNickname($nickname) |
| 3079 | 3079 | { |
| 3080 | - $this->nickname = $nickname; |
|
| 3080 | + $this->nickname = $nickname; |
|
| 3081 | 3081 | } |
| 3082 | 3082 | public function getNickname() |
| 3083 | 3083 | { |
| 3084 | - return $this->nickname; |
|
| 3084 | + return $this->nickname; |
|
| 3085 | 3085 | } |
| 3086 | 3086 | public function setObjectType($objectType) |
| 3087 | 3087 | { |
| 3088 | - $this->objectType = $objectType; |
|
| 3088 | + $this->objectType = $objectType; |
|
| 3089 | 3089 | } |
| 3090 | 3090 | public function getObjectType() |
| 3091 | 3091 | { |
| 3092 | - return $this->objectType; |
|
| 3092 | + return $this->objectType; |
|
| 3093 | 3093 | } |
| 3094 | 3094 | public function setOccupation($occupation) |
| 3095 | 3095 | { |
| 3096 | - $this->occupation = $occupation; |
|
| 3096 | + $this->occupation = $occupation; |
|
| 3097 | 3097 | } |
| 3098 | 3098 | public function getOccupation() |
| 3099 | 3099 | { |
| 3100 | - return $this->occupation; |
|
| 3100 | + return $this->occupation; |
|
| 3101 | 3101 | } |
| 3102 | 3102 | public function setOrganizations($organizations) |
| 3103 | 3103 | { |
| 3104 | - $this->organizations = $organizations; |
|
| 3104 | + $this->organizations = $organizations; |
|
| 3105 | 3105 | } |
| 3106 | 3106 | public function getOrganizations() |
| 3107 | 3107 | { |
| 3108 | - return $this->organizations; |
|
| 3108 | + return $this->organizations; |
|
| 3109 | 3109 | } |
| 3110 | 3110 | public function setPlacesLived($placesLived) |
| 3111 | 3111 | { |
| 3112 | - $this->placesLived = $placesLived; |
|
| 3112 | + $this->placesLived = $placesLived; |
|
| 3113 | 3113 | } |
| 3114 | 3114 | public function getPlacesLived() |
| 3115 | 3115 | { |
| 3116 | - return $this->placesLived; |
|
| 3116 | + return $this->placesLived; |
|
| 3117 | 3117 | } |
| 3118 | 3118 | public function setPlusOneCount($plusOneCount) |
| 3119 | 3119 | { |
| 3120 | - $this->plusOneCount = $plusOneCount; |
|
| 3120 | + $this->plusOneCount = $plusOneCount; |
|
| 3121 | 3121 | } |
| 3122 | 3122 | public function getPlusOneCount() |
| 3123 | 3123 | { |
| 3124 | - return $this->plusOneCount; |
|
| 3124 | + return $this->plusOneCount; |
|
| 3125 | 3125 | } |
| 3126 | 3126 | public function setRelationshipStatus($relationshipStatus) |
| 3127 | 3127 | { |
| 3128 | - $this->relationshipStatus = $relationshipStatus; |
|
| 3128 | + $this->relationshipStatus = $relationshipStatus; |
|
| 3129 | 3129 | } |
| 3130 | 3130 | public function getRelationshipStatus() |
| 3131 | 3131 | { |
| 3132 | - return $this->relationshipStatus; |
|
| 3132 | + return $this->relationshipStatus; |
|
| 3133 | 3133 | } |
| 3134 | 3134 | public function setSkills($skills) |
| 3135 | 3135 | { |
| 3136 | - $this->skills = $skills; |
|
| 3136 | + $this->skills = $skills; |
|
| 3137 | 3137 | } |
| 3138 | 3138 | public function getSkills() |
| 3139 | 3139 | { |
| 3140 | - return $this->skills; |
|
| 3140 | + return $this->skills; |
|
| 3141 | 3141 | } |
| 3142 | 3142 | public function setTagline($tagline) |
| 3143 | 3143 | { |
| 3144 | - $this->tagline = $tagline; |
|
| 3144 | + $this->tagline = $tagline; |
|
| 3145 | 3145 | } |
| 3146 | 3146 | public function getTagline() |
| 3147 | 3147 | { |
| 3148 | - return $this->tagline; |
|
| 3148 | + return $this->tagline; |
|
| 3149 | 3149 | } |
| 3150 | 3150 | public function setUrl($url) |
| 3151 | 3151 | { |
| 3152 | - $this->url = $url; |
|
| 3152 | + $this->url = $url; |
|
| 3153 | 3153 | } |
| 3154 | 3154 | public function getUrl() |
| 3155 | 3155 | { |
| 3156 | - return $this->url; |
|
| 3156 | + return $this->url; |
|
| 3157 | 3157 | } |
| 3158 | 3158 | public function setUrls($urls) |
| 3159 | 3159 | { |
| 3160 | - $this->urls = $urls; |
|
| 3160 | + $this->urls = $urls; |
|
| 3161 | 3161 | } |
| 3162 | 3162 | public function getUrls() |
| 3163 | 3163 | { |
| 3164 | - return $this->urls; |
|
| 3164 | + return $this->urls; |
|
| 3165 | 3165 | } |
| 3166 | 3166 | public function setVerified($verified) |
| 3167 | 3167 | { |
| 3168 | - $this->verified = $verified; |
|
| 3168 | + $this->verified = $verified; |
|
| 3169 | 3169 | } |
| 3170 | 3170 | public function getVerified() |
| 3171 | 3171 | { |
| 3172 | - return $this->verified; |
|
| 3172 | + return $this->verified; |
|
| 3173 | 3173 | } |
| 3174 | 3174 | } |
| 3175 | 3175 | |
@@ -3186,27 +3186,27 @@ discard block |
||
| 3186 | 3186 | |
| 3187 | 3187 | public function setCoverInfo(Google_Service_PlusDomains_PersonCoverCoverInfo $coverInfo) |
| 3188 | 3188 | { |
| 3189 | - $this->coverInfo = $coverInfo; |
|
| 3189 | + $this->coverInfo = $coverInfo; |
|
| 3190 | 3190 | } |
| 3191 | 3191 | public function getCoverInfo() |
| 3192 | 3192 | { |
| 3193 | - return $this->coverInfo; |
|
| 3193 | + return $this->coverInfo; |
|
| 3194 | 3194 | } |
| 3195 | 3195 | public function setCoverPhoto(Google_Service_PlusDomains_PersonCoverCoverPhoto $coverPhoto) |
| 3196 | 3196 | { |
| 3197 | - $this->coverPhoto = $coverPhoto; |
|
| 3197 | + $this->coverPhoto = $coverPhoto; |
|
| 3198 | 3198 | } |
| 3199 | 3199 | public function getCoverPhoto() |
| 3200 | 3200 | { |
| 3201 | - return $this->coverPhoto; |
|
| 3201 | + return $this->coverPhoto; |
|
| 3202 | 3202 | } |
| 3203 | 3203 | public function setLayout($layout) |
| 3204 | 3204 | { |
| 3205 | - $this->layout = $layout; |
|
| 3205 | + $this->layout = $layout; |
|
| 3206 | 3206 | } |
| 3207 | 3207 | public function getLayout() |
| 3208 | 3208 | { |
| 3209 | - return $this->layout; |
|
| 3209 | + return $this->layout; |
|
| 3210 | 3210 | } |
| 3211 | 3211 | } |
| 3212 | 3212 | |
@@ -3220,19 +3220,19 @@ discard block |
||
| 3220 | 3220 | |
| 3221 | 3221 | public function setLeftImageOffset($leftImageOffset) |
| 3222 | 3222 | { |
| 3223 | - $this->leftImageOffset = $leftImageOffset; |
|
| 3223 | + $this->leftImageOffset = $leftImageOffset; |
|
| 3224 | 3224 | } |
| 3225 | 3225 | public function getLeftImageOffset() |
| 3226 | 3226 | { |
| 3227 | - return $this->leftImageOffset; |
|
| 3227 | + return $this->leftImageOffset; |
|
| 3228 | 3228 | } |
| 3229 | 3229 | public function setTopImageOffset($topImageOffset) |
| 3230 | 3230 | { |
| 3231 | - $this->topImageOffset = $topImageOffset; |
|
| 3231 | + $this->topImageOffset = $topImageOffset; |
|
| 3232 | 3232 | } |
| 3233 | 3233 | public function getTopImageOffset() |
| 3234 | 3234 | { |
| 3235 | - return $this->topImageOffset; |
|
| 3235 | + return $this->topImageOffset; |
|
| 3236 | 3236 | } |
| 3237 | 3237 | } |
| 3238 | 3238 | |
@@ -3247,27 +3247,27 @@ discard block |
||
| 3247 | 3247 | |
| 3248 | 3248 | public function setHeight($height) |
| 3249 | 3249 | { |
| 3250 | - $this->height = $height; |
|
| 3250 | + $this->height = $height; |
|
| 3251 | 3251 | } |
| 3252 | 3252 | public function getHeight() |
| 3253 | 3253 | { |
| 3254 | - return $this->height; |
|
| 3254 | + return $this->height; |
|
| 3255 | 3255 | } |
| 3256 | 3256 | public function setUrl($url) |
| 3257 | 3257 | { |
| 3258 | - $this->url = $url; |
|
| 3258 | + $this->url = $url; |
|
| 3259 | 3259 | } |
| 3260 | 3260 | public function getUrl() |
| 3261 | 3261 | { |
| 3262 | - return $this->url; |
|
| 3262 | + return $this->url; |
|
| 3263 | 3263 | } |
| 3264 | 3264 | public function setWidth($width) |
| 3265 | 3265 | { |
| 3266 | - $this->width = $width; |
|
| 3266 | + $this->width = $width; |
|
| 3267 | 3267 | } |
| 3268 | 3268 | public function getWidth() |
| 3269 | 3269 | { |
| 3270 | - return $this->width; |
|
| 3270 | + return $this->width; |
|
| 3271 | 3271 | } |
| 3272 | 3272 | } |
| 3273 | 3273 | |
@@ -3281,19 +3281,19 @@ discard block |
||
| 3281 | 3281 | |
| 3282 | 3282 | public function setType($type) |
| 3283 | 3283 | { |
| 3284 | - $this->type = $type; |
|
| 3284 | + $this->type = $type; |
|
| 3285 | 3285 | } |
| 3286 | 3286 | public function getType() |
| 3287 | 3287 | { |
| 3288 | - return $this->type; |
|
| 3288 | + return $this->type; |
|
| 3289 | 3289 | } |
| 3290 | 3290 | public function setValue($value) |
| 3291 | 3291 | { |
| 3292 | - $this->value = $value; |
|
| 3292 | + $this->value = $value; |
|
| 3293 | 3293 | } |
| 3294 | 3294 | public function getValue() |
| 3295 | 3295 | { |
| 3296 | - return $this->value; |
|
| 3296 | + return $this->value; |
|
| 3297 | 3297 | } |
| 3298 | 3298 | } |
| 3299 | 3299 | |
@@ -3307,19 +3307,19 @@ discard block |
||
| 3307 | 3307 | |
| 3308 | 3308 | public function setIsDefault($isDefault) |
| 3309 | 3309 | { |
| 3310 | - $this->isDefault = $isDefault; |
|
| 3310 | + $this->isDefault = $isDefault; |
|
| 3311 | 3311 | } |
| 3312 | 3312 | public function getIsDefault() |
| 3313 | 3313 | { |
| 3314 | - return $this->isDefault; |
|
| 3314 | + return $this->isDefault; |
|
| 3315 | 3315 | } |
| 3316 | 3316 | public function setUrl($url) |
| 3317 | 3317 | { |
| 3318 | - $this->url = $url; |
|
| 3318 | + $this->url = $url; |
|
| 3319 | 3319 | } |
| 3320 | 3320 | public function getUrl() |
| 3321 | 3321 | { |
| 3322 | - return $this->url; |
|
| 3322 | + return $this->url; |
|
| 3323 | 3323 | } |
| 3324 | 3324 | } |
| 3325 | 3325 | |
@@ -3337,51 +3337,51 @@ discard block |
||
| 3337 | 3337 | |
| 3338 | 3338 | public function setFamilyName($familyName) |
| 3339 | 3339 | { |
| 3340 | - $this->familyName = $familyName; |
|
| 3340 | + $this->familyName = $familyName; |
|
| 3341 | 3341 | } |
| 3342 | 3342 | public function getFamilyName() |
| 3343 | 3343 | { |
| 3344 | - return $this->familyName; |
|
| 3344 | + return $this->familyName; |
|
| 3345 | 3345 | } |
| 3346 | 3346 | public function setFormatted($formatted) |
| 3347 | 3347 | { |
| 3348 | - $this->formatted = $formatted; |
|
| 3348 | + $this->formatted = $formatted; |
|
| 3349 | 3349 | } |
| 3350 | 3350 | public function getFormatted() |
| 3351 | 3351 | { |
| 3352 | - return $this->formatted; |
|
| 3352 | + return $this->formatted; |
|
| 3353 | 3353 | } |
| 3354 | 3354 | public function setGivenName($givenName) |
| 3355 | 3355 | { |
| 3356 | - $this->givenName = $givenName; |
|
| 3356 | + $this->givenName = $givenName; |
|
| 3357 | 3357 | } |
| 3358 | 3358 | public function getGivenName() |
| 3359 | 3359 | { |
| 3360 | - return $this->givenName; |
|
| 3360 | + return $this->givenName; |
|
| 3361 | 3361 | } |
| 3362 | 3362 | public function setHonorificPrefix($honorificPrefix) |
| 3363 | 3363 | { |
| 3364 | - $this->honorificPrefix = $honorificPrefix; |
|
| 3364 | + $this->honorificPrefix = $honorificPrefix; |
|
| 3365 | 3365 | } |
| 3366 | 3366 | public function getHonorificPrefix() |
| 3367 | 3367 | { |
| 3368 | - return $this->honorificPrefix; |
|
| 3368 | + return $this->honorificPrefix; |
|
| 3369 | 3369 | } |
| 3370 | 3370 | public function setHonorificSuffix($honorificSuffix) |
| 3371 | 3371 | { |
| 3372 | - $this->honorificSuffix = $honorificSuffix; |
|
| 3372 | + $this->honorificSuffix = $honorificSuffix; |
|
| 3373 | 3373 | } |
| 3374 | 3374 | public function getHonorificSuffix() |
| 3375 | 3375 | { |
| 3376 | - return $this->honorificSuffix; |
|
| 3376 | + return $this->honorificSuffix; |
|
| 3377 | 3377 | } |
| 3378 | 3378 | public function setMiddleName($middleName) |
| 3379 | 3379 | { |
| 3380 | - $this->middleName = $middleName; |
|
| 3380 | + $this->middleName = $middleName; |
|
| 3381 | 3381 | } |
| 3382 | 3382 | public function getMiddleName() |
| 3383 | 3383 | { |
| 3384 | - return $this->middleName; |
|
| 3384 | + return $this->middleName; |
|
| 3385 | 3385 | } |
| 3386 | 3386 | } |
| 3387 | 3387 | |
@@ -3402,75 +3402,75 @@ discard block |
||
| 3402 | 3402 | |
| 3403 | 3403 | public function setDepartment($department) |
| 3404 | 3404 | { |
| 3405 | - $this->department = $department; |
|
| 3405 | + $this->department = $department; |
|
| 3406 | 3406 | } |
| 3407 | 3407 | public function getDepartment() |
| 3408 | 3408 | { |
| 3409 | - return $this->department; |
|
| 3409 | + return $this->department; |
|
| 3410 | 3410 | } |
| 3411 | 3411 | public function setDescription($description) |
| 3412 | 3412 | { |
| 3413 | - $this->description = $description; |
|
| 3413 | + $this->description = $description; |
|
| 3414 | 3414 | } |
| 3415 | 3415 | public function getDescription() |
| 3416 | 3416 | { |
| 3417 | - return $this->description; |
|
| 3417 | + return $this->description; |
|
| 3418 | 3418 | } |
| 3419 | 3419 | public function setEndDate($endDate) |
| 3420 | 3420 | { |
| 3421 | - $this->endDate = $endDate; |
|
| 3421 | + $this->endDate = $endDate; |
|
| 3422 | 3422 | } |
| 3423 | 3423 | public function getEndDate() |
| 3424 | 3424 | { |
| 3425 | - return $this->endDate; |
|
| 3425 | + return $this->endDate; |
|
| 3426 | 3426 | } |
| 3427 | 3427 | public function setLocation($location) |
| 3428 | 3428 | { |
| 3429 | - $this->location = $location; |
|
| 3429 | + $this->location = $location; |
|
| 3430 | 3430 | } |
| 3431 | 3431 | public function getLocation() |
| 3432 | 3432 | { |
| 3433 | - return $this->location; |
|
| 3433 | + return $this->location; |
|
| 3434 | 3434 | } |
| 3435 | 3435 | public function setName($name) |
| 3436 | 3436 | { |
| 3437 | - $this->name = $name; |
|
| 3437 | + $this->name = $name; |
|
| 3438 | 3438 | } |
| 3439 | 3439 | public function getName() |
| 3440 | 3440 | { |
| 3441 | - return $this->name; |
|
| 3441 | + return $this->name; |
|
| 3442 | 3442 | } |
| 3443 | 3443 | public function setPrimary($primary) |
| 3444 | 3444 | { |
| 3445 | - $this->primary = $primary; |
|
| 3445 | + $this->primary = $primary; |
|
| 3446 | 3446 | } |
| 3447 | 3447 | public function getPrimary() |
| 3448 | 3448 | { |
| 3449 | - return $this->primary; |
|
| 3449 | + return $this->primary; |
|
| 3450 | 3450 | } |
| 3451 | 3451 | public function setStartDate($startDate) |
| 3452 | 3452 | { |
| 3453 | - $this->startDate = $startDate; |
|
| 3453 | + $this->startDate = $startDate; |
|
| 3454 | 3454 | } |
| 3455 | 3455 | public function getStartDate() |
| 3456 | 3456 | { |
| 3457 | - return $this->startDate; |
|
| 3457 | + return $this->startDate; |
|
| 3458 | 3458 | } |
| 3459 | 3459 | public function setTitle($title) |
| 3460 | 3460 | { |
| 3461 | - $this->title = $title; |
|
| 3461 | + $this->title = $title; |
|
| 3462 | 3462 | } |
| 3463 | 3463 | public function getTitle() |
| 3464 | 3464 | { |
| 3465 | - return $this->title; |
|
| 3465 | + return $this->title; |
|
| 3466 | 3466 | } |
| 3467 | 3467 | public function setType($type) |
| 3468 | 3468 | { |
| 3469 | - $this->type = $type; |
|
| 3469 | + $this->type = $type; |
|
| 3470 | 3470 | } |
| 3471 | 3471 | public function getType() |
| 3472 | 3472 | { |
| 3473 | - return $this->type; |
|
| 3473 | + return $this->type; |
|
| 3474 | 3474 | } |
| 3475 | 3475 | } |
| 3476 | 3476 | |
@@ -3484,19 +3484,19 @@ discard block |
||
| 3484 | 3484 | |
| 3485 | 3485 | public function setPrimary($primary) |
| 3486 | 3486 | { |
| 3487 | - $this->primary = $primary; |
|
| 3487 | + $this->primary = $primary; |
|
| 3488 | 3488 | } |
| 3489 | 3489 | public function getPrimary() |
| 3490 | 3490 | { |
| 3491 | - return $this->primary; |
|
| 3491 | + return $this->primary; |
|
| 3492 | 3492 | } |
| 3493 | 3493 | public function setValue($value) |
| 3494 | 3494 | { |
| 3495 | - $this->value = $value; |
|
| 3495 | + $this->value = $value; |
|
| 3496 | 3496 | } |
| 3497 | 3497 | public function getValue() |
| 3498 | 3498 | { |
| 3499 | - return $this->value; |
|
| 3499 | + return $this->value; |
|
| 3500 | 3500 | } |
| 3501 | 3501 | } |
| 3502 | 3502 | |
@@ -3511,27 +3511,27 @@ discard block |
||
| 3511 | 3511 | |
| 3512 | 3512 | public function setLabel($label) |
| 3513 | 3513 | { |
| 3514 | - $this->label = $label; |
|
| 3514 | + $this->label = $label; |
|
| 3515 | 3515 | } |
| 3516 | 3516 | public function getLabel() |
| 3517 | 3517 | { |
| 3518 | - return $this->label; |
|
| 3518 | + return $this->label; |
|
| 3519 | 3519 | } |
| 3520 | 3520 | public function setType($type) |
| 3521 | 3521 | { |
| 3522 | - $this->type = $type; |
|
| 3522 | + $this->type = $type; |
|
| 3523 | 3523 | } |
| 3524 | 3524 | public function getType() |
| 3525 | 3525 | { |
| 3526 | - return $this->type; |
|
| 3526 | + return $this->type; |
|
| 3527 | 3527 | } |
| 3528 | 3528 | public function setValue($value) |
| 3529 | 3529 | { |
| 3530 | - $this->value = $value; |
|
| 3530 | + $this->value = $value; |
|
| 3531 | 3531 | } |
| 3532 | 3532 | public function getValue() |
| 3533 | 3533 | { |
| 3534 | - return $this->value; |
|
| 3534 | + return $this->value; |
|
| 3535 | 3535 | } |
| 3536 | 3536 | } |
| 3537 | 3537 | |
@@ -3550,43 +3550,43 @@ discard block |
||
| 3550 | 3550 | |
| 3551 | 3551 | public function setAddress(Google_Service_PlusDomains_PlaceAddress $address) |
| 3552 | 3552 | { |
| 3553 | - $this->address = $address; |
|
| 3553 | + $this->address = $address; |
|
| 3554 | 3554 | } |
| 3555 | 3555 | public function getAddress() |
| 3556 | 3556 | { |
| 3557 | - return $this->address; |
|
| 3557 | + return $this->address; |
|
| 3558 | 3558 | } |
| 3559 | 3559 | public function setDisplayName($displayName) |
| 3560 | 3560 | { |
| 3561 | - $this->displayName = $displayName; |
|
| 3561 | + $this->displayName = $displayName; |
|
| 3562 | 3562 | } |
| 3563 | 3563 | public function getDisplayName() |
| 3564 | 3564 | { |
| 3565 | - return $this->displayName; |
|
| 3565 | + return $this->displayName; |
|
| 3566 | 3566 | } |
| 3567 | 3567 | public function setId($id) |
| 3568 | 3568 | { |
| 3569 | - $this->id = $id; |
|
| 3569 | + $this->id = $id; |
|
| 3570 | 3570 | } |
| 3571 | 3571 | public function getId() |
| 3572 | 3572 | { |
| 3573 | - return $this->id; |
|
| 3573 | + return $this->id; |
|
| 3574 | 3574 | } |
| 3575 | 3575 | public function setKind($kind) |
| 3576 | 3576 | { |
| 3577 | - $this->kind = $kind; |
|
| 3577 | + $this->kind = $kind; |
|
| 3578 | 3578 | } |
| 3579 | 3579 | public function getKind() |
| 3580 | 3580 | { |
| 3581 | - return $this->kind; |
|
| 3581 | + return $this->kind; |
|
| 3582 | 3582 | } |
| 3583 | 3583 | public function setPosition(Google_Service_PlusDomains_PlacePosition $position) |
| 3584 | 3584 | { |
| 3585 | - $this->position = $position; |
|
| 3585 | + $this->position = $position; |
|
| 3586 | 3586 | } |
| 3587 | 3587 | public function getPosition() |
| 3588 | 3588 | { |
| 3589 | - return $this->position; |
|
| 3589 | + return $this->position; |
|
| 3590 | 3590 | } |
| 3591 | 3591 | } |
| 3592 | 3592 | |
@@ -3599,11 +3599,11 @@ discard block |
||
| 3599 | 3599 | |
| 3600 | 3600 | public function setFormatted($formatted) |
| 3601 | 3601 | { |
| 3602 | - $this->formatted = $formatted; |
|
| 3602 | + $this->formatted = $formatted; |
|
| 3603 | 3603 | } |
| 3604 | 3604 | public function getFormatted() |
| 3605 | 3605 | { |
| 3606 | - return $this->formatted; |
|
| 3606 | + return $this->formatted; |
|
| 3607 | 3607 | } |
| 3608 | 3608 | } |
| 3609 | 3609 | |
@@ -3617,19 +3617,19 @@ discard block |
||
| 3617 | 3617 | |
| 3618 | 3618 | public function setLatitude($latitude) |
| 3619 | 3619 | { |
| 3620 | - $this->latitude = $latitude; |
|
| 3620 | + $this->latitude = $latitude; |
|
| 3621 | 3621 | } |
| 3622 | 3622 | public function getLatitude() |
| 3623 | 3623 | { |
| 3624 | - return $this->latitude; |
|
| 3624 | + return $this->latitude; |
|
| 3625 | 3625 | } |
| 3626 | 3626 | public function setLongitude($longitude) |
| 3627 | 3627 | { |
| 3628 | - $this->longitude = $longitude; |
|
| 3628 | + $this->longitude = $longitude; |
|
| 3629 | 3629 | } |
| 3630 | 3630 | public function getLongitude() |
| 3631 | 3631 | { |
| 3632 | - return $this->longitude; |
|
| 3632 | + return $this->longitude; |
|
| 3633 | 3633 | } |
| 3634 | 3634 | } |
| 3635 | 3635 | |
@@ -3644,27 +3644,27 @@ discard block |
||
| 3644 | 3644 | |
| 3645 | 3645 | public function setDisplayName($displayName) |
| 3646 | 3646 | { |
| 3647 | - $this->displayName = $displayName; |
|
| 3647 | + $this->displayName = $displayName; |
|
| 3648 | 3648 | } |
| 3649 | 3649 | public function getDisplayName() |
| 3650 | 3650 | { |
| 3651 | - return $this->displayName; |
|
| 3651 | + return $this->displayName; |
|
| 3652 | 3652 | } |
| 3653 | 3653 | public function setId($id) |
| 3654 | 3654 | { |
| 3655 | - $this->id = $id; |
|
| 3655 | + $this->id = $id; |
|
| 3656 | 3656 | } |
| 3657 | 3657 | public function getId() |
| 3658 | 3658 | { |
| 3659 | - return $this->id; |
|
| 3659 | + return $this->id; |
|
| 3660 | 3660 | } |
| 3661 | 3661 | public function setType($type) |
| 3662 | 3662 | { |
| 3663 | - $this->type = $type; |
|
| 3663 | + $this->type = $type; |
|
| 3664 | 3664 | } |
| 3665 | 3665 | public function getType() |
| 3666 | 3666 | { |
| 3667 | - return $this->type; |
|
| 3667 | + return $this->type; |
|
| 3668 | 3668 | } |
| 3669 | 3669 | } |
| 3670 | 3670 | |
@@ -3680,34 +3680,34 @@ discard block |
||
| 3680 | 3680 | |
| 3681 | 3681 | public function setHeight($height) |
| 3682 | 3682 | { |
| 3683 | - $this->height = $height; |
|
| 3683 | + $this->height = $height; |
|
| 3684 | 3684 | } |
| 3685 | 3685 | public function getHeight() |
| 3686 | 3686 | { |
| 3687 | - return $this->height; |
|
| 3687 | + return $this->height; |
|
| 3688 | 3688 | } |
| 3689 | 3689 | public function setType($type) |
| 3690 | 3690 | { |
| 3691 | - $this->type = $type; |
|
| 3691 | + $this->type = $type; |
|
| 3692 | 3692 | } |
| 3693 | 3693 | public function getType() |
| 3694 | 3694 | { |
| 3695 | - return $this->type; |
|
| 3695 | + return $this->type; |
|
| 3696 | 3696 | } |
| 3697 | 3697 | public function setUrl($url) |
| 3698 | 3698 | { |
| 3699 | - $this->url = $url; |
|
| 3699 | + $this->url = $url; |
|
| 3700 | 3700 | } |
| 3701 | 3701 | public function getUrl() |
| 3702 | 3702 | { |
| 3703 | - return $this->url; |
|
| 3703 | + return $this->url; |
|
| 3704 | 3704 | } |
| 3705 | 3705 | public function setWidth($width) |
| 3706 | 3706 | { |
| 3707 | - $this->width = $width; |
|
| 3707 | + $this->width = $width; |
|
| 3708 | 3708 | } |
| 3709 | 3709 | public function getWidth() |
| 3710 | 3710 | { |
| 3711 | - return $this->width; |
|
| 3711 | + return $this->width; |
|
| 3712 | 3712 | } |
| 3713 | 3713 | } |
@@ -98,7 +98,7 @@ discard block |
||
| 98 | 98 | 'required' => true, |
| 99 | 99 | ), |
| 100 | 100 | ), |
| 101 | - ),'insert' => array( |
|
| 101 | + ), 'insert' => array( |
|
| 102 | 102 | 'path' => 'people/{userId}/activities', |
| 103 | 103 | 'httpMethod' => 'POST', |
| 104 | 104 | 'parameters' => array( |
@@ -112,7 +112,7 @@ discard block |
||
| 112 | 112 | 'type' => 'boolean', |
| 113 | 113 | ), |
| 114 | 114 | ), |
| 115 | - ),'list' => array( |
|
| 115 | + ), 'list' => array( |
|
| 116 | 116 | 'path' => 'people/{userId}/activities/{collection}', |
| 117 | 117 | 'httpMethod' => 'GET', |
| 118 | 118 | 'parameters' => array( |
@@ -193,7 +193,7 @@ discard block |
||
| 193 | 193 | 'repeated' => true, |
| 194 | 194 | ), |
| 195 | 195 | ), |
| 196 | - ),'get' => array( |
|
| 196 | + ), 'get' => array( |
|
| 197 | 197 | 'path' => 'circles/{circleId}', |
| 198 | 198 | 'httpMethod' => 'GET', |
| 199 | 199 | 'parameters' => array( |
@@ -203,7 +203,7 @@ discard block |
||
| 203 | 203 | 'required' => true, |
| 204 | 204 | ), |
| 205 | 205 | ), |
| 206 | - ),'insert' => array( |
|
| 206 | + ), 'insert' => array( |
|
| 207 | 207 | 'path' => 'people/{userId}/circles', |
| 208 | 208 | 'httpMethod' => 'POST', |
| 209 | 209 | 'parameters' => array( |
@@ -213,7 +213,7 @@ discard block |
||
| 213 | 213 | 'required' => true, |
| 214 | 214 | ), |
| 215 | 215 | ), |
| 216 | - ),'list' => array( |
|
| 216 | + ), 'list' => array( |
|
| 217 | 217 | 'path' => 'people/{userId}/circles', |
| 218 | 218 | 'httpMethod' => 'GET', |
| 219 | 219 | 'parameters' => array( |
@@ -231,7 +231,7 @@ discard block |
||
| 231 | 231 | 'type' => 'integer', |
| 232 | 232 | ), |
| 233 | 233 | ), |
| 234 | - ),'patch' => array( |
|
| 234 | + ), 'patch' => array( |
|
| 235 | 235 | 'path' => 'circles/{circleId}', |
| 236 | 236 | 'httpMethod' => 'PATCH', |
| 237 | 237 | 'parameters' => array( |
@@ -241,7 +241,7 @@ discard block |
||
| 241 | 241 | 'required' => true, |
| 242 | 242 | ), |
| 243 | 243 | ), |
| 244 | - ),'remove' => array( |
|
| 244 | + ), 'remove' => array( |
|
| 245 | 245 | 'path' => 'circles/{circleId}', |
| 246 | 246 | 'httpMethod' => 'DELETE', |
| 247 | 247 | 'parameters' => array( |
@@ -251,7 +251,7 @@ discard block |
||
| 251 | 251 | 'required' => true, |
| 252 | 252 | ), |
| 253 | 253 | ), |
| 254 | - ),'removePeople' => array( |
|
| 254 | + ), 'removePeople' => array( |
|
| 255 | 255 | 'path' => 'circles/{circleId}/people', |
| 256 | 256 | 'httpMethod' => 'DELETE', |
| 257 | 257 | 'parameters' => array( |
@@ -271,7 +271,7 @@ discard block |
||
| 271 | 271 | 'repeated' => true, |
| 272 | 272 | ), |
| 273 | 273 | ), |
| 274 | - ),'update' => array( |
|
| 274 | + ), 'update' => array( |
|
| 275 | 275 | 'path' => 'circles/{circleId}', |
| 276 | 276 | 'httpMethod' => 'PUT', |
| 277 | 277 | 'parameters' => array( |
@@ -301,7 +301,7 @@ discard block |
||
| 301 | 301 | 'required' => true, |
| 302 | 302 | ), |
| 303 | 303 | ), |
| 304 | - ),'insert' => array( |
|
| 304 | + ), 'insert' => array( |
|
| 305 | 305 | 'path' => 'activities/{activityId}/comments', |
| 306 | 306 | 'httpMethod' => 'POST', |
| 307 | 307 | 'parameters' => array( |
@@ -311,7 +311,7 @@ discard block |
||
| 311 | 311 | 'required' => true, |
| 312 | 312 | ), |
| 313 | 313 | ), |
| 314 | - ),'list' => array( |
|
| 314 | + ), 'list' => array( |
|
| 315 | 315 | 'path' => 'activities/{activityId}/comments', |
| 316 | 316 | 'httpMethod' => 'GET', |
| 317 | 317 | 'parameters' => array( |
@@ -378,7 +378,7 @@ discard block |
||
| 378 | 378 | 'required' => true, |
| 379 | 379 | ), |
| 380 | 380 | ), |
| 381 | - ),'list' => array( |
|
| 381 | + ), 'list' => array( |
|
| 382 | 382 | 'path' => 'people/{userId}/people/{collection}', |
| 383 | 383 | 'httpMethod' => 'GET', |
| 384 | 384 | 'parameters' => array( |
@@ -405,7 +405,7 @@ discard block |
||
| 405 | 405 | 'type' => 'integer', |
| 406 | 406 | ), |
| 407 | 407 | ), |
| 408 | - ),'listByActivity' => array( |
|
| 408 | + ), 'listByActivity' => array( |
|
| 409 | 409 | 'path' => 'activities/{activityId}/people/{collection}', |
| 410 | 410 | 'httpMethod' => 'GET', |
| 411 | 411 | 'parameters' => array( |
@@ -428,7 +428,7 @@ discard block |
||
| 428 | 428 | 'type' => 'integer', |
| 429 | 429 | ), |
| 430 | 430 | ), |
| 431 | - ),'listByCircle' => array( |
|
| 431 | + ), 'listByCircle' => array( |
|
| 432 | 432 | 'path' => 'circles/{circleId}/people', |
| 433 | 433 | 'httpMethod' => 'GET', |
| 434 | 434 | 'parameters' => array( |
@@ -32,7 +32,7 @@ discard block |
||
| 32 | 32 | { |
| 33 | 33 | /** View and manage your Google Play Developer account. */ |
| 34 | 34 | const ANDROIDPUBLISHER = |
| 35 | - "https://www.googleapis.com/auth/androidpublisher"; |
|
| 35 | + "https://www.googleapis.com/auth/androidpublisher"; |
|
| 36 | 36 | |
| 37 | 37 | public $achievementConfigurations; |
| 38 | 38 | public $imageConfigurations; |
@@ -46,193 +46,193 @@ discard block |
||
| 46 | 46 | */ |
| 47 | 47 | public function __construct(Google_Client $client) |
| 48 | 48 | { |
| 49 | - parent::__construct($client); |
|
| 50 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 51 | - $this->servicePath = 'games/v1configuration/'; |
|
| 52 | - $this->version = 'v1configuration'; |
|
| 53 | - $this->serviceName = 'gamesConfiguration'; |
|
| 49 | + parent::__construct($client); |
|
| 50 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 51 | + $this->servicePath = 'games/v1configuration/'; |
|
| 52 | + $this->version = 'v1configuration'; |
|
| 53 | + $this->serviceName = 'gamesConfiguration'; |
|
| 54 | 54 | |
| 55 | - $this->achievementConfigurations = new Google_Service_GamesConfiguration_AchievementConfigurations_Resource( |
|
| 56 | - $this, |
|
| 57 | - $this->serviceName, |
|
| 58 | - 'achievementConfigurations', |
|
| 59 | - array( |
|
| 60 | - 'methods' => array( |
|
| 61 | - 'delete' => array( |
|
| 62 | - 'path' => 'achievements/{achievementId}', |
|
| 63 | - 'httpMethod' => 'DELETE', |
|
| 64 | - 'parameters' => array( |
|
| 65 | - 'achievementId' => array( |
|
| 66 | - 'location' => 'path', |
|
| 67 | - 'type' => 'string', |
|
| 68 | - 'required' => true, |
|
| 69 | - ), |
|
| 70 | - ), |
|
| 71 | - ),'get' => array( |
|
| 72 | - 'path' => 'achievements/{achievementId}', |
|
| 73 | - 'httpMethod' => 'GET', |
|
| 74 | - 'parameters' => array( |
|
| 75 | - 'achievementId' => array( |
|
| 76 | - 'location' => 'path', |
|
| 77 | - 'type' => 'string', |
|
| 78 | - 'required' => true, |
|
| 79 | - ), |
|
| 80 | - ), |
|
| 81 | - ),'insert' => array( |
|
| 82 | - 'path' => 'applications/{applicationId}/achievements', |
|
| 83 | - 'httpMethod' => 'POST', |
|
| 84 | - 'parameters' => array( |
|
| 85 | - 'applicationId' => array( |
|
| 86 | - 'location' => 'path', |
|
| 87 | - 'type' => 'string', |
|
| 88 | - 'required' => true, |
|
| 89 | - ), |
|
| 90 | - ), |
|
| 91 | - ),'list' => array( |
|
| 92 | - 'path' => 'applications/{applicationId}/achievements', |
|
| 93 | - 'httpMethod' => 'GET', |
|
| 94 | - 'parameters' => array( |
|
| 95 | - 'applicationId' => array( |
|
| 96 | - 'location' => 'path', |
|
| 97 | - 'type' => 'string', |
|
| 98 | - 'required' => true, |
|
| 99 | - ), |
|
| 100 | - 'pageToken' => array( |
|
| 101 | - 'location' => 'query', |
|
| 102 | - 'type' => 'string', |
|
| 103 | - ), |
|
| 104 | - 'maxResults' => array( |
|
| 105 | - 'location' => 'query', |
|
| 106 | - 'type' => 'integer', |
|
| 107 | - ), |
|
| 108 | - ), |
|
| 109 | - ),'patch' => array( |
|
| 110 | - 'path' => 'achievements/{achievementId}', |
|
| 111 | - 'httpMethod' => 'PATCH', |
|
| 112 | - 'parameters' => array( |
|
| 113 | - 'achievementId' => array( |
|
| 114 | - 'location' => 'path', |
|
| 115 | - 'type' => 'string', |
|
| 116 | - 'required' => true, |
|
| 117 | - ), |
|
| 118 | - ), |
|
| 119 | - ),'update' => array( |
|
| 120 | - 'path' => 'achievements/{achievementId}', |
|
| 121 | - 'httpMethod' => 'PUT', |
|
| 122 | - 'parameters' => array( |
|
| 123 | - 'achievementId' => array( |
|
| 124 | - 'location' => 'path', |
|
| 125 | - 'type' => 'string', |
|
| 126 | - 'required' => true, |
|
| 127 | - ), |
|
| 128 | - ), |
|
| 129 | - ), |
|
| 130 | - ) |
|
| 131 | - ) |
|
| 132 | - ); |
|
| 133 | - $this->imageConfigurations = new Google_Service_GamesConfiguration_ImageConfigurations_Resource( |
|
| 134 | - $this, |
|
| 135 | - $this->serviceName, |
|
| 136 | - 'imageConfigurations', |
|
| 137 | - array( |
|
| 138 | - 'methods' => array( |
|
| 139 | - 'upload' => array( |
|
| 140 | - 'path' => 'images/{resourceId}/imageType/{imageType}', |
|
| 141 | - 'httpMethod' => 'POST', |
|
| 142 | - 'parameters' => array( |
|
| 143 | - 'resourceId' => array( |
|
| 144 | - 'location' => 'path', |
|
| 145 | - 'type' => 'string', |
|
| 146 | - 'required' => true, |
|
| 147 | - ), |
|
| 148 | - 'imageType' => array( |
|
| 149 | - 'location' => 'path', |
|
| 150 | - 'type' => 'string', |
|
| 151 | - 'required' => true, |
|
| 152 | - ), |
|
| 153 | - ), |
|
| 154 | - ), |
|
| 155 | - ) |
|
| 156 | - ) |
|
| 157 | - ); |
|
| 158 | - $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource( |
|
| 159 | - $this, |
|
| 160 | - $this->serviceName, |
|
| 161 | - 'leaderboardConfigurations', |
|
| 162 | - array( |
|
| 163 | - 'methods' => array( |
|
| 164 | - 'delete' => array( |
|
| 165 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 166 | - 'httpMethod' => 'DELETE', |
|
| 167 | - 'parameters' => array( |
|
| 168 | - 'leaderboardId' => array( |
|
| 169 | - 'location' => 'path', |
|
| 170 | - 'type' => 'string', |
|
| 171 | - 'required' => true, |
|
| 172 | - ), |
|
| 173 | - ), |
|
| 174 | - ),'get' => array( |
|
| 175 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 176 | - 'httpMethod' => 'GET', |
|
| 177 | - 'parameters' => array( |
|
| 178 | - 'leaderboardId' => array( |
|
| 179 | - 'location' => 'path', |
|
| 180 | - 'type' => 'string', |
|
| 181 | - 'required' => true, |
|
| 182 | - ), |
|
| 183 | - ), |
|
| 184 | - ),'insert' => array( |
|
| 185 | - 'path' => 'applications/{applicationId}/leaderboards', |
|
| 186 | - 'httpMethod' => 'POST', |
|
| 187 | - 'parameters' => array( |
|
| 188 | - 'applicationId' => array( |
|
| 189 | - 'location' => 'path', |
|
| 190 | - 'type' => 'string', |
|
| 191 | - 'required' => true, |
|
| 192 | - ), |
|
| 193 | - ), |
|
| 194 | - ),'list' => array( |
|
| 195 | - 'path' => 'applications/{applicationId}/leaderboards', |
|
| 196 | - 'httpMethod' => 'GET', |
|
| 197 | - 'parameters' => array( |
|
| 198 | - 'applicationId' => array( |
|
| 199 | - 'location' => 'path', |
|
| 200 | - 'type' => 'string', |
|
| 201 | - 'required' => true, |
|
| 202 | - ), |
|
| 203 | - 'pageToken' => array( |
|
| 204 | - 'location' => 'query', |
|
| 205 | - 'type' => 'string', |
|
| 206 | - ), |
|
| 207 | - 'maxResults' => array( |
|
| 208 | - 'location' => 'query', |
|
| 209 | - 'type' => 'integer', |
|
| 210 | - ), |
|
| 211 | - ), |
|
| 212 | - ),'patch' => array( |
|
| 213 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 214 | - 'httpMethod' => 'PATCH', |
|
| 215 | - 'parameters' => array( |
|
| 216 | - 'leaderboardId' => array( |
|
| 217 | - 'location' => 'path', |
|
| 218 | - 'type' => 'string', |
|
| 219 | - 'required' => true, |
|
| 220 | - ), |
|
| 221 | - ), |
|
| 222 | - ),'update' => array( |
|
| 223 | - 'path' => 'leaderboards/{leaderboardId}', |
|
| 224 | - 'httpMethod' => 'PUT', |
|
| 225 | - 'parameters' => array( |
|
| 226 | - 'leaderboardId' => array( |
|
| 227 | - 'location' => 'path', |
|
| 228 | - 'type' => 'string', |
|
| 229 | - 'required' => true, |
|
| 230 | - ), |
|
| 231 | - ), |
|
| 232 | - ), |
|
| 233 | - ) |
|
| 234 | - ) |
|
| 235 | - ); |
|
| 55 | + $this->achievementConfigurations = new Google_Service_GamesConfiguration_AchievementConfigurations_Resource( |
|
| 56 | + $this, |
|
| 57 | + $this->serviceName, |
|
| 58 | + 'achievementConfigurations', |
|
| 59 | + array( |
|
| 60 | + 'methods' => array( |
|
| 61 | + 'delete' => array( |
|
| 62 | + 'path' => 'achievements/{achievementId}', |
|
| 63 | + 'httpMethod' => 'DELETE', |
|
| 64 | + 'parameters' => array( |
|
| 65 | + 'achievementId' => array( |
|
| 66 | + 'location' => 'path', |
|
| 67 | + 'type' => 'string', |
|
| 68 | + 'required' => true, |
|
| 69 | + ), |
|
| 70 | + ), |
|
| 71 | + ),'get' => array( |
|
| 72 | + 'path' => 'achievements/{achievementId}', |
|
| 73 | + 'httpMethod' => 'GET', |
|
| 74 | + 'parameters' => array( |
|
| 75 | + 'achievementId' => array( |
|
| 76 | + 'location' => 'path', |
|
| 77 | + 'type' => 'string', |
|
| 78 | + 'required' => true, |
|
| 79 | + ), |
|
| 80 | + ), |
|
| 81 | + ),'insert' => array( |
|
| 82 | + 'path' => 'applications/{applicationId}/achievements', |
|
| 83 | + 'httpMethod' => 'POST', |
|
| 84 | + 'parameters' => array( |
|
| 85 | + 'applicationId' => array( |
|
| 86 | + 'location' => 'path', |
|
| 87 | + 'type' => 'string', |
|
| 88 | + 'required' => true, |
|
| 89 | + ), |
|
| 90 | + ), |
|
| 91 | + ),'list' => array( |
|
| 92 | + 'path' => 'applications/{applicationId}/achievements', |
|
| 93 | + 'httpMethod' => 'GET', |
|
| 94 | + 'parameters' => array( |
|
| 95 | + 'applicationId' => array( |
|
| 96 | + 'location' => 'path', |
|
| 97 | + 'type' => 'string', |
|
| 98 | + 'required' => true, |
|
| 99 | + ), |
|
| 100 | + 'pageToken' => array( |
|
| 101 | + 'location' => 'query', |
|
| 102 | + 'type' => 'string', |
|
| 103 | + ), |
|
| 104 | + 'maxResults' => array( |
|
| 105 | + 'location' => 'query', |
|
| 106 | + 'type' => 'integer', |
|
| 107 | + ), |
|
| 108 | + ), |
|
| 109 | + ),'patch' => array( |
|
| 110 | + 'path' => 'achievements/{achievementId}', |
|
| 111 | + 'httpMethod' => 'PATCH', |
|
| 112 | + 'parameters' => array( |
|
| 113 | + 'achievementId' => array( |
|
| 114 | + 'location' => 'path', |
|
| 115 | + 'type' => 'string', |
|
| 116 | + 'required' => true, |
|
| 117 | + ), |
|
| 118 | + ), |
|
| 119 | + ),'update' => array( |
|
| 120 | + 'path' => 'achievements/{achievementId}', |
|
| 121 | + 'httpMethod' => 'PUT', |
|
| 122 | + 'parameters' => array( |
|
| 123 | + 'achievementId' => array( |
|
| 124 | + 'location' => 'path', |
|
| 125 | + 'type' => 'string', |
|
| 126 | + 'required' => true, |
|
| 127 | + ), |
|
| 128 | + ), |
|
| 129 | + ), |
|
| 130 | + ) |
|
| 131 | + ) |
|
| 132 | + ); |
|
| 133 | + $this->imageConfigurations = new Google_Service_GamesConfiguration_ImageConfigurations_Resource( |
|
| 134 | + $this, |
|
| 135 | + $this->serviceName, |
|
| 136 | + 'imageConfigurations', |
|
| 137 | + array( |
|
| 138 | + 'methods' => array( |
|
| 139 | + 'upload' => array( |
|
| 140 | + 'path' => 'images/{resourceId}/imageType/{imageType}', |
|
| 141 | + 'httpMethod' => 'POST', |
|
| 142 | + 'parameters' => array( |
|
| 143 | + 'resourceId' => array( |
|
| 144 | + 'location' => 'path', |
|
| 145 | + 'type' => 'string', |
|
| 146 | + 'required' => true, |
|
| 147 | + ), |
|
| 148 | + 'imageType' => array( |
|
| 149 | + 'location' => 'path', |
|
| 150 | + 'type' => 'string', |
|
| 151 | + 'required' => true, |
|
| 152 | + ), |
|
| 153 | + ), |
|
| 154 | + ), |
|
| 155 | + ) |
|
| 156 | + ) |
|
| 157 | + ); |
|
| 158 | + $this->leaderboardConfigurations = new Google_Service_GamesConfiguration_LeaderboardConfigurations_Resource( |
|
| 159 | + $this, |
|
| 160 | + $this->serviceName, |
|
| 161 | + 'leaderboardConfigurations', |
|
| 162 | + array( |
|
| 163 | + 'methods' => array( |
|
| 164 | + 'delete' => array( |
|
| 165 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 166 | + 'httpMethod' => 'DELETE', |
|
| 167 | + 'parameters' => array( |
|
| 168 | + 'leaderboardId' => array( |
|
| 169 | + 'location' => 'path', |
|
| 170 | + 'type' => 'string', |
|
| 171 | + 'required' => true, |
|
| 172 | + ), |
|
| 173 | + ), |
|
| 174 | + ),'get' => array( |
|
| 175 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 176 | + 'httpMethod' => 'GET', |
|
| 177 | + 'parameters' => array( |
|
| 178 | + 'leaderboardId' => array( |
|
| 179 | + 'location' => 'path', |
|
| 180 | + 'type' => 'string', |
|
| 181 | + 'required' => true, |
|
| 182 | + ), |
|
| 183 | + ), |
|
| 184 | + ),'insert' => array( |
|
| 185 | + 'path' => 'applications/{applicationId}/leaderboards', |
|
| 186 | + 'httpMethod' => 'POST', |
|
| 187 | + 'parameters' => array( |
|
| 188 | + 'applicationId' => array( |
|
| 189 | + 'location' => 'path', |
|
| 190 | + 'type' => 'string', |
|
| 191 | + 'required' => true, |
|
| 192 | + ), |
|
| 193 | + ), |
|
| 194 | + ),'list' => array( |
|
| 195 | + 'path' => 'applications/{applicationId}/leaderboards', |
|
| 196 | + 'httpMethod' => 'GET', |
|
| 197 | + 'parameters' => array( |
|
| 198 | + 'applicationId' => array( |
|
| 199 | + 'location' => 'path', |
|
| 200 | + 'type' => 'string', |
|
| 201 | + 'required' => true, |
|
| 202 | + ), |
|
| 203 | + 'pageToken' => array( |
|
| 204 | + 'location' => 'query', |
|
| 205 | + 'type' => 'string', |
|
| 206 | + ), |
|
| 207 | + 'maxResults' => array( |
|
| 208 | + 'location' => 'query', |
|
| 209 | + 'type' => 'integer', |
|
| 210 | + ), |
|
| 211 | + ), |
|
| 212 | + ),'patch' => array( |
|
| 213 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 214 | + 'httpMethod' => 'PATCH', |
|
| 215 | + 'parameters' => array( |
|
| 216 | + 'leaderboardId' => array( |
|
| 217 | + 'location' => 'path', |
|
| 218 | + 'type' => 'string', |
|
| 219 | + 'required' => true, |
|
| 220 | + ), |
|
| 221 | + ), |
|
| 222 | + ),'update' => array( |
|
| 223 | + 'path' => 'leaderboards/{leaderboardId}', |
|
| 224 | + 'httpMethod' => 'PUT', |
|
| 225 | + 'parameters' => array( |
|
| 226 | + 'leaderboardId' => array( |
|
| 227 | + 'location' => 'path', |
|
| 228 | + 'type' => 'string', |
|
| 229 | + 'required' => true, |
|
| 230 | + ), |
|
| 231 | + ), |
|
| 232 | + ), |
|
| 233 | + ) |
|
| 234 | + ) |
|
| 235 | + ); |
|
| 236 | 236 | } |
| 237 | 237 | } |
| 238 | 238 | |
@@ -257,9 +257,9 @@ discard block |
||
| 257 | 257 | */ |
| 258 | 258 | public function delete($achievementId, $optParams = array()) |
| 259 | 259 | { |
| 260 | - $params = array('achievementId' => $achievementId); |
|
| 261 | - $params = array_merge($params, $optParams); |
|
| 262 | - return $this->call('delete', array($params)); |
|
| 260 | + $params = array('achievementId' => $achievementId); |
|
| 261 | + $params = array_merge($params, $optParams); |
|
| 262 | + return $this->call('delete', array($params)); |
|
| 263 | 263 | } |
| 264 | 264 | |
| 265 | 265 | /** |
@@ -272,9 +272,9 @@ discard block |
||
| 272 | 272 | */ |
| 273 | 273 | public function get($achievementId, $optParams = array()) |
| 274 | 274 | { |
| 275 | - $params = array('achievementId' => $achievementId); |
|
| 276 | - $params = array_merge($params, $optParams); |
|
| 277 | - return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 275 | + $params = array('achievementId' => $achievementId); |
|
| 276 | + $params = array_merge($params, $optParams); |
|
| 277 | + return $this->call('get', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 278 | 278 | } |
| 279 | 279 | |
| 280 | 280 | /** |
@@ -289,9 +289,9 @@ discard block |
||
| 289 | 289 | */ |
| 290 | 290 | public function insert($applicationId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) |
| 291 | 291 | { |
| 292 | - $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 293 | - $params = array_merge($params, $optParams); |
|
| 294 | - return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 292 | + $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 293 | + $params = array_merge($params, $optParams); |
|
| 294 | + return $this->call('insert', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 295 | 295 | } |
| 296 | 296 | |
| 297 | 297 | /** |
@@ -310,9 +310,9 @@ discard block |
||
| 310 | 310 | */ |
| 311 | 311 | public function listAchievementConfigurations($applicationId, $optParams = array()) |
| 312 | 312 | { |
| 313 | - $params = array('applicationId' => $applicationId); |
|
| 314 | - $params = array_merge($params, $optParams); |
|
| 315 | - return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse"); |
|
| 313 | + $params = array('applicationId' => $applicationId); |
|
| 314 | + $params = array_merge($params, $optParams); |
|
| 315 | + return $this->call('list', array($params), "Google_Service_GamesConfiguration_AchievementConfigurationListResponse"); |
|
| 316 | 316 | } |
| 317 | 317 | |
| 318 | 318 | /** |
@@ -326,9 +326,9 @@ discard block |
||
| 326 | 326 | */ |
| 327 | 327 | public function patch($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) |
| 328 | 328 | { |
| 329 | - $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 330 | - $params = array_merge($params, $optParams); |
|
| 331 | - return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 329 | + $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 330 | + $params = array_merge($params, $optParams); |
|
| 331 | + return $this->call('patch', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 332 | 332 | } |
| 333 | 333 | |
| 334 | 334 | /** |
@@ -342,9 +342,9 @@ discard block |
||
| 342 | 342 | */ |
| 343 | 343 | public function update($achievementId, Google_Service_GamesConfiguration_AchievementConfiguration $postBody, $optParams = array()) |
| 344 | 344 | { |
| 345 | - $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 346 | - $params = array_merge($params, $optParams); |
|
| 347 | - return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 345 | + $params = array('achievementId' => $achievementId, 'postBody' => $postBody); |
|
| 346 | + $params = array_merge($params, $optParams); |
|
| 347 | + return $this->call('update', array($params), "Google_Service_GamesConfiguration_AchievementConfiguration"); |
|
| 348 | 348 | } |
| 349 | 349 | } |
| 350 | 350 | |
@@ -370,9 +370,9 @@ discard block |
||
| 370 | 370 | */ |
| 371 | 371 | public function upload($resourceId, $imageType, $optParams = array()) |
| 372 | 372 | { |
| 373 | - $params = array('resourceId' => $resourceId, 'imageType' => $imageType); |
|
| 374 | - $params = array_merge($params, $optParams); |
|
| 375 | - return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration"); |
|
| 373 | + $params = array('resourceId' => $resourceId, 'imageType' => $imageType); |
|
| 374 | + $params = array_merge($params, $optParams); |
|
| 375 | + return $this->call('upload', array($params), "Google_Service_GamesConfiguration_ImageConfiguration"); |
|
| 376 | 376 | } |
| 377 | 377 | } |
| 378 | 378 | |
@@ -396,9 +396,9 @@ discard block |
||
| 396 | 396 | */ |
| 397 | 397 | public function delete($leaderboardId, $optParams = array()) |
| 398 | 398 | { |
| 399 | - $params = array('leaderboardId' => $leaderboardId); |
|
| 400 | - $params = array_merge($params, $optParams); |
|
| 401 | - return $this->call('delete', array($params)); |
|
| 399 | + $params = array('leaderboardId' => $leaderboardId); |
|
| 400 | + $params = array_merge($params, $optParams); |
|
| 401 | + return $this->call('delete', array($params)); |
|
| 402 | 402 | } |
| 403 | 403 | |
| 404 | 404 | /** |
@@ -411,9 +411,9 @@ discard block |
||
| 411 | 411 | */ |
| 412 | 412 | public function get($leaderboardId, $optParams = array()) |
| 413 | 413 | { |
| 414 | - $params = array('leaderboardId' => $leaderboardId); |
|
| 415 | - $params = array_merge($params, $optParams); |
|
| 416 | - return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 414 | + $params = array('leaderboardId' => $leaderboardId); |
|
| 415 | + $params = array_merge($params, $optParams); |
|
| 416 | + return $this->call('get', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 417 | 417 | } |
| 418 | 418 | |
| 419 | 419 | /** |
@@ -428,9 +428,9 @@ discard block |
||
| 428 | 428 | */ |
| 429 | 429 | public function insert($applicationId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) |
| 430 | 430 | { |
| 431 | - $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 432 | - $params = array_merge($params, $optParams); |
|
| 433 | - return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 431 | + $params = array('applicationId' => $applicationId, 'postBody' => $postBody); |
|
| 432 | + $params = array_merge($params, $optParams); |
|
| 433 | + return $this->call('insert', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 434 | 434 | } |
| 435 | 435 | |
| 436 | 436 | /** |
@@ -449,9 +449,9 @@ discard block |
||
| 449 | 449 | */ |
| 450 | 450 | public function listLeaderboardConfigurations($applicationId, $optParams = array()) |
| 451 | 451 | { |
| 452 | - $params = array('applicationId' => $applicationId); |
|
| 453 | - $params = array_merge($params, $optParams); |
|
| 454 | - return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse"); |
|
| 452 | + $params = array('applicationId' => $applicationId); |
|
| 453 | + $params = array_merge($params, $optParams); |
|
| 454 | + return $this->call('list', array($params), "Google_Service_GamesConfiguration_LeaderboardConfigurationListResponse"); |
|
| 455 | 455 | } |
| 456 | 456 | |
| 457 | 457 | /** |
@@ -465,9 +465,9 @@ discard block |
||
| 465 | 465 | */ |
| 466 | 466 | public function patch($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) |
| 467 | 467 | { |
| 468 | - $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 469 | - $params = array_merge($params, $optParams); |
|
| 470 | - return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 468 | + $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 469 | + $params = array_merge($params, $optParams); |
|
| 470 | + return $this->call('patch', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 471 | 471 | } |
| 472 | 472 | |
| 473 | 473 | /** |
@@ -481,9 +481,9 @@ discard block |
||
| 481 | 481 | */ |
| 482 | 482 | public function update($leaderboardId, Google_Service_GamesConfiguration_LeaderboardConfiguration $postBody, $optParams = array()) |
| 483 | 483 | { |
| 484 | - $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 485 | - $params = array_merge($params, $optParams); |
|
| 486 | - return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 484 | + $params = array('leaderboardId' => $leaderboardId, 'postBody' => $postBody); |
|
| 485 | + $params = array_merge($params, $optParams); |
|
| 486 | + return $this->call('update', array($params), "Google_Service_GamesConfiguration_LeaderboardConfiguration"); |
|
| 487 | 487 | } |
| 488 | 488 | } |
| 489 | 489 | |
@@ -508,67 +508,67 @@ discard block |
||
| 508 | 508 | |
| 509 | 509 | public function setAchievementType($achievementType) |
| 510 | 510 | { |
| 511 | - $this->achievementType = $achievementType; |
|
| 511 | + $this->achievementType = $achievementType; |
|
| 512 | 512 | } |
| 513 | 513 | public function getAchievementType() |
| 514 | 514 | { |
| 515 | - return $this->achievementType; |
|
| 515 | + return $this->achievementType; |
|
| 516 | 516 | } |
| 517 | 517 | public function setDraft(Google_Service_GamesConfiguration_AchievementConfigurationDetail $draft) |
| 518 | 518 | { |
| 519 | - $this->draft = $draft; |
|
| 519 | + $this->draft = $draft; |
|
| 520 | 520 | } |
| 521 | 521 | public function getDraft() |
| 522 | 522 | { |
| 523 | - return $this->draft; |
|
| 523 | + return $this->draft; |
|
| 524 | 524 | } |
| 525 | 525 | public function setId($id) |
| 526 | 526 | { |
| 527 | - $this->id = $id; |
|
| 527 | + $this->id = $id; |
|
| 528 | 528 | } |
| 529 | 529 | public function getId() |
| 530 | 530 | { |
| 531 | - return $this->id; |
|
| 531 | + return $this->id; |
|
| 532 | 532 | } |
| 533 | 533 | public function setInitialState($initialState) |
| 534 | 534 | { |
| 535 | - $this->initialState = $initialState; |
|
| 535 | + $this->initialState = $initialState; |
|
| 536 | 536 | } |
| 537 | 537 | public function getInitialState() |
| 538 | 538 | { |
| 539 | - return $this->initialState; |
|
| 539 | + return $this->initialState; |
|
| 540 | 540 | } |
| 541 | 541 | public function setKind($kind) |
| 542 | 542 | { |
| 543 | - $this->kind = $kind; |
|
| 543 | + $this->kind = $kind; |
|
| 544 | 544 | } |
| 545 | 545 | public function getKind() |
| 546 | 546 | { |
| 547 | - return $this->kind; |
|
| 547 | + return $this->kind; |
|
| 548 | 548 | } |
| 549 | 549 | public function setPublished(Google_Service_GamesConfiguration_AchievementConfigurationDetail $published) |
| 550 | 550 | { |
| 551 | - $this->published = $published; |
|
| 551 | + $this->published = $published; |
|
| 552 | 552 | } |
| 553 | 553 | public function getPublished() |
| 554 | 554 | { |
| 555 | - return $this->published; |
|
| 555 | + return $this->published; |
|
| 556 | 556 | } |
| 557 | 557 | public function setStepsToUnlock($stepsToUnlock) |
| 558 | 558 | { |
| 559 | - $this->stepsToUnlock = $stepsToUnlock; |
|
| 559 | + $this->stepsToUnlock = $stepsToUnlock; |
|
| 560 | 560 | } |
| 561 | 561 | public function getStepsToUnlock() |
| 562 | 562 | { |
| 563 | - return $this->stepsToUnlock; |
|
| 563 | + return $this->stepsToUnlock; |
|
| 564 | 564 | } |
| 565 | 565 | public function setToken($token) |
| 566 | 566 | { |
| 567 | - $this->token = $token; |
|
| 567 | + $this->token = $token; |
|
| 568 | 568 | } |
| 569 | 569 | public function getToken() |
| 570 | 570 | { |
| 571 | - return $this->token; |
|
| 571 | + return $this->token; |
|
| 572 | 572 | } |
| 573 | 573 | } |
| 574 | 574 | |
@@ -588,51 +588,51 @@ discard block |
||
| 588 | 588 | |
| 589 | 589 | public function setDescription(Google_Service_GamesConfiguration_LocalizedStringBundle $description) |
| 590 | 590 | { |
| 591 | - $this->description = $description; |
|
| 591 | + $this->description = $description; |
|
| 592 | 592 | } |
| 593 | 593 | public function getDescription() |
| 594 | 594 | { |
| 595 | - return $this->description; |
|
| 595 | + return $this->description; |
|
| 596 | 596 | } |
| 597 | 597 | public function setIconUrl($iconUrl) |
| 598 | 598 | { |
| 599 | - $this->iconUrl = $iconUrl; |
|
| 599 | + $this->iconUrl = $iconUrl; |
|
| 600 | 600 | } |
| 601 | 601 | public function getIconUrl() |
| 602 | 602 | { |
| 603 | - return $this->iconUrl; |
|
| 603 | + return $this->iconUrl; |
|
| 604 | 604 | } |
| 605 | 605 | public function setKind($kind) |
| 606 | 606 | { |
| 607 | - $this->kind = $kind; |
|
| 607 | + $this->kind = $kind; |
|
| 608 | 608 | } |
| 609 | 609 | public function getKind() |
| 610 | 610 | { |
| 611 | - return $this->kind; |
|
| 611 | + return $this->kind; |
|
| 612 | 612 | } |
| 613 | 613 | public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) |
| 614 | 614 | { |
| 615 | - $this->name = $name; |
|
| 615 | + $this->name = $name; |
|
| 616 | 616 | } |
| 617 | 617 | public function getName() |
| 618 | 618 | { |
| 619 | - return $this->name; |
|
| 619 | + return $this->name; |
|
| 620 | 620 | } |
| 621 | 621 | public function setPointValue($pointValue) |
| 622 | 622 | { |
| 623 | - $this->pointValue = $pointValue; |
|
| 623 | + $this->pointValue = $pointValue; |
|
| 624 | 624 | } |
| 625 | 625 | public function getPointValue() |
| 626 | 626 | { |
| 627 | - return $this->pointValue; |
|
| 627 | + return $this->pointValue; |
|
| 628 | 628 | } |
| 629 | 629 | public function setSortRank($sortRank) |
| 630 | 630 | { |
| 631 | - $this->sortRank = $sortRank; |
|
| 631 | + $this->sortRank = $sortRank; |
|
| 632 | 632 | } |
| 633 | 633 | public function getSortRank() |
| 634 | 634 | { |
| 635 | - return $this->sortRank; |
|
| 635 | + return $this->sortRank; |
|
| 636 | 636 | } |
| 637 | 637 | } |
| 638 | 638 | |
@@ -649,27 +649,27 @@ discard block |
||
| 649 | 649 | |
| 650 | 650 | public function setItems($items) |
| 651 | 651 | { |
| 652 | - $this->items = $items; |
|
| 652 | + $this->items = $items; |
|
| 653 | 653 | } |
| 654 | 654 | public function getItems() |
| 655 | 655 | { |
| 656 | - return $this->items; |
|
| 656 | + return $this->items; |
|
| 657 | 657 | } |
| 658 | 658 | public function setKind($kind) |
| 659 | 659 | { |
| 660 | - $this->kind = $kind; |
|
| 660 | + $this->kind = $kind; |
|
| 661 | 661 | } |
| 662 | 662 | public function getKind() |
| 663 | 663 | { |
| 664 | - return $this->kind; |
|
| 664 | + return $this->kind; |
|
| 665 | 665 | } |
| 666 | 666 | public function setNextPageToken($nextPageToken) |
| 667 | 667 | { |
| 668 | - $this->nextPageToken = $nextPageToken; |
|
| 668 | + $this->nextPageToken = $nextPageToken; |
|
| 669 | 669 | } |
| 670 | 670 | public function getNextPageToken() |
| 671 | 671 | { |
| 672 | - return $this->nextPageToken; |
|
| 672 | + return $this->nextPageToken; |
|
| 673 | 673 | } |
| 674 | 674 | } |
| 675 | 675 | |
@@ -693,51 +693,51 @@ discard block |
||
| 693 | 693 | |
| 694 | 694 | public function setFew(Google_Service_GamesConfiguration_LocalizedStringBundle $few) |
| 695 | 695 | { |
| 696 | - $this->few = $few; |
|
| 696 | + $this->few = $few; |
|
| 697 | 697 | } |
| 698 | 698 | public function getFew() |
| 699 | 699 | { |
| 700 | - return $this->few; |
|
| 700 | + return $this->few; |
|
| 701 | 701 | } |
| 702 | 702 | public function setMany(Google_Service_GamesConfiguration_LocalizedStringBundle $many) |
| 703 | 703 | { |
| 704 | - $this->many = $many; |
|
| 704 | + $this->many = $many; |
|
| 705 | 705 | } |
| 706 | 706 | public function getMany() |
| 707 | 707 | { |
| 708 | - return $this->many; |
|
| 708 | + return $this->many; |
|
| 709 | 709 | } |
| 710 | 710 | public function setOne(Google_Service_GamesConfiguration_LocalizedStringBundle $one) |
| 711 | 711 | { |
| 712 | - $this->one = $one; |
|
| 712 | + $this->one = $one; |
|
| 713 | 713 | } |
| 714 | 714 | public function getOne() |
| 715 | 715 | { |
| 716 | - return $this->one; |
|
| 716 | + return $this->one; |
|
| 717 | 717 | } |
| 718 | 718 | public function setOther(Google_Service_GamesConfiguration_LocalizedStringBundle $other) |
| 719 | 719 | { |
| 720 | - $this->other = $other; |
|
| 720 | + $this->other = $other; |
|
| 721 | 721 | } |
| 722 | 722 | public function getOther() |
| 723 | 723 | { |
| 724 | - return $this->other; |
|
| 724 | + return $this->other; |
|
| 725 | 725 | } |
| 726 | 726 | public function setTwo(Google_Service_GamesConfiguration_LocalizedStringBundle $two) |
| 727 | 727 | { |
| 728 | - $this->two = $two; |
|
| 728 | + $this->two = $two; |
|
| 729 | 729 | } |
| 730 | 730 | public function getTwo() |
| 731 | 731 | { |
| 732 | - return $this->two; |
|
| 732 | + return $this->two; |
|
| 733 | 733 | } |
| 734 | 734 | public function setZero(Google_Service_GamesConfiguration_LocalizedStringBundle $zero) |
| 735 | 735 | { |
| 736 | - $this->zero = $zero; |
|
| 736 | + $this->zero = $zero; |
|
| 737 | 737 | } |
| 738 | 738 | public function getZero() |
| 739 | 739 | { |
| 740 | - return $this->zero; |
|
| 740 | + return $this->zero; |
|
| 741 | 741 | } |
| 742 | 742 | } |
| 743 | 743 | |
@@ -754,35 +754,35 @@ discard block |
||
| 754 | 754 | |
| 755 | 755 | public function setCurrencyCode($currencyCode) |
| 756 | 756 | { |
| 757 | - $this->currencyCode = $currencyCode; |
|
| 757 | + $this->currencyCode = $currencyCode; |
|
| 758 | 758 | } |
| 759 | 759 | public function getCurrencyCode() |
| 760 | 760 | { |
| 761 | - return $this->currencyCode; |
|
| 761 | + return $this->currencyCode; |
|
| 762 | 762 | } |
| 763 | 763 | public function setNumDecimalPlaces($numDecimalPlaces) |
| 764 | 764 | { |
| 765 | - $this->numDecimalPlaces = $numDecimalPlaces; |
|
| 765 | + $this->numDecimalPlaces = $numDecimalPlaces; |
|
| 766 | 766 | } |
| 767 | 767 | public function getNumDecimalPlaces() |
| 768 | 768 | { |
| 769 | - return $this->numDecimalPlaces; |
|
| 769 | + return $this->numDecimalPlaces; |
|
| 770 | 770 | } |
| 771 | 771 | public function setNumberFormatType($numberFormatType) |
| 772 | 772 | { |
| 773 | - $this->numberFormatType = $numberFormatType; |
|
| 773 | + $this->numberFormatType = $numberFormatType; |
|
| 774 | 774 | } |
| 775 | 775 | public function getNumberFormatType() |
| 776 | 776 | { |
| 777 | - return $this->numberFormatType; |
|
| 777 | + return $this->numberFormatType; |
|
| 778 | 778 | } |
| 779 | 779 | public function setSuffix(Google_Service_GamesConfiguration_GamesNumberAffixConfiguration $suffix) |
| 780 | 780 | { |
| 781 | - $this->suffix = $suffix; |
|
| 781 | + $this->suffix = $suffix; |
|
| 782 | 782 | } |
| 783 | 783 | public function getSuffix() |
| 784 | 784 | { |
| 785 | - return $this->suffix; |
|
| 785 | + return $this->suffix; |
|
| 786 | 786 | } |
| 787 | 787 | } |
| 788 | 788 | |
@@ -798,35 +798,35 @@ discard block |
||
| 798 | 798 | |
| 799 | 799 | public function setImageType($imageType) |
| 800 | 800 | { |
| 801 | - $this->imageType = $imageType; |
|
| 801 | + $this->imageType = $imageType; |
|
| 802 | 802 | } |
| 803 | 803 | public function getImageType() |
| 804 | 804 | { |
| 805 | - return $this->imageType; |
|
| 805 | + return $this->imageType; |
|
| 806 | 806 | } |
| 807 | 807 | public function setKind($kind) |
| 808 | 808 | { |
| 809 | - $this->kind = $kind; |
|
| 809 | + $this->kind = $kind; |
|
| 810 | 810 | } |
| 811 | 811 | public function getKind() |
| 812 | 812 | { |
| 813 | - return $this->kind; |
|
| 813 | + return $this->kind; |
|
| 814 | 814 | } |
| 815 | 815 | public function setResourceId($resourceId) |
| 816 | 816 | { |
| 817 | - $this->resourceId = $resourceId; |
|
| 817 | + $this->resourceId = $resourceId; |
|
| 818 | 818 | } |
| 819 | 819 | public function getResourceId() |
| 820 | 820 | { |
| 821 | - return $this->resourceId; |
|
| 821 | + return $this->resourceId; |
|
| 822 | 822 | } |
| 823 | 823 | public function setUrl($url) |
| 824 | 824 | { |
| 825 | - $this->url = $url; |
|
| 825 | + $this->url = $url; |
|
| 826 | 826 | } |
| 827 | 827 | public function getUrl() |
| 828 | 828 | { |
| 829 | - return $this->url; |
|
| 829 | + return $this->url; |
|
| 830 | 830 | } |
| 831 | 831 | } |
| 832 | 832 | |
@@ -848,67 +848,67 @@ discard block |
||
| 848 | 848 | |
| 849 | 849 | public function setDraft(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $draft) |
| 850 | 850 | { |
| 851 | - $this->draft = $draft; |
|
| 851 | + $this->draft = $draft; |
|
| 852 | 852 | } |
| 853 | 853 | public function getDraft() |
| 854 | 854 | { |
| 855 | - return $this->draft; |
|
| 855 | + return $this->draft; |
|
| 856 | 856 | } |
| 857 | 857 | public function setId($id) |
| 858 | 858 | { |
| 859 | - $this->id = $id; |
|
| 859 | + $this->id = $id; |
|
| 860 | 860 | } |
| 861 | 861 | public function getId() |
| 862 | 862 | { |
| 863 | - return $this->id; |
|
| 863 | + return $this->id; |
|
| 864 | 864 | } |
| 865 | 865 | public function setKind($kind) |
| 866 | 866 | { |
| 867 | - $this->kind = $kind; |
|
| 867 | + $this->kind = $kind; |
|
| 868 | 868 | } |
| 869 | 869 | public function getKind() |
| 870 | 870 | { |
| 871 | - return $this->kind; |
|
| 871 | + return $this->kind; |
|
| 872 | 872 | } |
| 873 | 873 | public function setPublished(Google_Service_GamesConfiguration_LeaderboardConfigurationDetail $published) |
| 874 | 874 | { |
| 875 | - $this->published = $published; |
|
| 875 | + $this->published = $published; |
|
| 876 | 876 | } |
| 877 | 877 | public function getPublished() |
| 878 | 878 | { |
| 879 | - return $this->published; |
|
| 879 | + return $this->published; |
|
| 880 | 880 | } |
| 881 | 881 | public function setScoreMax($scoreMax) |
| 882 | 882 | { |
| 883 | - $this->scoreMax = $scoreMax; |
|
| 883 | + $this->scoreMax = $scoreMax; |
|
| 884 | 884 | } |
| 885 | 885 | public function getScoreMax() |
| 886 | 886 | { |
| 887 | - return $this->scoreMax; |
|
| 887 | + return $this->scoreMax; |
|
| 888 | 888 | } |
| 889 | 889 | public function setScoreMin($scoreMin) |
| 890 | 890 | { |
| 891 | - $this->scoreMin = $scoreMin; |
|
| 891 | + $this->scoreMin = $scoreMin; |
|
| 892 | 892 | } |
| 893 | 893 | public function getScoreMin() |
| 894 | 894 | { |
| 895 | - return $this->scoreMin; |
|
| 895 | + return $this->scoreMin; |
|
| 896 | 896 | } |
| 897 | 897 | public function setScoreOrder($scoreOrder) |
| 898 | 898 | { |
| 899 | - $this->scoreOrder = $scoreOrder; |
|
| 899 | + $this->scoreOrder = $scoreOrder; |
|
| 900 | 900 | } |
| 901 | 901 | public function getScoreOrder() |
| 902 | 902 | { |
| 903 | - return $this->scoreOrder; |
|
| 903 | + return $this->scoreOrder; |
|
| 904 | 904 | } |
| 905 | 905 | public function setToken($token) |
| 906 | 906 | { |
| 907 | - $this->token = $token; |
|
| 907 | + $this->token = $token; |
|
| 908 | 908 | } |
| 909 | 909 | public function getToken() |
| 910 | 910 | { |
| 911 | - return $this->token; |
|
| 911 | + return $this->token; |
|
| 912 | 912 | } |
| 913 | 913 | } |
| 914 | 914 | |
@@ -927,43 +927,43 @@ discard block |
||
| 927 | 927 | |
| 928 | 928 | public function setIconUrl($iconUrl) |
| 929 | 929 | { |
| 930 | - $this->iconUrl = $iconUrl; |
|
| 930 | + $this->iconUrl = $iconUrl; |
|
| 931 | 931 | } |
| 932 | 932 | public function getIconUrl() |
| 933 | 933 | { |
| 934 | - return $this->iconUrl; |
|
| 934 | + return $this->iconUrl; |
|
| 935 | 935 | } |
| 936 | 936 | public function setKind($kind) |
| 937 | 937 | { |
| 938 | - $this->kind = $kind; |
|
| 938 | + $this->kind = $kind; |
|
| 939 | 939 | } |
| 940 | 940 | public function getKind() |
| 941 | 941 | { |
| 942 | - return $this->kind; |
|
| 942 | + return $this->kind; |
|
| 943 | 943 | } |
| 944 | 944 | public function setName(Google_Service_GamesConfiguration_LocalizedStringBundle $name) |
| 945 | 945 | { |
| 946 | - $this->name = $name; |
|
| 946 | + $this->name = $name; |
|
| 947 | 947 | } |
| 948 | 948 | public function getName() |
| 949 | 949 | { |
| 950 | - return $this->name; |
|
| 950 | + return $this->name; |
|
| 951 | 951 | } |
| 952 | 952 | public function setScoreFormat(Google_Service_GamesConfiguration_GamesNumberFormatConfiguration $scoreFormat) |
| 953 | 953 | { |
| 954 | - $this->scoreFormat = $scoreFormat; |
|
| 954 | + $this->scoreFormat = $scoreFormat; |
|
| 955 | 955 | } |
| 956 | 956 | public function getScoreFormat() |
| 957 | 957 | { |
| 958 | - return $this->scoreFormat; |
|
| 958 | + return $this->scoreFormat; |
|
| 959 | 959 | } |
| 960 | 960 | public function setSortRank($sortRank) |
| 961 | 961 | { |
| 962 | - $this->sortRank = $sortRank; |
|
| 962 | + $this->sortRank = $sortRank; |
|
| 963 | 963 | } |
| 964 | 964 | public function getSortRank() |
| 965 | 965 | { |
| 966 | - return $this->sortRank; |
|
| 966 | + return $this->sortRank; |
|
| 967 | 967 | } |
| 968 | 968 | } |
| 969 | 969 | |
@@ -980,27 +980,27 @@ discard block |
||
| 980 | 980 | |
| 981 | 981 | public function setItems($items) |
| 982 | 982 | { |
| 983 | - $this->items = $items; |
|
| 983 | + $this->items = $items; |
|
| 984 | 984 | } |
| 985 | 985 | public function getItems() |
| 986 | 986 | { |
| 987 | - return $this->items; |
|
| 987 | + return $this->items; |
|
| 988 | 988 | } |
| 989 | 989 | public function setKind($kind) |
| 990 | 990 | { |
| 991 | - $this->kind = $kind; |
|
| 991 | + $this->kind = $kind; |
|
| 992 | 992 | } |
| 993 | 993 | public function getKind() |
| 994 | 994 | { |
| 995 | - return $this->kind; |
|
| 995 | + return $this->kind; |
|
| 996 | 996 | } |
| 997 | 997 | public function setNextPageToken($nextPageToken) |
| 998 | 998 | { |
| 999 | - $this->nextPageToken = $nextPageToken; |
|
| 999 | + $this->nextPageToken = $nextPageToken; |
|
| 1000 | 1000 | } |
| 1001 | 1001 | public function getNextPageToken() |
| 1002 | 1002 | { |
| 1003 | - return $this->nextPageToken; |
|
| 1003 | + return $this->nextPageToken; |
|
| 1004 | 1004 | } |
| 1005 | 1005 | } |
| 1006 | 1006 | |
@@ -1015,27 +1015,27 @@ discard block |
||
| 1015 | 1015 | |
| 1016 | 1016 | public function setKind($kind) |
| 1017 | 1017 | { |
| 1018 | - $this->kind = $kind; |
|
| 1018 | + $this->kind = $kind; |
|
| 1019 | 1019 | } |
| 1020 | 1020 | public function getKind() |
| 1021 | 1021 | { |
| 1022 | - return $this->kind; |
|
| 1022 | + return $this->kind; |
|
| 1023 | 1023 | } |
| 1024 | 1024 | public function setLocale($locale) |
| 1025 | 1025 | { |
| 1026 | - $this->locale = $locale; |
|
| 1026 | + $this->locale = $locale; |
|
| 1027 | 1027 | } |
| 1028 | 1028 | public function getLocale() |
| 1029 | 1029 | { |
| 1030 | - return $this->locale; |
|
| 1030 | + return $this->locale; |
|
| 1031 | 1031 | } |
| 1032 | 1032 | public function setValue($value) |
| 1033 | 1033 | { |
| 1034 | - $this->value = $value; |
|
| 1034 | + $this->value = $value; |
|
| 1035 | 1035 | } |
| 1036 | 1036 | public function getValue() |
| 1037 | 1037 | { |
| 1038 | - return $this->value; |
|
| 1038 | + return $this->value; |
|
| 1039 | 1039 | } |
| 1040 | 1040 | } |
| 1041 | 1041 | |
@@ -1051,18 +1051,18 @@ discard block |
||
| 1051 | 1051 | |
| 1052 | 1052 | public function setKind($kind) |
| 1053 | 1053 | { |
| 1054 | - $this->kind = $kind; |
|
| 1054 | + $this->kind = $kind; |
|
| 1055 | 1055 | } |
| 1056 | 1056 | public function getKind() |
| 1057 | 1057 | { |
| 1058 | - return $this->kind; |
|
| 1058 | + return $this->kind; |
|
| 1059 | 1059 | } |
| 1060 | 1060 | public function setTranslations($translations) |
| 1061 | 1061 | { |
| 1062 | - $this->translations = $translations; |
|
| 1062 | + $this->translations = $translations; |
|
| 1063 | 1063 | } |
| 1064 | 1064 | public function getTranslations() |
| 1065 | 1065 | { |
| 1066 | - return $this->translations; |
|
| 1066 | + return $this->translations; |
|
| 1067 | 1067 | } |
| 1068 | 1068 | } |
@@ -68,7 +68,7 @@ discard block |
||
| 68 | 68 | 'required' => true, |
| 69 | 69 | ), |
| 70 | 70 | ), |
| 71 | - ),'get' => array( |
|
| 71 | + ), 'get' => array( |
|
| 72 | 72 | 'path' => 'achievements/{achievementId}', |
| 73 | 73 | 'httpMethod' => 'GET', |
| 74 | 74 | 'parameters' => array( |
@@ -78,7 +78,7 @@ discard block |
||
| 78 | 78 | 'required' => true, |
| 79 | 79 | ), |
| 80 | 80 | ), |
| 81 | - ),'insert' => array( |
|
| 81 | + ), 'insert' => array( |
|
| 82 | 82 | 'path' => 'applications/{applicationId}/achievements', |
| 83 | 83 | 'httpMethod' => 'POST', |
| 84 | 84 | 'parameters' => array( |
@@ -88,7 +88,7 @@ discard block |
||
| 88 | 88 | 'required' => true, |
| 89 | 89 | ), |
| 90 | 90 | ), |
| 91 | - ),'list' => array( |
|
| 91 | + ), 'list' => array( |
|
| 92 | 92 | 'path' => 'applications/{applicationId}/achievements', |
| 93 | 93 | 'httpMethod' => 'GET', |
| 94 | 94 | 'parameters' => array( |
@@ -106,7 +106,7 @@ discard block |
||
| 106 | 106 | 'type' => 'integer', |
| 107 | 107 | ), |
| 108 | 108 | ), |
| 109 | - ),'patch' => array( |
|
| 109 | + ), 'patch' => array( |
|
| 110 | 110 | 'path' => 'achievements/{achievementId}', |
| 111 | 111 | 'httpMethod' => 'PATCH', |
| 112 | 112 | 'parameters' => array( |
@@ -116,7 +116,7 @@ discard block |
||
| 116 | 116 | 'required' => true, |
| 117 | 117 | ), |
| 118 | 118 | ), |
| 119 | - ),'update' => array( |
|
| 119 | + ), 'update' => array( |
|
| 120 | 120 | 'path' => 'achievements/{achievementId}', |
| 121 | 121 | 'httpMethod' => 'PUT', |
| 122 | 122 | 'parameters' => array( |
@@ -171,7 +171,7 @@ discard block |
||
| 171 | 171 | 'required' => true, |
| 172 | 172 | ), |
| 173 | 173 | ), |
| 174 | - ),'get' => array( |
|
| 174 | + ), 'get' => array( |
|
| 175 | 175 | 'path' => 'leaderboards/{leaderboardId}', |
| 176 | 176 | 'httpMethod' => 'GET', |
| 177 | 177 | 'parameters' => array( |
@@ -181,7 +181,7 @@ discard block |
||
| 181 | 181 | 'required' => true, |
| 182 | 182 | ), |
| 183 | 183 | ), |
| 184 | - ),'insert' => array( |
|
| 184 | + ), 'insert' => array( |
|
| 185 | 185 | 'path' => 'applications/{applicationId}/leaderboards', |
| 186 | 186 | 'httpMethod' => 'POST', |
| 187 | 187 | 'parameters' => array( |
@@ -191,7 +191,7 @@ discard block |
||
| 191 | 191 | 'required' => true, |
| 192 | 192 | ), |
| 193 | 193 | ), |
| 194 | - ),'list' => array( |
|
| 194 | + ), 'list' => array( |
|
| 195 | 195 | 'path' => 'applications/{applicationId}/leaderboards', |
| 196 | 196 | 'httpMethod' => 'GET', |
| 197 | 197 | 'parameters' => array( |
@@ -209,7 +209,7 @@ discard block |
||
| 209 | 209 | 'type' => 'integer', |
| 210 | 210 | ), |
| 211 | 211 | ), |
| 212 | - ),'patch' => array( |
|
| 212 | + ), 'patch' => array( |
|
| 213 | 213 | 'path' => 'leaderboards/{leaderboardId}', |
| 214 | 214 | 'httpMethod' => 'PATCH', |
| 215 | 215 | 'parameters' => array( |
@@ -219,7 +219,7 @@ discard block |
||
| 219 | 219 | 'required' => true, |
| 220 | 220 | ), |
| 221 | 221 | ), |
| 222 | - ),'update' => array( |
|
| 222 | + ), 'update' => array( |
|
| 223 | 223 | 'path' => 'leaderboards/{leaderboardId}', |
| 224 | 224 | 'httpMethod' => 'PUT', |
| 225 | 225 | 'parameters' => array( |
@@ -33,10 +33,10 @@ discard block |
||
| 33 | 33 | { |
| 34 | 34 | /** View audit reports of Google Apps for your domain. */ |
| 35 | 35 | const ADMIN_REPORTS_AUDIT_READONLY = |
| 36 | - "https://www.googleapis.com/auth/admin.reports.audit.readonly"; |
|
| 36 | + "https://www.googleapis.com/auth/admin.reports.audit.readonly"; |
|
| 37 | 37 | /** View usage reports of Google Apps for your domain. */ |
| 38 | 38 | const ADMIN_REPORTS_USAGE_READONLY = |
| 39 | - "https://www.googleapis.com/auth/admin.reports.usage.readonly"; |
|
| 39 | + "https://www.googleapis.com/auth/admin.reports.usage.readonly"; |
|
| 40 | 40 | |
| 41 | 41 | public $activities; |
| 42 | 42 | public $channels; |
@@ -51,207 +51,207 @@ discard block |
||
| 51 | 51 | */ |
| 52 | 52 | public function __construct(Google_Client $client) |
| 53 | 53 | { |
| 54 | - parent::__construct($client); |
|
| 55 | - $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 56 | - $this->servicePath = 'admin/reports/v1/'; |
|
| 57 | - $this->version = 'reports_v1'; |
|
| 58 | - $this->serviceName = 'admin'; |
|
| 54 | + parent::__construct($client); |
|
| 55 | + $this->rootUrl = 'https://www.googleapis.com/'; |
|
| 56 | + $this->servicePath = 'admin/reports/v1/'; |
|
| 57 | + $this->version = 'reports_v1'; |
|
| 58 | + $this->serviceName = 'admin'; |
|
| 59 | 59 | |
| 60 | - $this->activities = new Google_Service_Reports_Activities_Resource( |
|
| 61 | - $this, |
|
| 62 | - $this->serviceName, |
|
| 63 | - 'activities', |
|
| 64 | - array( |
|
| 65 | - 'methods' => array( |
|
| 66 | - 'list' => array( |
|
| 67 | - 'path' => 'activity/users/{userKey}/applications/{applicationName}', |
|
| 68 | - 'httpMethod' => 'GET', |
|
| 69 | - 'parameters' => array( |
|
| 70 | - 'userKey' => array( |
|
| 71 | - 'location' => 'path', |
|
| 72 | - 'type' => 'string', |
|
| 73 | - 'required' => true, |
|
| 74 | - ), |
|
| 75 | - 'applicationName' => array( |
|
| 76 | - 'location' => 'path', |
|
| 77 | - 'type' => 'string', |
|
| 78 | - 'required' => true, |
|
| 79 | - ), |
|
| 80 | - 'startTime' => array( |
|
| 81 | - 'location' => 'query', |
|
| 82 | - 'type' => 'string', |
|
| 83 | - ), |
|
| 84 | - 'actorIpAddress' => array( |
|
| 85 | - 'location' => 'query', |
|
| 86 | - 'type' => 'string', |
|
| 87 | - ), |
|
| 88 | - 'maxResults' => array( |
|
| 89 | - 'location' => 'query', |
|
| 90 | - 'type' => 'integer', |
|
| 91 | - ), |
|
| 92 | - 'eventName' => array( |
|
| 93 | - 'location' => 'query', |
|
| 94 | - 'type' => 'string', |
|
| 95 | - ), |
|
| 96 | - 'pageToken' => array( |
|
| 97 | - 'location' => 'query', |
|
| 98 | - 'type' => 'string', |
|
| 99 | - ), |
|
| 100 | - 'filters' => array( |
|
| 101 | - 'location' => 'query', |
|
| 102 | - 'type' => 'string', |
|
| 103 | - ), |
|
| 104 | - 'endTime' => array( |
|
| 105 | - 'location' => 'query', |
|
| 106 | - 'type' => 'string', |
|
| 107 | - ), |
|
| 108 | - 'customerId' => array( |
|
| 109 | - 'location' => 'query', |
|
| 110 | - 'type' => 'string', |
|
| 111 | - ), |
|
| 112 | - ), |
|
| 113 | - ),'watch' => array( |
|
| 114 | - 'path' => 'activity/users/{userKey}/applications/{applicationName}/watch', |
|
| 115 | - 'httpMethod' => 'POST', |
|
| 116 | - 'parameters' => array( |
|
| 117 | - 'userKey' => array( |
|
| 118 | - 'location' => 'path', |
|
| 119 | - 'type' => 'string', |
|
| 120 | - 'required' => true, |
|
| 121 | - ), |
|
| 122 | - 'applicationName' => array( |
|
| 123 | - 'location' => 'path', |
|
| 124 | - 'type' => 'string', |
|
| 125 | - 'required' => true, |
|
| 126 | - ), |
|
| 127 | - 'startTime' => array( |
|
| 128 | - 'location' => 'query', |
|
| 129 | - 'type' => 'string', |
|
| 130 | - ), |
|
| 131 | - 'actorIpAddress' => array( |
|
| 132 | - 'location' => 'query', |
|
| 133 | - 'type' => 'string', |
|
| 134 | - ), |
|
| 135 | - 'maxResults' => array( |
|
| 136 | - 'location' => 'query', |
|
| 137 | - 'type' => 'integer', |
|
| 138 | - ), |
|
| 139 | - 'eventName' => array( |
|
| 140 | - 'location' => 'query', |
|
| 141 | - 'type' => 'string', |
|
| 142 | - ), |
|
| 143 | - 'pageToken' => array( |
|
| 144 | - 'location' => 'query', |
|
| 145 | - 'type' => 'string', |
|
| 146 | - ), |
|
| 147 | - 'filters' => array( |
|
| 148 | - 'location' => 'query', |
|
| 149 | - 'type' => 'string', |
|
| 150 | - ), |
|
| 151 | - 'endTime' => array( |
|
| 152 | - 'location' => 'query', |
|
| 153 | - 'type' => 'string', |
|
| 154 | - ), |
|
| 155 | - 'customerId' => array( |
|
| 156 | - 'location' => 'query', |
|
| 157 | - 'type' => 'string', |
|
| 158 | - ), |
|
| 159 | - ), |
|
| 160 | - ), |
|
| 161 | - ) |
|
| 162 | - ) |
|
| 163 | - ); |
|
| 164 | - $this->channels = new Google_Service_Reports_Channels_Resource( |
|
| 165 | - $this, |
|
| 166 | - $this->serviceName, |
|
| 167 | - 'channels', |
|
| 168 | - array( |
|
| 169 | - 'methods' => array( |
|
| 170 | - 'stop' => array( |
|
| 171 | - 'path' => '/admin/reports_v1/channels/stop', |
|
| 172 | - 'httpMethod' => 'POST', |
|
| 173 | - 'parameters' => array(), |
|
| 174 | - ), |
|
| 175 | - ) |
|
| 176 | - ) |
|
| 177 | - ); |
|
| 178 | - $this->customerUsageReports = new Google_Service_Reports_CustomerUsageReports_Resource( |
|
| 179 | - $this, |
|
| 180 | - $this->serviceName, |
|
| 181 | - 'customerUsageReports', |
|
| 182 | - array( |
|
| 183 | - 'methods' => array( |
|
| 184 | - 'get' => array( |
|
| 185 | - 'path' => 'usage/dates/{date}', |
|
| 186 | - 'httpMethod' => 'GET', |
|
| 187 | - 'parameters' => array( |
|
| 188 | - 'date' => array( |
|
| 189 | - 'location' => 'path', |
|
| 190 | - 'type' => 'string', |
|
| 191 | - 'required' => true, |
|
| 192 | - ), |
|
| 193 | - 'pageToken' => array( |
|
| 194 | - 'location' => 'query', |
|
| 195 | - 'type' => 'string', |
|
| 196 | - ), |
|
| 197 | - 'customerId' => array( |
|
| 198 | - 'location' => 'query', |
|
| 199 | - 'type' => 'string', |
|
| 200 | - ), |
|
| 201 | - 'parameters' => array( |
|
| 202 | - 'location' => 'query', |
|
| 203 | - 'type' => 'string', |
|
| 204 | - ), |
|
| 205 | - ), |
|
| 206 | - ), |
|
| 207 | - ) |
|
| 208 | - ) |
|
| 209 | - ); |
|
| 210 | - $this->userUsageReport = new Google_Service_Reports_UserUsageReport_Resource( |
|
| 211 | - $this, |
|
| 212 | - $this->serviceName, |
|
| 213 | - 'userUsageReport', |
|
| 214 | - array( |
|
| 215 | - 'methods' => array( |
|
| 216 | - 'get' => array( |
|
| 217 | - 'path' => 'usage/users/{userKey}/dates/{date}', |
|
| 218 | - 'httpMethod' => 'GET', |
|
| 219 | - 'parameters' => array( |
|
| 220 | - 'userKey' => array( |
|
| 221 | - 'location' => 'path', |
|
| 222 | - 'type' => 'string', |
|
| 223 | - 'required' => true, |
|
| 224 | - ), |
|
| 225 | - 'date' => array( |
|
| 226 | - 'location' => 'path', |
|
| 227 | - 'type' => 'string', |
|
| 228 | - 'required' => true, |
|
| 229 | - ), |
|
| 230 | - 'parameters' => array( |
|
| 231 | - 'location' => 'query', |
|
| 232 | - 'type' => 'string', |
|
| 233 | - ), |
|
| 234 | - 'maxResults' => array( |
|
| 235 | - 'location' => 'query', |
|
| 236 | - 'type' => 'integer', |
|
| 237 | - ), |
|
| 238 | - 'pageToken' => array( |
|
| 239 | - 'location' => 'query', |
|
| 240 | - 'type' => 'string', |
|
| 241 | - ), |
|
| 242 | - 'filters' => array( |
|
| 243 | - 'location' => 'query', |
|
| 244 | - 'type' => 'string', |
|
| 245 | - ), |
|
| 246 | - 'customerId' => array( |
|
| 247 | - 'location' => 'query', |
|
| 248 | - 'type' => 'string', |
|
| 249 | - ), |
|
| 250 | - ), |
|
| 251 | - ), |
|
| 252 | - ) |
|
| 253 | - ) |
|
| 254 | - ); |
|
| 60 | + $this->activities = new Google_Service_Reports_Activities_Resource( |
|
| 61 | + $this, |
|
| 62 | + $this->serviceName, |
|
| 63 | + 'activities', |
|
| 64 | + array( |
|
| 65 | + 'methods' => array( |
|
| 66 | + 'list' => array( |
|
| 67 | + 'path' => 'activity/users/{userKey}/applications/{applicationName}', |
|
| 68 | + 'httpMethod' => 'GET', |
|
| 69 | + 'parameters' => array( |
|
| 70 | + 'userKey' => array( |
|
| 71 | + 'location' => 'path', |
|
| 72 | + 'type' => 'string', |
|
| 73 | + 'required' => true, |
|
| 74 | + ), |
|
| 75 | + 'applicationName' => array( |
|
| 76 | + 'location' => 'path', |
|
| 77 | + 'type' => 'string', |
|
| 78 | + 'required' => true, |
|
| 79 | + ), |
|
| 80 | + 'startTime' => array( |
|
| 81 | + 'location' => 'query', |
|
| 82 | + 'type' => 'string', |
|
| 83 | + ), |
|
| 84 | + 'actorIpAddress' => array( |
|
| 85 | + 'location' => 'query', |
|
| 86 | + 'type' => 'string', |
|
| 87 | + ), |
|
| 88 | + 'maxResults' => array( |
|
| 89 | + 'location' => 'query', |
|
| 90 | + 'type' => 'integer', |
|
| 91 | + ), |
|
| 92 | + 'eventName' => array( |
|
| 93 | + 'location' => 'query', |
|
| 94 | + 'type' => 'string', |
|
| 95 | + ), |
|
| 96 | + 'pageToken' => array( |
|
| 97 | + 'location' => 'query', |
|
| 98 | + 'type' => 'string', |
|
| 99 | + ), |
|
| 100 | + 'filters' => array( |
|
| 101 | + 'location' => 'query', |
|
| 102 | + 'type' => 'string', |
|
| 103 | + ), |
|
| 104 | + 'endTime' => array( |
|
| 105 | + 'location' => 'query', |
|
| 106 | + 'type' => 'string', |
|
| 107 | + ), |
|
| 108 | + 'customerId' => array( |
|
| 109 | + 'location' => 'query', |
|
| 110 | + 'type' => 'string', |
|
| 111 | + ), |
|
| 112 | + ), |
|
| 113 | + ),'watch' => array( |
|
| 114 | + 'path' => 'activity/users/{userKey}/applications/{applicationName}/watch', |
|
| 115 | + 'httpMethod' => 'POST', |
|
| 116 | + 'parameters' => array( |
|
| 117 | + 'userKey' => array( |
|
| 118 | + 'location' => 'path', |
|
| 119 | + 'type' => 'string', |
|
| 120 | + 'required' => true, |
|
| 121 | + ), |
|
| 122 | + 'applicationName' => array( |
|
| 123 | + 'location' => 'path', |
|
| 124 | + 'type' => 'string', |
|
| 125 | + 'required' => true, |
|
| 126 | + ), |
|
| 127 | + 'startTime' => array( |
|
| 128 | + 'location' => 'query', |
|
| 129 | + 'type' => 'string', |
|
| 130 | + ), |
|
| 131 | + 'actorIpAddress' => array( |
|
| 132 | + 'location' => 'query', |
|
| 133 | + 'type' => 'string', |
|
| 134 | + ), |
|
| 135 | + 'maxResults' => array( |
|
| 136 | + 'location' => 'query', |
|
| 137 | + 'type' => 'integer', |
|
| 138 | + ), |
|
| 139 | + 'eventName' => array( |
|
| 140 | + 'location' => 'query', |
|
| 141 | + 'type' => 'string', |
|
| 142 | + ), |
|
| 143 | + 'pageToken' => array( |
|
| 144 | + 'location' => 'query', |
|
| 145 | + 'type' => 'string', |
|
| 146 | + ), |
|
| 147 | + 'filters' => array( |
|
| 148 | + 'location' => 'query', |
|
| 149 | + 'type' => 'string', |
|
| 150 | + ), |
|
| 151 | + 'endTime' => array( |
|
| 152 | + 'location' => 'query', |
|
| 153 | + 'type' => 'string', |
|
| 154 | + ), |
|
| 155 | + 'customerId' => array( |
|
| 156 | + 'location' => 'query', |
|
| 157 | + 'type' => 'string', |
|
| 158 | + ), |
|
| 159 | + ), |
|
| 160 | + ), |
|
| 161 | + ) |
|
| 162 | + ) |
|
| 163 | + ); |
|
| 164 | + $this->channels = new Google_Service_Reports_Channels_Resource( |
|
| 165 | + $this, |
|
| 166 | + $this->serviceName, |
|
| 167 | + 'channels', |
|
| 168 | + array( |
|
| 169 | + 'methods' => array( |
|
| 170 | + 'stop' => array( |
|
| 171 | + 'path' => '/admin/reports_v1/channels/stop', |
|
| 172 | + 'httpMethod' => 'POST', |
|
| 173 | + 'parameters' => array(), |
|
| 174 | + ), |
|
| 175 | + ) |
|
| 176 | + ) |
|
| 177 | + ); |
|
| 178 | + $this->customerUsageReports = new Google_Service_Reports_CustomerUsageReports_Resource( |
|
| 179 | + $this, |
|
| 180 | + $this->serviceName, |
|
| 181 | + 'customerUsageReports', |
|
| 182 | + array( |
|
| 183 | + 'methods' => array( |
|
| 184 | + 'get' => array( |
|
| 185 | + 'path' => 'usage/dates/{date}', |
|
| 186 | + 'httpMethod' => 'GET', |
|
| 187 | + 'parameters' => array( |
|
| 188 | + 'date' => array( |
|
| 189 | + 'location' => 'path', |
|
| 190 | + 'type' => 'string', |
|
| 191 | + 'required' => true, |
|
| 192 | + ), |
|
| 193 | + 'pageToken' => array( |
|
| 194 | + 'location' => 'query', |
|
| 195 | + 'type' => 'string', |
|
| 196 | + ), |
|
| 197 | + 'customerId' => array( |
|
| 198 | + 'location' => 'query', |
|
| 199 | + 'type' => 'string', |
|
| 200 | + ), |
|
| 201 | + 'parameters' => array( |
|
| 202 | + 'location' => 'query', |
|
| 203 | + 'type' => 'string', |
|
| 204 | + ), |
|
| 205 | + ), |
|
| 206 | + ), |
|
| 207 | + ) |
|
| 208 | + ) |
|
| 209 | + ); |
|
| 210 | + $this->userUsageReport = new Google_Service_Reports_UserUsageReport_Resource( |
|
| 211 | + $this, |
|
| 212 | + $this->serviceName, |
|
| 213 | + 'userUsageReport', |
|
| 214 | + array( |
|
| 215 | + 'methods' => array( |
|
| 216 | + 'get' => array( |
|
| 217 | + 'path' => 'usage/users/{userKey}/dates/{date}', |
|
| 218 | + 'httpMethod' => 'GET', |
|
| 219 | + 'parameters' => array( |
|
| 220 | + 'userKey' => array( |
|
| 221 | + 'location' => 'path', |
|
| 222 | + 'type' => 'string', |
|
| 223 | + 'required' => true, |
|
| 224 | + ), |
|
| 225 | + 'date' => array( |
|
| 226 | + 'location' => 'path', |
|
| 227 | + 'type' => 'string', |
|
| 228 | + 'required' => true, |
|
| 229 | + ), |
|
| 230 | + 'parameters' => array( |
|
| 231 | + 'location' => 'query', |
|
| 232 | + 'type' => 'string', |
|
| 233 | + ), |
|
| 234 | + 'maxResults' => array( |
|
| 235 | + 'location' => 'query', |
|
| 236 | + 'type' => 'integer', |
|
| 237 | + ), |
|
| 238 | + 'pageToken' => array( |
|
| 239 | + 'location' => 'query', |
|
| 240 | + 'type' => 'string', |
|
| 241 | + ), |
|
| 242 | + 'filters' => array( |
|
| 243 | + 'location' => 'query', |
|
| 244 | + 'type' => 'string', |
|
| 245 | + ), |
|
| 246 | + 'customerId' => array( |
|
| 247 | + 'location' => 'query', |
|
| 248 | + 'type' => 'string', |
|
| 249 | + ), |
|
| 250 | + ), |
|
| 251 | + ), |
|
| 252 | + ) |
|
| 253 | + ) |
|
| 254 | + ); |
|
| 255 | 255 | } |
| 256 | 256 | } |
| 257 | 257 | |
@@ -296,9 +296,9 @@ discard block |
||
| 296 | 296 | */ |
| 297 | 297 | public function listActivities($userKey, $applicationName, $optParams = array()) |
| 298 | 298 | { |
| 299 | - $params = array('userKey' => $userKey, 'applicationName' => $applicationName); |
|
| 300 | - $params = array_merge($params, $optParams); |
|
| 301 | - return $this->call('list', array($params), "Google_Service_Reports_Activities"); |
|
| 299 | + $params = array('userKey' => $userKey, 'applicationName' => $applicationName); |
|
| 300 | + $params = array_merge($params, $optParams); |
|
| 301 | + return $this->call('list', array($params), "Google_Service_Reports_Activities"); |
|
| 302 | 302 | } |
| 303 | 303 | |
| 304 | 304 | /** |
@@ -330,9 +330,9 @@ discard block |
||
| 330 | 330 | */ |
| 331 | 331 | public function watch($userKey, $applicationName, Google_Service_Reports_Channel $postBody, $optParams = array()) |
| 332 | 332 | { |
| 333 | - $params = array('userKey' => $userKey, 'applicationName' => $applicationName, 'postBody' => $postBody); |
|
| 334 | - $params = array_merge($params, $optParams); |
|
| 335 | - return $this->call('watch', array($params), "Google_Service_Reports_Channel"); |
|
| 333 | + $params = array('userKey' => $userKey, 'applicationName' => $applicationName, 'postBody' => $postBody); |
|
| 334 | + $params = array_merge($params, $optParams); |
|
| 335 | + return $this->call('watch', array($params), "Google_Service_Reports_Channel"); |
|
| 336 | 336 | } |
| 337 | 337 | } |
| 338 | 338 | |
@@ -355,9 +355,9 @@ discard block |
||
| 355 | 355 | */ |
| 356 | 356 | public function stop(Google_Service_Reports_Channel $postBody, $optParams = array()) |
| 357 | 357 | { |
| 358 | - $params = array('postBody' => $postBody); |
|
| 359 | - $params = array_merge($params, $optParams); |
|
| 360 | - return $this->call('stop', array($params)); |
|
| 358 | + $params = array('postBody' => $postBody); |
|
| 359 | + $params = array_merge($params, $optParams); |
|
| 360 | + return $this->call('stop', array($params)); |
|
| 361 | 361 | } |
| 362 | 362 | } |
| 363 | 363 | |
@@ -389,9 +389,9 @@ discard block |
||
| 389 | 389 | */ |
| 390 | 390 | public function get($date, $optParams = array()) |
| 391 | 391 | { |
| 392 | - $params = array('date' => $date); |
|
| 393 | - $params = array_merge($params, $optParams); |
|
| 394 | - return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); |
|
| 392 | + $params = array('date' => $date); |
|
| 393 | + $params = array_merge($params, $optParams); |
|
| 394 | + return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); |
|
| 395 | 395 | } |
| 396 | 396 | } |
| 397 | 397 | |
@@ -429,9 +429,9 @@ discard block |
||
| 429 | 429 | */ |
| 430 | 430 | public function get($userKey, $date, $optParams = array()) |
| 431 | 431 | { |
| 432 | - $params = array('userKey' => $userKey, 'date' => $date); |
|
| 433 | - $params = array_merge($params, $optParams); |
|
| 434 | - return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); |
|
| 432 | + $params = array('userKey' => $userKey, 'date' => $date); |
|
| 433 | + $params = array_merge($params, $optParams); |
|
| 434 | + return $this->call('get', array($params), "Google_Service_Reports_UsageReports"); |
|
| 435 | 435 | } |
| 436 | 436 | } |
| 437 | 437 | |
@@ -452,35 +452,35 @@ discard block |
||
| 452 | 452 | |
| 453 | 453 | public function setEtag($etag) |
| 454 | 454 | { |
| 455 | - $this->etag = $etag; |
|
| 455 | + $this->etag = $etag; |
|
| 456 | 456 | } |
| 457 | 457 | public function getEtag() |
| 458 | 458 | { |
| 459 | - return $this->etag; |
|
| 459 | + return $this->etag; |
|
| 460 | 460 | } |
| 461 | 461 | public function setItems($items) |
| 462 | 462 | { |
| 463 | - $this->items = $items; |
|
| 463 | + $this->items = $items; |
|
| 464 | 464 | } |
| 465 | 465 | public function getItems() |
| 466 | 466 | { |
| 467 | - return $this->items; |
|
| 467 | + return $this->items; |
|
| 468 | 468 | } |
| 469 | 469 | public function setKind($kind) |
| 470 | 470 | { |
| 471 | - $this->kind = $kind; |
|
| 471 | + $this->kind = $kind; |
|
| 472 | 472 | } |
| 473 | 473 | public function getKind() |
| 474 | 474 | { |
| 475 | - return $this->kind; |
|
| 475 | + return $this->kind; |
|
| 476 | 476 | } |
| 477 | 477 | public function setNextPageToken($nextPageToken) |
| 478 | 478 | { |
| 479 | - $this->nextPageToken = $nextPageToken; |
|
| 479 | + $this->nextPageToken = $nextPageToken; |
|
| 480 | 480 | } |
| 481 | 481 | public function getNextPageToken() |
| 482 | 482 | { |
| 483 | - return $this->nextPageToken; |
|
| 483 | + return $this->nextPageToken; |
|
| 484 | 484 | } |
| 485 | 485 | } |
| 486 | 486 | |
@@ -503,59 +503,59 @@ discard block |
||
| 503 | 503 | |
| 504 | 504 | public function setActor(Google_Service_Reports_ActivityActor $actor) |
| 505 | 505 | { |
| 506 | - $this->actor = $actor; |
|
| 506 | + $this->actor = $actor; |
|
| 507 | 507 | } |
| 508 | 508 | public function getActor() |
| 509 | 509 | { |
| 510 | - return $this->actor; |
|
| 510 | + return $this->actor; |
|
| 511 | 511 | } |
| 512 | 512 | public function setEtag($etag) |
| 513 | 513 | { |
| 514 | - $this->etag = $etag; |
|
| 514 | + $this->etag = $etag; |
|
| 515 | 515 | } |
| 516 | 516 | public function getEtag() |
| 517 | 517 | { |
| 518 | - return $this->etag; |
|
| 518 | + return $this->etag; |
|
| 519 | 519 | } |
| 520 | 520 | public function setEvents($events) |
| 521 | 521 | { |
| 522 | - $this->events = $events; |
|
| 522 | + $this->events = $events; |
|
| 523 | 523 | } |
| 524 | 524 | public function getEvents() |
| 525 | 525 | { |
| 526 | - return $this->events; |
|
| 526 | + return $this->events; |
|
| 527 | 527 | } |
| 528 | 528 | public function setId(Google_Service_Reports_ActivityId $id) |
| 529 | 529 | { |
| 530 | - $this->id = $id; |
|
| 530 | + $this->id = $id; |
|
| 531 | 531 | } |
| 532 | 532 | public function getId() |
| 533 | 533 | { |
| 534 | - return $this->id; |
|
| 534 | + return $this->id; |
|
| 535 | 535 | } |
| 536 | 536 | public function setIpAddress($ipAddress) |
| 537 | 537 | { |
| 538 | - $this->ipAddress = $ipAddress; |
|
| 538 | + $this->ipAddress = $ipAddress; |
|
| 539 | 539 | } |
| 540 | 540 | public function getIpAddress() |
| 541 | 541 | { |
| 542 | - return $this->ipAddress; |
|
| 542 | + return $this->ipAddress; |
|
| 543 | 543 | } |
| 544 | 544 | public function setKind($kind) |
| 545 | 545 | { |
| 546 | - $this->kind = $kind; |
|
| 546 | + $this->kind = $kind; |
|
| 547 | 547 | } |
| 548 | 548 | public function getKind() |
| 549 | 549 | { |
| 550 | - return $this->kind; |
|
| 550 | + return $this->kind; |
|
| 551 | 551 | } |
| 552 | 552 | public function setOwnerDomain($ownerDomain) |
| 553 | 553 | { |
| 554 | - $this->ownerDomain = $ownerDomain; |
|
| 554 | + $this->ownerDomain = $ownerDomain; |
|
| 555 | 555 | } |
| 556 | 556 | public function getOwnerDomain() |
| 557 | 557 | { |
| 558 | - return $this->ownerDomain; |
|
| 558 | + return $this->ownerDomain; |
|
| 559 | 559 | } |
| 560 | 560 | } |
| 561 | 561 | |
@@ -571,35 +571,35 @@ discard block |
||
| 571 | 571 | |
| 572 | 572 | public function setCallerType($callerType) |
| 573 | 573 | { |
| 574 | - $this->callerType = $callerType; |
|
| 574 | + $this->callerType = $callerType; |
|
| 575 | 575 | } |
| 576 | 576 | public function getCallerType() |
| 577 | 577 | { |
| 578 | - return $this->callerType; |
|
| 578 | + return $this->callerType; |
|
| 579 | 579 | } |
| 580 | 580 | public function setEmail($email) |
| 581 | 581 | { |
| 582 | - $this->email = $email; |
|
| 582 | + $this->email = $email; |
|
| 583 | 583 | } |
| 584 | 584 | public function getEmail() |
| 585 | 585 | { |
| 586 | - return $this->email; |
|
| 586 | + return $this->email; |
|
| 587 | 587 | } |
| 588 | 588 | public function setKey($key) |
| 589 | 589 | { |
| 590 | - $this->key = $key; |
|
| 590 | + $this->key = $key; |
|
| 591 | 591 | } |
| 592 | 592 | public function getKey() |
| 593 | 593 | { |
| 594 | - return $this->key; |
|
| 594 | + return $this->key; |
|
| 595 | 595 | } |
| 596 | 596 | public function setProfileId($profileId) |
| 597 | 597 | { |
| 598 | - $this->profileId = $profileId; |
|
| 598 | + $this->profileId = $profileId; |
|
| 599 | 599 | } |
| 600 | 600 | public function getProfileId() |
| 601 | 601 | { |
| 602 | - return $this->profileId; |
|
| 602 | + return $this->profileId; |
|
| 603 | 603 | } |
| 604 | 604 | } |
| 605 | 605 | |
@@ -616,27 +616,27 @@ discard block |
||
| 616 | 616 | |
| 617 | 617 | public function setName($name) |
| 618 | 618 | { |
| 619 | - $this->name = $name; |
|
| 619 | + $this->name = $name; |
|
| 620 | 620 | } |
| 621 | 621 | public function getName() |
| 622 | 622 | { |
| 623 | - return $this->name; |
|
| 623 | + return $this->name; |
|
| 624 | 624 | } |
| 625 | 625 | public function setParameters($parameters) |
| 626 | 626 | { |
| 627 | - $this->parameters = $parameters; |
|
| 627 | + $this->parameters = $parameters; |
|
| 628 | 628 | } |
| 629 | 629 | public function getParameters() |
| 630 | 630 | { |
| 631 | - return $this->parameters; |
|
| 631 | + return $this->parameters; |
|
| 632 | 632 | } |
| 633 | 633 | public function setType($type) |
| 634 | 634 | { |
| 635 | - $this->type = $type; |
|
| 635 | + $this->type = $type; |
|
| 636 | 636 | } |
| 637 | 637 | public function getType() |
| 638 | 638 | { |
| 639 | - return $this->type; |
|
| 639 | + return $this->type; |
|
| 640 | 640 | } |
| 641 | 641 | } |
| 642 | 642 | |
@@ -655,51 +655,51 @@ discard block |
||
| 655 | 655 | |
| 656 | 656 | public function setBoolValue($boolValue) |
| 657 | 657 | { |
| 658 | - $this->boolValue = $boolValue; |
|
| 658 | + $this->boolValue = $boolValue; |
|
| 659 | 659 | } |
| 660 | 660 | public function getBoolValue() |
| 661 | 661 | { |
| 662 | - return $this->boolValue; |
|
| 662 | + return $this->boolValue; |
|
| 663 | 663 | } |
| 664 | 664 | public function setIntValue($intValue) |
| 665 | 665 | { |
| 666 | - $this->intValue = $intValue; |
|
| 666 | + $this->intValue = $intValue; |
|
| 667 | 667 | } |
| 668 | 668 | public function getIntValue() |
| 669 | 669 | { |
| 670 | - return $this->intValue; |
|
| 670 | + return $this->intValue; |
|
| 671 | 671 | } |
| 672 | 672 | public function setMultiIntValue($multiIntValue) |
| 673 | 673 | { |
| 674 | - $this->multiIntValue = $multiIntValue; |
|
| 674 | + $this->multiIntValue = $multiIntValue; |
|
| 675 | 675 | } |
| 676 | 676 | public function getMultiIntValue() |
| 677 | 677 | { |
| 678 | - return $this->multiIntValue; |
|
| 678 | + return $this->multiIntValue; |
|
| 679 | 679 | } |
| 680 | 680 | public function setMultiValue($multiValue) |
| 681 | 681 | { |
| 682 | - $this->multiValue = $multiValue; |
|
| 682 | + $this->multiValue = $multiValue; |
|
| 683 | 683 | } |
| 684 | 684 | public function getMultiValue() |
| 685 | 685 | { |
| 686 | - return $this->multiValue; |
|
| 686 | + return $this->multiValue; |
|
| 687 | 687 | } |
| 688 | 688 | public function setName($name) |
| 689 | 689 | { |
| 690 | - $this->name = $name; |
|
| 690 | + $this->name = $name; |
|
| 691 | 691 | } |
| 692 | 692 | public function getName() |
| 693 | 693 | { |
| 694 | - return $this->name; |
|
| 694 | + return $this->name; |
|
| 695 | 695 | } |
| 696 | 696 | public function setValue($value) |
| 697 | 697 | { |
| 698 | - $this->value = $value; |
|
| 698 | + $this->value = $value; |
|
| 699 | 699 | } |
| 700 | 700 | public function getValue() |
| 701 | 701 | { |
| 702 | - return $this->value; |
|
| 702 | + return $this->value; |
|
| 703 | 703 | } |
| 704 | 704 | } |
| 705 | 705 | |
@@ -715,35 +715,35 @@ discard block |
||
| 715 | 715 | |
| 716 | 716 | public function setApplicationName($applicationName) |
| 717 | 717 | { |
| 718 | - $this->applicationName = $applicationName; |
|
| 718 | + $this->applicationName = $applicationName; |
|
| 719 | 719 | } |
| 720 | 720 | public function getApplicationName() |
| 721 | 721 | { |
| 722 | - return $this->applicationName; |
|
| 722 | + return $this->applicationName; |
|
| 723 | 723 | } |
| 724 | 724 | public function setCustomerId($customerId) |
| 725 | 725 | { |
| 726 | - $this->customerId = $customerId; |
|
| 726 | + $this->customerId = $customerId; |
|
| 727 | 727 | } |
| 728 | 728 | public function getCustomerId() |
| 729 | 729 | { |
| 730 | - return $this->customerId; |
|
| 730 | + return $this->customerId; |
|
| 731 | 731 | } |
| 732 | 732 | public function setTime($time) |
| 733 | 733 | { |
| 734 | - $this->time = $time; |
|
| 734 | + $this->time = $time; |
|
| 735 | 735 | } |
| 736 | 736 | public function getTime() |
| 737 | 737 | { |
| 738 | - return $this->time; |
|
| 738 | + return $this->time; |
|
| 739 | 739 | } |
| 740 | 740 | public function setUniqueQualifier($uniqueQualifier) |
| 741 | 741 | { |
| 742 | - $this->uniqueQualifier = $uniqueQualifier; |
|
| 742 | + $this->uniqueQualifier = $uniqueQualifier; |
|
| 743 | 743 | } |
| 744 | 744 | public function getUniqueQualifier() |
| 745 | 745 | { |
| 746 | - return $this->uniqueQualifier; |
|
| 746 | + return $this->uniqueQualifier; |
|
| 747 | 747 | } |
| 748 | 748 | } |
| 749 | 749 | |
@@ -765,83 +765,83 @@ discard block |
||
| 765 | 765 | |
| 766 | 766 | public function setAddress($address) |
| 767 | 767 | { |
| 768 | - $this->address = $address; |
|
| 768 | + $this->address = $address; |
|
| 769 | 769 | } |
| 770 | 770 | public function getAddress() |
| 771 | 771 | { |
| 772 | - return $this->address; |
|
| 772 | + return $this->address; |
|
| 773 | 773 | } |
| 774 | 774 | public function setExpiration($expiration) |
| 775 | 775 | { |
| 776 | - $this->expiration = $expiration; |
|
| 776 | + $this->expiration = $expiration; |
|
| 777 | 777 | } |
| 778 | 778 | public function getExpiration() |
| 779 | 779 | { |
| 780 | - return $this->expiration; |
|
| 780 | + return $this->expiration; |
|
| 781 | 781 | } |
| 782 | 782 | public function setId($id) |
| 783 | 783 | { |
| 784 | - $this->id = $id; |
|
| 784 | + $this->id = $id; |
|
| 785 | 785 | } |
| 786 | 786 | public function getId() |
| 787 | 787 | { |
| 788 | - return $this->id; |
|
| 788 | + return $this->id; |
|
| 789 | 789 | } |
| 790 | 790 | public function setKind($kind) |
| 791 | 791 | { |
| 792 | - $this->kind = $kind; |
|
| 792 | + $this->kind = $kind; |
|
| 793 | 793 | } |
| 794 | 794 | public function getKind() |
| 795 | 795 | { |
| 796 | - return $this->kind; |
|
| 796 | + return $this->kind; |
|
| 797 | 797 | } |
| 798 | 798 | public function setParams($params) |
| 799 | 799 | { |
| 800 | - $this->params = $params; |
|
| 800 | + $this->params = $params; |
|
| 801 | 801 | } |
| 802 | 802 | public function getParams() |
| 803 | 803 | { |
| 804 | - return $this->params; |
|
| 804 | + return $this->params; |
|
| 805 | 805 | } |
| 806 | 806 | public function setPayload($payload) |
| 807 | 807 | { |
| 808 | - $this->payload = $payload; |
|
| 808 | + $this->payload = $payload; |
|
| 809 | 809 | } |
| 810 | 810 | public function getPayload() |
| 811 | 811 | { |
| 812 | - return $this->payload; |
|
| 812 | + return $this->payload; |
|
| 813 | 813 | } |
| 814 | 814 | public function setResourceId($resourceId) |
| 815 | 815 | { |
| 816 | - $this->resourceId = $resourceId; |
|
| 816 | + $this->resourceId = $resourceId; |
|
| 817 | 817 | } |
| 818 | 818 | public function getResourceId() |
| 819 | 819 | { |
| 820 | - return $this->resourceId; |
|
| 820 | + return $this->resourceId; |
|
| 821 | 821 | } |
| 822 | 822 | public function setResourceUri($resourceUri) |
| 823 | 823 | { |
| 824 | - $this->resourceUri = $resourceUri; |
|
| 824 | + $this->resourceUri = $resourceUri; |
|
| 825 | 825 | } |
| 826 | 826 | public function getResourceUri() |
| 827 | 827 | { |
| 828 | - return $this->resourceUri; |
|
| 828 | + return $this->resourceUri; |
|
| 829 | 829 | } |
| 830 | 830 | public function setToken($token) |
| 831 | 831 | { |
| 832 | - $this->token = $token; |
|
| 832 | + $this->token = $token; |
|
| 833 | 833 | } |
| 834 | 834 | public function getToken() |
| 835 | 835 | { |
| 836 | - return $this->token; |
|
| 836 | + return $this->token; |
|
| 837 | 837 | } |
| 838 | 838 | public function setType($type) |
| 839 | 839 | { |
| 840 | - $this->type = $type; |
|
| 840 | + $this->type = $type; |
|
| 841 | 841 | } |
| 842 | 842 | public function getType() |
| 843 | 843 | { |
| 844 | - return $this->type; |
|
| 844 | + return $this->type; |
|
| 845 | 845 | } |
| 846 | 846 | } |
| 847 | 847 | |
@@ -865,43 +865,43 @@ discard block |
||
| 865 | 865 | |
| 866 | 866 | public function setDate($date) |
| 867 | 867 | { |
| 868 | - $this->date = $date; |
|
| 868 | + $this->date = $date; |
|
| 869 | 869 | } |
| 870 | 870 | public function getDate() |
| 871 | 871 | { |
| 872 | - return $this->date; |
|
| 872 | + return $this->date; |
|
| 873 | 873 | } |
| 874 | 874 | public function setEntity(Google_Service_Reports_UsageReportEntity $entity) |
| 875 | 875 | { |
| 876 | - $this->entity = $entity; |
|
| 876 | + $this->entity = $entity; |
|
| 877 | 877 | } |
| 878 | 878 | public function getEntity() |
| 879 | 879 | { |
| 880 | - return $this->entity; |
|
| 880 | + return $this->entity; |
|
| 881 | 881 | } |
| 882 | 882 | public function setEtag($etag) |
| 883 | 883 | { |
| 884 | - $this->etag = $etag; |
|
| 884 | + $this->etag = $etag; |
|
| 885 | 885 | } |
| 886 | 886 | public function getEtag() |
| 887 | 887 | { |
| 888 | - return $this->etag; |
|
| 888 | + return $this->etag; |
|
| 889 | 889 | } |
| 890 | 890 | public function setKind($kind) |
| 891 | 891 | { |
| 892 | - $this->kind = $kind; |
|
| 892 | + $this->kind = $kind; |
|
| 893 | 893 | } |
| 894 | 894 | public function getKind() |
| 895 | 895 | { |
| 896 | - return $this->kind; |
|
| 896 | + return $this->kind; |
|
| 897 | 897 | } |
| 898 | 898 | public function setParameters($parameters) |
| 899 | 899 | { |
| 900 | - $this->parameters = $parameters; |
|
| 900 | + $this->parameters = $parameters; |
|
| 901 | 901 | } |
| 902 | 902 | public function getParameters() |
| 903 | 903 | { |
| 904 | - return $this->parameters; |
|
| 904 | + return $this->parameters; |
|
| 905 | 905 | } |
| 906 | 906 | } |
| 907 | 907 | |
@@ -917,35 +917,35 @@ discard block |
||
| 917 | 917 | |
| 918 | 918 | public function setCustomerId($customerId) |
| 919 | 919 | { |
| 920 | - $this->customerId = $customerId; |
|
| 920 | + $this->customerId = $customerId; |
|
| 921 | 921 | } |
| 922 | 922 | public function getCustomerId() |
| 923 | 923 | { |
| 924 | - return $this->customerId; |
|
| 924 | + return $this->customerId; |
|
| 925 | 925 | } |
| 926 | 926 | public function setProfileId($profileId) |
| 927 | 927 | { |
| 928 | - $this->profileId = $profileId; |
|
| 928 | + $this->profileId = $profileId; |
|
| 929 | 929 | } |
| 930 | 930 | public function getProfileId() |
| 931 | 931 | { |
| 932 | - return $this->profileId; |
|
| 932 | + return $this->profileId; |
|
| 933 | 933 | } |
| 934 | 934 | public function setType($type) |
| 935 | 935 | { |
| 936 | - $this->type = $type; |
|
| 936 | + $this->type = $type; |
|
| 937 | 937 | } |
| 938 | 938 | public function getType() |
| 939 | 939 | { |
| 940 | - return $this->type; |
|
| 940 | + return $this->type; |
|
| 941 | 941 | } |
| 942 | 942 | public function setUserEmail($userEmail) |
| 943 | 943 | { |
| 944 | - $this->userEmail = $userEmail; |
|
| 944 | + $this->userEmail = $userEmail; |
|
| 945 | 945 | } |
| 946 | 946 | public function getUserEmail() |
| 947 | 947 | { |
| 948 | - return $this->userEmail; |
|
| 948 | + return $this->userEmail; |
|
| 949 | 949 | } |
| 950 | 950 | } |
| 951 | 951 | |
@@ -964,51 +964,51 @@ discard block |
||
| 964 | 964 | |
| 965 | 965 | public function setBoolValue($boolValue) |
| 966 | 966 | { |
| 967 | - $this->boolValue = $boolValue; |
|
| 967 | + $this->boolValue = $boolValue; |
|
| 968 | 968 | } |
| 969 | 969 | public function getBoolValue() |
| 970 | 970 | { |
| 971 | - return $this->boolValue; |
|
| 971 | + return $this->boolValue; |
|
| 972 | 972 | } |
| 973 | 973 | public function setDatetimeValue($datetimeValue) |
| 974 | 974 | { |
| 975 | - $this->datetimeValue = $datetimeValue; |
|
| 975 | + $this->datetimeValue = $datetimeValue; |
|
| 976 | 976 | } |
| 977 | 977 | public function getDatetimeValue() |
| 978 | 978 | { |
| 979 | - return $this->datetimeValue; |
|
| 979 | + return $this->datetimeValue; |
|
| 980 | 980 | } |
| 981 | 981 | public function setIntValue($intValue) |
| 982 | 982 | { |
| 983 | - $this->intValue = $intValue; |
|
| 983 | + $this->intValue = $intValue; |
|
| 984 | 984 | } |
| 985 | 985 | public function getIntValue() |
| 986 | 986 | { |
| 987 | - return $this->intValue; |
|
| 987 | + return $this->intValue; |
|
| 988 | 988 | } |
| 989 | 989 | public function setMsgValue($msgValue) |
| 990 | 990 | { |
| 991 | - $this->msgValue = $msgValue; |
|
| 991 | + $this->msgValue = $msgValue; |
|
| 992 | 992 | } |
| 993 | 993 | public function getMsgValue() |
| 994 | 994 | { |
| 995 | - return $this->msgValue; |
|
| 995 | + return $this->msgValue; |
|
| 996 | 996 | } |
| 997 | 997 | public function setName($name) |
| 998 | 998 | { |
| 999 | - $this->name = $name; |
|
| 999 | + $this->name = $name; |
|
| 1000 | 1000 | } |
| 1001 | 1001 | public function getName() |
| 1002 | 1002 | { |
| 1003 | - return $this->name; |
|
| 1003 | + return $this->name; |
|
| 1004 | 1004 | } |
| 1005 | 1005 | public function setStringValue($stringValue) |
| 1006 | 1006 | { |
| 1007 | - $this->stringValue = $stringValue; |
|
| 1007 | + $this->stringValue = $stringValue; |
|
| 1008 | 1008 | } |
| 1009 | 1009 | public function getStringValue() |
| 1010 | 1010 | { |
| 1011 | - return $this->stringValue; |
|
| 1011 | + return $this->stringValue; |
|
| 1012 | 1012 | } |
| 1013 | 1013 | } |
| 1014 | 1014 | |
@@ -1032,43 +1032,43 @@ discard block |
||
| 1032 | 1032 | |
| 1033 | 1033 | public function setEtag($etag) |
| 1034 | 1034 | { |
| 1035 | - $this->etag = $etag; |
|
| 1035 | + $this->etag = $etag; |
|
| 1036 | 1036 | } |
| 1037 | 1037 | public function getEtag() |
| 1038 | 1038 | { |
| 1039 | - return $this->etag; |
|
| 1039 | + return $this->etag; |
|
| 1040 | 1040 | } |
| 1041 | 1041 | public function setKind($kind) |
| 1042 | 1042 | { |
| 1043 | - $this->kind = $kind; |
|
| 1043 | + $this->kind = $kind; |
|
| 1044 | 1044 | } |
| 1045 | 1045 | public function getKind() |
| 1046 | 1046 | { |
| 1047 | - return $this->kind; |
|
| 1047 | + return $this->kind; |
|
| 1048 | 1048 | } |
| 1049 | 1049 | public function setNextPageToken($nextPageToken) |
| 1050 | 1050 | { |
| 1051 | - $this->nextPageToken = $nextPageToken; |
|
| 1051 | + $this->nextPageToken = $nextPageToken; |
|
| 1052 | 1052 | } |
| 1053 | 1053 | public function getNextPageToken() |
| 1054 | 1054 | { |
| 1055 | - return $this->nextPageToken; |
|
| 1055 | + return $this->nextPageToken; |
|
| 1056 | 1056 | } |
| 1057 | 1057 | public function setUsageReports($usageReports) |
| 1058 | 1058 | { |
| 1059 | - $this->usageReports = $usageReports; |
|
| 1059 | + $this->usageReports = $usageReports; |
|
| 1060 | 1060 | } |
| 1061 | 1061 | public function getUsageReports() |
| 1062 | 1062 | { |
| 1063 | - return $this->usageReports; |
|
| 1063 | + return $this->usageReports; |
|
| 1064 | 1064 | } |
| 1065 | 1065 | public function setWarnings($warnings) |
| 1066 | 1066 | { |
| 1067 | - $this->warnings = $warnings; |
|
| 1067 | + $this->warnings = $warnings; |
|
| 1068 | 1068 | } |
| 1069 | 1069 | public function getWarnings() |
| 1070 | 1070 | { |
| 1071 | - return $this->warnings; |
|
| 1071 | + return $this->warnings; |
|
| 1072 | 1072 | } |
| 1073 | 1073 | } |
| 1074 | 1074 | |
@@ -1085,27 +1085,27 @@ discard block |
||
| 1085 | 1085 | |
| 1086 | 1086 | public function setCode($code) |
| 1087 | 1087 | { |
| 1088 | - $this->code = $code; |
|
| 1088 | + $this->code = $code; |
|
| 1089 | 1089 | } |
| 1090 | 1090 | public function getCode() |
| 1091 | 1091 | { |
| 1092 | - return $this->code; |
|
| 1092 | + return $this->code; |
|
| 1093 | 1093 | } |
| 1094 | 1094 | public function setData($data) |
| 1095 | 1095 | { |
| 1096 | - $this->data = $data; |
|
| 1096 | + $this->data = $data; |
|
| 1097 | 1097 | } |
| 1098 | 1098 | public function getData() |
| 1099 | 1099 | { |
| 1100 | - return $this->data; |
|
| 1100 | + return $this->data; |
|
| 1101 | 1101 | } |
| 1102 | 1102 | public function setMessage($message) |
| 1103 | 1103 | { |
| 1104 | - $this->message = $message; |
|
| 1104 | + $this->message = $message; |
|
| 1105 | 1105 | } |
| 1106 | 1106 | public function getMessage() |
| 1107 | 1107 | { |
| 1108 | - return $this->message; |
|
| 1108 | + return $this->message; |
|
| 1109 | 1109 | } |
| 1110 | 1110 | } |
| 1111 | 1111 | |
@@ -1119,18 +1119,18 @@ discard block |
||
| 1119 | 1119 | |
| 1120 | 1120 | public function setKey($key) |
| 1121 | 1121 | { |
| 1122 | - $this->key = $key; |
|
| 1122 | + $this->key = $key; |
|
| 1123 | 1123 | } |
| 1124 | 1124 | public function getKey() |
| 1125 | 1125 | { |
| 1126 | - return $this->key; |
|
| 1126 | + return $this->key; |
|
| 1127 | 1127 | } |
| 1128 | 1128 | public function setValue($value) |
| 1129 | 1129 | { |
| 1130 | - $this->value = $value; |
|
| 1130 | + $this->value = $value; |
|
| 1131 | 1131 | } |
| 1132 | 1132 | public function getValue() |
| 1133 | 1133 | { |
| 1134 | - return $this->value; |
|
| 1134 | + return $this->value; |
|
| 1135 | 1135 | } |
| 1136 | 1136 | } |
@@ -110,7 +110,7 @@ |
||
| 110 | 110 | 'type' => 'string', |
| 111 | 111 | ), |
| 112 | 112 | ), |
| 113 | - ),'watch' => array( |
|
| 113 | + ), 'watch' => array( |
|
| 114 | 114 | 'path' => 'activity/users/{userKey}/applications/{applicationName}/watch', |
| 115 | 115 | 'httpMethod' => 'POST', |
| 116 | 116 | 'parameters' => array( |