| 1 |
<?php |
| 2 |
/* |
| 3 |
* Licensed under the Apache License, Version 2.0 (the "License"); you may not |
| 4 |
* use this file except in compliance with the License. You may obtain a copy of |
| 5 |
* the License at |
| 6 |
* |
| 7 |
* http://www.apache.org/licenses/LICENSE-2.0 |
| 8 |
* |
| 9 |
* Unless required by applicable law or agreed to in writing, software |
| 10 |
* distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 |
* WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 12 |
* License for the specific language governing permissions and limitations under |
| 13 |
* the License. |
| 14 |
*/ |
| 15 |
|
| 16 |
/** |
| 17 |
* Service definition for Spectrum (v1explorer). |
| 18 |
* |
| 19 |
* <p> |
| 20 |
* API for spectrum-management functions.</p> |
| 21 |
* |
| 22 |
* <p> |
| 23 |
* For more information about this service, see the API |
| 24 |
* <a href="http://developers.google.com/spectrum" target="_blank">Documentation</a> |
| 25 |
* </p> |
| 26 |
* |
| 27 |
* @author Google, Inc. |
| 28 |
*/ |
| 29 |
class Google_Service_Spectrum extends Google_Service |
| 30 |
{ |
| 31 |
|
| 32 |
|
| 33 |
public $paws; |
| 34 |
|
| 35 |
|
| 36 |
/** |
| 37 |
* Constructs the internal representation of the Spectrum service. |
| 38 |
* |
| 39 |
* @param Google_Client $client |
| 40 |
*/ |
| 41 |
public function __construct(Google_Client $client) |
| 42 |
{ |
| 43 |
parent::__construct($client); |
| 44 |
$this->rootUrl = 'https://www.googleapis.com/'; |
| 45 |
$this->servicePath = 'spectrum/v1explorer/paws/'; |
| 46 |
$this->version = 'v1explorer'; |
| 47 |
$this->serviceName = 'spectrum'; |
| 48 |
|
| 49 |
$this->paws = new Google_Service_Spectrum_Paws_Resource( |
| 50 |
$this, |
| 51 |
$this->serviceName, |
| 52 |
'paws', |
| 53 |
array( |
| 54 |
'methods' => array( |
| 55 |
'getSpectrum' => array( |
| 56 |
'path' => 'getSpectrum', |
| 57 |
'httpMethod' => 'POST', |
| 58 |
'parameters' => array(), |
| 59 |
),'getSpectrumBatch' => array( |
| 60 |
'path' => 'getSpectrumBatch', |
| 61 |
'httpMethod' => 'POST', |
| 62 |
'parameters' => array(), |
| 63 |
),'init' => array( |
| 64 |
'path' => 'init', |
| 65 |
'httpMethod' => 'POST', |
| 66 |
'parameters' => array(), |
| 67 |
),'notifySpectrumUse' => array( |
| 68 |
'path' => 'notifySpectrumUse', |
| 69 |
'httpMethod' => 'POST', |
| 70 |
'parameters' => array(), |
| 71 |
),'register' => array( |
| 72 |
'path' => 'register', |
| 73 |
'httpMethod' => 'POST', |
| 74 |
'parameters' => array(), |
| 75 |
),'verifyDevice' => array( |
| 76 |
'path' => 'verifyDevice', |
| 77 |
'httpMethod' => 'POST', |
| 78 |
'parameters' => array(), |
| 79 |
), |
| 80 |
) |
| 81 |
) |
| 82 |
); |
| 83 |
} |
| 84 |
} |
| 85 |
|
| 86 |
|
| 87 |
/** |
| 88 |
* The "paws" collection of methods. |
| 89 |
* Typical usage is: |
| 90 |
* <code> |
| 91 |
* $spectrumService = new Google_Service_Spectrum(...); |
| 92 |
* $paws = $spectrumService->paws; |
| 93 |
* </code> |
| 94 |
*/ |
| 95 |
class Google_Service_Spectrum_Paws_Resource extends Google_Service_Resource |
| 96 |
{ |
| 97 |
|
| 98 |
/** |
| 99 |
* Requests information about the available spectrum for a device at a location. |
| 100 |
* Requests from a fixed-mode device must include owner information so the |
| 101 |
* device can be registered with the database. (paws.getSpectrum) |
| 102 |
* |
| 103 |
* @param Google_PawsGetSpectrumRequest $postBody |
| 104 |
* @param array $optParams Optional parameters. |
| 105 |
* @return Google_Service_Spectrum_PawsGetSpectrumResponse |
| 106 |
*/ |
| 107 |
public function getSpectrum(Google_Service_Spectrum_PawsGetSpectrumRequest $postBody, $optParams = array()) |
| 108 |
{ |
| 109 |
$params = array('postBody' => $postBody); |
| 110 |
$params = array_merge($params, $optParams); |
| 111 |
return $this->call('getSpectrum', array($params), "Google_Service_Spectrum_PawsGetSpectrumResponse"); |
| 112 |
} |
| 113 |
|
| 114 |
/** |
| 115 |
* The Google Spectrum Database does not support batch requests, so this method |
| 116 |
* always yields an UNIMPLEMENTED error. (paws.getSpectrumBatch) |
| 117 |
* |
| 118 |
* @param Google_PawsGetSpectrumBatchRequest $postBody |
| 119 |
* @param array $optParams Optional parameters. |
| 120 |
* @return Google_Service_Spectrum_PawsGetSpectrumBatchResponse |
| 121 |
*/ |
| 122 |
public function getSpectrumBatch(Google_Service_Spectrum_PawsGetSpectrumBatchRequest $postBody, $optParams = array()) |
| 123 |
{ |
| 124 |
$params = array('postBody' => $postBody); |
| 125 |
$params = array_merge($params, $optParams); |
| 126 |
return $this->call('getSpectrumBatch', array($params), "Google_Service_Spectrum_PawsGetSpectrumBatchResponse"); |
| 127 |
} |
| 128 |
|
| 129 |
/** |
| 130 |
* Initializes the connection between a white space device and the database. |
| 131 |
* (paws.init) |
| 132 |
* |
| 133 |
* @param Google_PawsInitRequest $postBody |
| 134 |
* @param array $optParams Optional parameters. |
| 135 |
* @return Google_Service_Spectrum_PawsInitResponse |
| 136 |
*/ |
| 137 |
public function init(Google_Service_Spectrum_PawsInitRequest $postBody, $optParams = array()) |
| 138 |
{ |
| 139 |
$params = array('postBody' => $postBody); |
| 140 |
$params = array_merge($params, $optParams); |
| 141 |
return $this->call('init', array($params), "Google_Service_Spectrum_PawsInitResponse"); |
| 142 |
} |
| 143 |
|
| 144 |
/** |
| 145 |
* Notifies the database that the device has selected certain frequency ranges |
| 146 |
* for transmission. Only to be invoked when required by the regulator. The |
| 147 |
* Google Spectrum Database does not operate in domains that require |
| 148 |
* notification, so this always yields an UNIMPLEMENTED error. |
| 149 |
* (paws.notifySpectrumUse) |
| 150 |
* |
| 151 |
* @param Google_PawsNotifySpectrumUseRequest $postBody |
| 152 |
* @param array $optParams Optional parameters. |
| 153 |
* @return Google_Service_Spectrum_PawsNotifySpectrumUseResponse |
| 154 |
*/ |
| 155 |
public function notifySpectrumUse(Google_Service_Spectrum_PawsNotifySpectrumUseRequest $postBody, $optParams = array()) |
| 156 |
{ |
| 157 |
$params = array('postBody' => $postBody); |
| 158 |
$params = array_merge($params, $optParams); |
| 159 |
return $this->call('notifySpectrumUse', array($params), "Google_Service_Spectrum_PawsNotifySpectrumUseResponse"); |
| 160 |
} |
| 161 |
|
| 162 |
/** |
| 163 |
* The Google Spectrum Database implements registration in the getSpectrum |
| 164 |
* method. As such this always returns an UNIMPLEMENTED error. (paws.register) |
| 165 |
* |
| 166 |
* @param Google_PawsRegisterRequest $postBody |
| 167 |
* @param array $optParams Optional parameters. |
| 168 |
* @return Google_Service_Spectrum_PawsRegisterResponse |
| 169 |
*/ |
| 170 |
public function register(Google_Service_Spectrum_PawsRegisterRequest $postBody, $optParams = array()) |
| 171 |
{ |
| 172 |
$params = array('postBody' => $postBody); |
| 173 |
$params = array_merge($params, $optParams); |
| 174 |
return $this->call('register', array($params), "Google_Service_Spectrum_PawsRegisterResponse"); |
| 175 |
} |
| 176 |
|
| 177 |
/** |
| 178 |
* Validates a device for white space use in accordance with regulatory rules. |
| 179 |
* The Google Spectrum Database does not support master/slave configurations, so |
| 180 |
* this always yields an UNIMPLEMENTED error. (paws.verifyDevice) |
| 181 |
* |
| 182 |
* @param Google_PawsVerifyDeviceRequest $postBody |
| 183 |
* @param array $optParams Optional parameters. |
| 184 |
* @return Google_Service_Spectrum_PawsVerifyDeviceResponse |
| 185 |
*/ |
| 186 |
public function verifyDevice(Google_Service_Spectrum_PawsVerifyDeviceRequest $postBody, $optParams = array()) |
| 187 |
{ |
| 188 |
$params = array('postBody' => $postBody); |
| 189 |
$params = array_merge($params, $optParams); |
| 190 |
return $this->call('verifyDevice', array($params), "Google_Service_Spectrum_PawsVerifyDeviceResponse"); |
| 191 |
} |
| 192 |
} |
| 193 |
|
| 194 |
|
| 195 |
|
| 196 |
|
| 197 |
class Google_Service_Spectrum_AntennaCharacteristics extends Google_Model |
| 198 |
{ |
| 199 |
protected $internal_gapi_mappings = array( |
| 200 |
); |
| 201 |
public $height; |
| 202 |
public $heightType; |
| 203 |
public $heightUncertainty; |
| 204 |
|
| 205 |
|
| 206 |
public function setHeight($height) |
| 207 |
{ |
| 208 |
$this->height = $height; |
| 209 |
} |
| 210 |
public function getHeight() |
| 211 |
{ |
| 212 |
return $this->height; |
| 213 |
} |
| 214 |
public function setHeightType($heightType) |
| 215 |
{ |
| 216 |
$this->heightType = $heightType; |
| 217 |
} |
| 218 |
public function getHeightType() |
| 219 |
{ |
| 220 |
return $this->heightType; |
| 221 |
} |
| 222 |
public function setHeightUncertainty($heightUncertainty) |
| 223 |
{ |
| 224 |
$this->heightUncertainty = $heightUncertainty; |
| 225 |
} |
| 226 |
public function getHeightUncertainty() |
| 227 |
{ |
| 228 |
return $this->heightUncertainty; |
| 229 |
} |
| 230 |
} |
| 231 |
|
| 232 |
class Google_Service_Spectrum_DatabaseSpec extends Google_Model |
| 233 |
{ |
| 234 |
protected $internal_gapi_mappings = array( |
| 235 |
); |
| 236 |
public $name; |
| 237 |
public $uri; |
| 238 |
|
| 239 |
|
| 240 |
public function setName($name) |
| 241 |
{ |
| 242 |
$this->name = $name; |
| 243 |
} |
| 244 |
public function getName() |
| 245 |
{ |
| 246 |
return $this->name; |
| 247 |
} |
| 248 |
public function setUri($uri) |
| 249 |
{ |
| 250 |
$this->uri = $uri; |
| 251 |
} |
| 252 |
public function getUri() |
| 253 |
{ |
| 254 |
return $this->uri; |
| 255 |
} |
| 256 |
} |
| 257 |
|
| 258 |
class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection |
| 259 |
{ |
| 260 |
protected $collection_key = 'databases'; |
| 261 |
protected $internal_gapi_mappings = array( |
| 262 |
); |
| 263 |
protected $databasesType = 'Google_Service_Spectrum_DatabaseSpec'; |
| 264 |
protected $databasesDataType = 'array'; |
| 265 |
|
| 266 |
|
| 267 |
public function setDatabases($databases) |
| 268 |
{ |
| 269 |
$this->databases = $databases; |
| 270 |
} |
| 271 |
public function getDatabases() |
| 272 |
{ |
| 273 |
return $this->databases; |
| 274 |
} |
| 275 |
} |
| 276 |
|
| 277 |
class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection |
| 278 |
{ |
| 279 |
protected $collection_key = 'frequencyRanges'; |
| 280 |
protected $internal_gapi_mappings = array( |
| 281 |
); |
| 282 |
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange'; |
| 283 |
protected $frequencyRangesDataType = 'array'; |
| 284 |
|
| 285 |
|
| 286 |
public function setFrequencyRanges($frequencyRanges) |
| 287 |
{ |
| 288 |
$this->frequencyRanges = $frequencyRanges; |
| 289 |
} |
| 290 |
public function getFrequencyRanges() |
| 291 |
{ |
| 292 |
return $this->frequencyRanges; |
| 293 |
} |
| 294 |
} |
| 295 |
|
| 296 |
class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection |
| 297 |
{ |
| 298 |
protected $collection_key = 'rulesetIds'; |
| 299 |
protected $internal_gapi_mappings = array( |
| 300 |
); |
| 301 |
public $etsiEnDeviceCategory; |
| 302 |
public $etsiEnDeviceEmissionsClass; |
| 303 |
public $etsiEnDeviceType; |
| 304 |
public $etsiEnTechnologyId; |
| 305 |
public $fccId; |
| 306 |
public $fccTvbdDeviceType; |
| 307 |
public $manufacturerId; |
| 308 |
public $modelId; |
| 309 |
public $rulesetIds; |
| 310 |
public $serialNumber; |
| 311 |
|
| 312 |
|
| 313 |
public function setEtsiEnDeviceCategory($etsiEnDeviceCategory) |
| 314 |
{ |
| 315 |
$this->etsiEnDeviceCategory = $etsiEnDeviceCategory; |
| 316 |
} |
| 317 |
public function getEtsiEnDeviceCategory() |
| 318 |
{ |
| 319 |
return $this->etsiEnDeviceCategory; |
| 320 |
} |
| 321 |
public function setEtsiEnDeviceEmissionsClass($etsiEnDeviceEmissionsClass) |
| 322 |
{ |
| 323 |
$this->etsiEnDeviceEmissionsClass = $etsiEnDeviceEmissionsClass; |
| 324 |
} |
| 325 |
public function getEtsiEnDeviceEmissionsClass() |
| 326 |
{ |
| 327 |
return $this->etsiEnDeviceEmissionsClass; |
| 328 |
} |
| 329 |
public function setEtsiEnDeviceType($etsiEnDeviceType) |
| 330 |
{ |
| 331 |
$this->etsiEnDeviceType = $etsiEnDeviceType; |
| 332 |
} |
| 333 |
public function getEtsiEnDeviceType() |
| 334 |
{ |
| 335 |
return $this->etsiEnDeviceType; |
| 336 |
} |
| 337 |
public function setEtsiEnTechnologyId($etsiEnTechnologyId) |
| 338 |
{ |
| 339 |
$this->etsiEnTechnologyId = $etsiEnTechnologyId; |
| 340 |
} |
| 341 |
public function getEtsiEnTechnologyId() |
| 342 |
{ |
| 343 |
return $this->etsiEnTechnologyId; |
| 344 |
} |
| 345 |
public function setFccId($fccId) |
| 346 |
{ |
| 347 |
$this->fccId = $fccId; |
| 348 |
} |
| 349 |
public function getFccId() |
| 350 |
{ |
| 351 |
return $this->fccId; |
| 352 |
} |
| 353 |
public function setFccTvbdDeviceType($fccTvbdDeviceType) |
| 354 |
{ |
| 355 |
$this->fccTvbdDeviceType = $fccTvbdDeviceType; |
| 356 |
} |
| 357 |
public function getFccTvbdDeviceType() |
| 358 |
{ |
| 359 |
return $this->fccTvbdDeviceType; |
| 360 |
} |
| 361 |
public function setManufacturerId($manufacturerId) |
| 362 |
{ |
| 363 |
$this->manufacturerId = $manufacturerId; |
| 364 |
} |
| 365 |
public function getManufacturerId() |
| 366 |
{ |
| 367 |
return $this->manufacturerId; |
| 368 |
} |
| 369 |
public function setModelId($modelId) |
| 370 |
{ |
| 371 |
$this->modelId = $modelId; |
| 372 |
} |
| 373 |
public function getModelId() |
| 374 |
{ |
| 375 |
return $this->modelId; |
| 376 |
} |
| 377 |
public function setRulesetIds($rulesetIds) |
| 378 |
{ |
| 379 |
$this->rulesetIds = $rulesetIds; |
| 380 |
} |
| 381 |
public function getRulesetIds() |
| 382 |
{ |
| 383 |
return $this->rulesetIds; |
| 384 |
} |
| 385 |
public function setSerialNumber($serialNumber) |
| 386 |
{ |
| 387 |
$this->serialNumber = $serialNumber; |
| 388 |
} |
| 389 |
public function getSerialNumber() |
| 390 |
{ |
| 391 |
return $this->serialNumber; |
| 392 |
} |
| 393 |
} |
| 394 |
|
| 395 |
class Google_Service_Spectrum_DeviceOwner extends Google_Model |
| 396 |
{ |
| 397 |
protected $internal_gapi_mappings = array( |
| 398 |
); |
| 399 |
protected $operatorType = 'Google_Service_Spectrum_Vcard'; |
| 400 |
protected $operatorDataType = ''; |
| 401 |
protected $ownerType = 'Google_Service_Spectrum_Vcard'; |
| 402 |
protected $ownerDataType = ''; |
| 403 |
|
| 404 |
|
| 405 |
public function setOperator(Google_Service_Spectrum_Vcard $operator) |
| 406 |
{ |
| 407 |
$this->operator = $operator; |
| 408 |
} |
| 409 |
public function getOperator() |
| 410 |
{ |
| 411 |
return $this->operator; |
| 412 |
} |
| 413 |
public function setOwner(Google_Service_Spectrum_Vcard $owner) |
| 414 |
{ |
| 415 |
$this->owner = $owner; |
| 416 |
} |
| 417 |
public function getOwner() |
| 418 |
{ |
| 419 |
return $this->owner; |
| 420 |
} |
| 421 |
} |
| 422 |
|
| 423 |
class Google_Service_Spectrum_DeviceValidity extends Google_Model |
| 424 |
{ |
| 425 |
protected $internal_gapi_mappings = array( |
| 426 |
); |
| 427 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 428 |
protected $deviceDescDataType = ''; |
| 429 |
public $isValid; |
| 430 |
public $reason; |
| 431 |
|
| 432 |
|
| 433 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 434 |
{ |
| 435 |
$this->deviceDesc = $deviceDesc; |
| 436 |
} |
| 437 |
public function getDeviceDesc() |
| 438 |
{ |
| 439 |
return $this->deviceDesc; |
| 440 |
} |
| 441 |
public function setIsValid($isValid) |
| 442 |
{ |
| 443 |
$this->isValid = $isValid; |
| 444 |
} |
| 445 |
public function getIsValid() |
| 446 |
{ |
| 447 |
return $this->isValid; |
| 448 |
} |
| 449 |
public function setReason($reason) |
| 450 |
{ |
| 451 |
$this->reason = $reason; |
| 452 |
} |
| 453 |
public function getReason() |
| 454 |
{ |
| 455 |
return $this->reason; |
| 456 |
} |
| 457 |
} |
| 458 |
|
| 459 |
class Google_Service_Spectrum_EventTime extends Google_Model |
| 460 |
{ |
| 461 |
protected $internal_gapi_mappings = array( |
| 462 |
); |
| 463 |
public $startTime; |
| 464 |
public $stopTime; |
| 465 |
|
| 466 |
|
| 467 |
public function setStartTime($startTime) |
| 468 |
{ |
| 469 |
$this->startTime = $startTime; |
| 470 |
} |
| 471 |
public function getStartTime() |
| 472 |
{ |
| 473 |
return $this->startTime; |
| 474 |
} |
| 475 |
public function setStopTime($stopTime) |
| 476 |
{ |
| 477 |
$this->stopTime = $stopTime; |
| 478 |
} |
| 479 |
public function getStopTime() |
| 480 |
{ |
| 481 |
return $this->stopTime; |
| 482 |
} |
| 483 |
} |
| 484 |
|
| 485 |
class Google_Service_Spectrum_FrequencyRange extends Google_Model |
| 486 |
{ |
| 487 |
protected $internal_gapi_mappings = array( |
| 488 |
); |
| 489 |
public $channelId; |
| 490 |
public $maxPowerDBm; |
| 491 |
public $startHz; |
| 492 |
public $stopHz; |
| 493 |
|
| 494 |
|
| 495 |
public function setChannelId($channelId) |
| 496 |
{ |
| 497 |
$this->channelId = $channelId; |
| 498 |
} |
| 499 |
public function getChannelId() |
| 500 |
{ |
| 501 |
return $this->channelId; |
| 502 |
} |
| 503 |
public function setMaxPowerDBm($maxPowerDBm) |
| 504 |
{ |
| 505 |
$this->maxPowerDBm = $maxPowerDBm; |
| 506 |
} |
| 507 |
public function getMaxPowerDBm() |
| 508 |
{ |
| 509 |
return $this->maxPowerDBm; |
| 510 |
} |
| 511 |
public function setStartHz($startHz) |
| 512 |
{ |
| 513 |
$this->startHz = $startHz; |
| 514 |
} |
| 515 |
public function getStartHz() |
| 516 |
{ |
| 517 |
return $this->startHz; |
| 518 |
} |
| 519 |
public function setStopHz($stopHz) |
| 520 |
{ |
| 521 |
$this->stopHz = $stopHz; |
| 522 |
} |
| 523 |
public function getStopHz() |
| 524 |
{ |
| 525 |
return $this->stopHz; |
| 526 |
} |
| 527 |
} |
| 528 |
|
| 529 |
class Google_Service_Spectrum_GeoLocation extends Google_Model |
| 530 |
{ |
| 531 |
protected $internal_gapi_mappings = array( |
| 532 |
); |
| 533 |
public $confidence; |
| 534 |
protected $pointType = 'Google_Service_Spectrum_GeoLocationEllipse'; |
| 535 |
protected $pointDataType = ''; |
| 536 |
protected $regionType = 'Google_Service_Spectrum_GeoLocationPolygon'; |
| 537 |
protected $regionDataType = ''; |
| 538 |
|
| 539 |
|
| 540 |
public function setConfidence($confidence) |
| 541 |
{ |
| 542 |
$this->confidence = $confidence; |
| 543 |
} |
| 544 |
public function getConfidence() |
| 545 |
{ |
| 546 |
return $this->confidence; |
| 547 |
} |
| 548 |
public function setPoint(Google_Service_Spectrum_GeoLocationEllipse $point) |
| 549 |
{ |
| 550 |
$this->point = $point; |
| 551 |
} |
| 552 |
public function getPoint() |
| 553 |
{ |
| 554 |
return $this->point; |
| 555 |
} |
| 556 |
public function setRegion(Google_Service_Spectrum_GeoLocationPolygon $region) |
| 557 |
{ |
| 558 |
$this->region = $region; |
| 559 |
} |
| 560 |
public function getRegion() |
| 561 |
{ |
| 562 |
return $this->region; |
| 563 |
} |
| 564 |
} |
| 565 |
|
| 566 |
class Google_Service_Spectrum_GeoLocationEllipse extends Google_Model |
| 567 |
{ |
| 568 |
protected $internal_gapi_mappings = array( |
| 569 |
); |
| 570 |
protected $centerType = 'Google_Service_Spectrum_GeoLocationPoint'; |
| 571 |
protected $centerDataType = ''; |
| 572 |
public $orientation; |
| 573 |
public $semiMajorAxis; |
| 574 |
public $semiMinorAxis; |
| 575 |
|
| 576 |
|
| 577 |
public function setCenter(Google_Service_Spectrum_GeoLocationPoint $center) |
| 578 |
{ |
| 579 |
$this->center = $center; |
| 580 |
} |
| 581 |
public function getCenter() |
| 582 |
{ |
| 583 |
return $this->center; |
| 584 |
} |
| 585 |
public function setOrientation($orientation) |
| 586 |
{ |
| 587 |
$this->orientation = $orientation; |
| 588 |
} |
| 589 |
public function getOrientation() |
| 590 |
{ |
| 591 |
return $this->orientation; |
| 592 |
} |
| 593 |
public function setSemiMajorAxis($semiMajorAxis) |
| 594 |
{ |
| 595 |
$this->semiMajorAxis = $semiMajorAxis; |
| 596 |
} |
| 597 |
public function getSemiMajorAxis() |
| 598 |
{ |
| 599 |
return $this->semiMajorAxis; |
| 600 |
} |
| 601 |
public function setSemiMinorAxis($semiMinorAxis) |
| 602 |
{ |
| 603 |
$this->semiMinorAxis = $semiMinorAxis; |
| 604 |
} |
| 605 |
public function getSemiMinorAxis() |
| 606 |
{ |
| 607 |
return $this->semiMinorAxis; |
| 608 |
} |
| 609 |
} |
| 610 |
|
| 611 |
class Google_Service_Spectrum_GeoLocationPoint extends Google_Model |
| 612 |
{ |
| 613 |
protected $internal_gapi_mappings = array( |
| 614 |
); |
| 615 |
public $latitude; |
| 616 |
public $longitude; |
| 617 |
|
| 618 |
|
| 619 |
public function setLatitude($latitude) |
| 620 |
{ |
| 621 |
$this->latitude = $latitude; |
| 622 |
} |
| 623 |
public function getLatitude() |
| 624 |
{ |
| 625 |
return $this->latitude; |
| 626 |
} |
| 627 |
public function setLongitude($longitude) |
| 628 |
{ |
| 629 |
$this->longitude = $longitude; |
| 630 |
} |
| 631 |
public function getLongitude() |
| 632 |
{ |
| 633 |
return $this->longitude; |
| 634 |
} |
| 635 |
} |
| 636 |
|
| 637 |
class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection |
| 638 |
{ |
| 639 |
protected $collection_key = 'exterior'; |
| 640 |
protected $internal_gapi_mappings = array( |
| 641 |
); |
| 642 |
protected $exteriorType = 'Google_Service_Spectrum_GeoLocationPoint'; |
| 643 |
protected $exteriorDataType = 'array'; |
| 644 |
|
| 645 |
|
| 646 |
public function setExterior($exterior) |
| 647 |
{ |
| 648 |
$this->exterior = $exterior; |
| 649 |
} |
| 650 |
public function getExterior() |
| 651 |
{ |
| 652 |
return $this->exterior; |
| 653 |
} |
| 654 |
} |
| 655 |
|
| 656 |
class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection |
| 657 |
{ |
| 658 |
protected $collection_key = 'spectrumSchedules'; |
| 659 |
protected $internal_gapi_mappings = array( |
| 660 |
); |
| 661 |
protected $locationType = 'Google_Service_Spectrum_GeoLocation'; |
| 662 |
protected $locationDataType = ''; |
| 663 |
protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule'; |
| 664 |
protected $spectrumSchedulesDataType = 'array'; |
| 665 |
|
| 666 |
|
| 667 |
public function setLocation(Google_Service_Spectrum_GeoLocation $location) |
| 668 |
{ |
| 669 |
$this->location = $location; |
| 670 |
} |
| 671 |
public function getLocation() |
| 672 |
{ |
| 673 |
return $this->location; |
| 674 |
} |
| 675 |
public function setSpectrumSchedules($spectrumSchedules) |
| 676 |
{ |
| 677 |
$this->spectrumSchedules = $spectrumSchedules; |
| 678 |
} |
| 679 |
public function getSpectrumSchedules() |
| 680 |
{ |
| 681 |
return $this->spectrumSchedules; |
| 682 |
} |
| 683 |
} |
| 684 |
|
| 685 |
class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collection |
| 686 |
{ |
| 687 |
protected $collection_key = 'locations'; |
| 688 |
protected $internal_gapi_mappings = array( |
| 689 |
); |
| 690 |
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics'; |
| 691 |
protected $antennaDataType = ''; |
| 692 |
protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities'; |
| 693 |
protected $capabilitiesDataType = ''; |
| 694 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 695 |
protected $deviceDescDataType = ''; |
| 696 |
protected $locationsType = 'Google_Service_Spectrum_GeoLocation'; |
| 697 |
protected $locationsDataType = 'array'; |
| 698 |
protected $masterDeviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 699 |
protected $masterDeviceDescDataType = ''; |
| 700 |
protected $ownerType = 'Google_Service_Spectrum_DeviceOwner'; |
| 701 |
protected $ownerDataType = ''; |
| 702 |
public $requestType; |
| 703 |
public $type; |
| 704 |
public $version; |
| 705 |
|
| 706 |
|
| 707 |
public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna) |
| 708 |
{ |
| 709 |
$this->antenna = $antenna; |
| 710 |
} |
| 711 |
public function getAntenna() |
| 712 |
{ |
| 713 |
return $this->antenna; |
| 714 |
} |
| 715 |
public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities) |
| 716 |
{ |
| 717 |
$this->capabilities = $capabilities; |
| 718 |
} |
| 719 |
public function getCapabilities() |
| 720 |
{ |
| 721 |
return $this->capabilities; |
| 722 |
} |
| 723 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 724 |
{ |
| 725 |
$this->deviceDesc = $deviceDesc; |
| 726 |
} |
| 727 |
public function getDeviceDesc() |
| 728 |
{ |
| 729 |
return $this->deviceDesc; |
| 730 |
} |
| 731 |
public function setLocations($locations) |
| 732 |
{ |
| 733 |
$this->locations = $locations; |
| 734 |
} |
| 735 |
public function getLocations() |
| 736 |
{ |
| 737 |
return $this->locations; |
| 738 |
} |
| 739 |
public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc) |
| 740 |
{ |
| 741 |
$this->masterDeviceDesc = $masterDeviceDesc; |
| 742 |
} |
| 743 |
public function getMasterDeviceDesc() |
| 744 |
{ |
| 745 |
return $this->masterDeviceDesc; |
| 746 |
} |
| 747 |
public function setOwner(Google_Service_Spectrum_DeviceOwner $owner) |
| 748 |
{ |
| 749 |
$this->owner = $owner; |
| 750 |
} |
| 751 |
public function getOwner() |
| 752 |
{ |
| 753 |
return $this->owner; |
| 754 |
} |
| 755 |
public function setRequestType($requestType) |
| 756 |
{ |
| 757 |
$this->requestType = $requestType; |
| 758 |
} |
| 759 |
public function getRequestType() |
| 760 |
{ |
| 761 |
return $this->requestType; |
| 762 |
} |
| 763 |
public function setType($type) |
| 764 |
{ |
| 765 |
$this->type = $type; |
| 766 |
} |
| 767 |
public function getType() |
| 768 |
{ |
| 769 |
return $this->type; |
| 770 |
} |
| 771 |
public function setVersion($version) |
| 772 |
{ |
| 773 |
$this->version = $version; |
| 774 |
} |
| 775 |
public function getVersion() |
| 776 |
{ |
| 777 |
return $this->version; |
| 778 |
} |
| 779 |
} |
| 780 |
|
| 781 |
class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collection |
| 782 |
{ |
| 783 |
protected $collection_key = 'geoSpectrumSchedules'; |
| 784 |
protected $internal_gapi_mappings = array( |
| 785 |
); |
| 786 |
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec'; |
| 787 |
protected $databaseChangeDataType = ''; |
| 788 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 789 |
protected $deviceDescDataType = ''; |
| 790 |
protected $geoSpectrumSchedulesType = 'Google_Service_Spectrum_GeoSpectrumSchedule'; |
| 791 |
protected $geoSpectrumSchedulesDataType = 'array'; |
| 792 |
public $kind; |
| 793 |
public $maxContiguousBwHz; |
| 794 |
public $maxTotalBwHz; |
| 795 |
public $needsSpectrumReport; |
| 796 |
protected $rulesetInfoType = 'Google_Service_Spectrum_RulesetInfo'; |
| 797 |
protected $rulesetInfoDataType = ''; |
| 798 |
public $timestamp; |
| 799 |
public $type; |
| 800 |
public $version; |
| 801 |
|
| 802 |
|
| 803 |
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange) |
| 804 |
{ |
| 805 |
$this->databaseChange = $databaseChange; |
| 806 |
} |
| 807 |
public function getDatabaseChange() |
| 808 |
{ |
| 809 |
return $this->databaseChange; |
| 810 |
} |
| 811 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 812 |
{ |
| 813 |
$this->deviceDesc = $deviceDesc; |
| 814 |
} |
| 815 |
public function getDeviceDesc() |
| 816 |
{ |
| 817 |
return $this->deviceDesc; |
| 818 |
} |
| 819 |
public function setGeoSpectrumSchedules($geoSpectrumSchedules) |
| 820 |
{ |
| 821 |
$this->geoSpectrumSchedules = $geoSpectrumSchedules; |
| 822 |
} |
| 823 |
public function getGeoSpectrumSchedules() |
| 824 |
{ |
| 825 |
return $this->geoSpectrumSchedules; |
| 826 |
} |
| 827 |
public function setKind($kind) |
| 828 |
{ |
| 829 |
$this->kind = $kind; |
| 830 |
} |
| 831 |
public function getKind() |
| 832 |
{ |
| 833 |
return $this->kind; |
| 834 |
} |
| 835 |
public function setMaxContiguousBwHz($maxContiguousBwHz) |
| 836 |
{ |
| 837 |
$this->maxContiguousBwHz = $maxContiguousBwHz; |
| 838 |
} |
| 839 |
public function getMaxContiguousBwHz() |
| 840 |
{ |
| 841 |
return $this->maxContiguousBwHz; |
| 842 |
} |
| 843 |
public function setMaxTotalBwHz($maxTotalBwHz) |
| 844 |
{ |
| 845 |
$this->maxTotalBwHz = $maxTotalBwHz; |
| 846 |
} |
| 847 |
public function getMaxTotalBwHz() |
| 848 |
{ |
| 849 |
return $this->maxTotalBwHz; |
| 850 |
} |
| 851 |
public function setNeedsSpectrumReport($needsSpectrumReport) |
| 852 |
{ |
| 853 |
$this->needsSpectrumReport = $needsSpectrumReport; |
| 854 |
} |
| 855 |
public function getNeedsSpectrumReport() |
| 856 |
{ |
| 857 |
return $this->needsSpectrumReport; |
| 858 |
} |
| 859 |
public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) |
| 860 |
{ |
| 861 |
$this->rulesetInfo = $rulesetInfo; |
| 862 |
} |
| 863 |
public function getRulesetInfo() |
| 864 |
{ |
| 865 |
return $this->rulesetInfo; |
| 866 |
} |
| 867 |
public function setTimestamp($timestamp) |
| 868 |
{ |
| 869 |
$this->timestamp = $timestamp; |
| 870 |
} |
| 871 |
public function getTimestamp() |
| 872 |
{ |
| 873 |
return $this->timestamp; |
| 874 |
} |
| 875 |
public function setType($type) |
| 876 |
{ |
| 877 |
$this->type = $type; |
| 878 |
} |
| 879 |
public function getType() |
| 880 |
{ |
| 881 |
return $this->type; |
| 882 |
} |
| 883 |
public function setVersion($version) |
| 884 |
{ |
| 885 |
$this->version = $version; |
| 886 |
} |
| 887 |
public function getVersion() |
| 888 |
{ |
| 889 |
return $this->version; |
| 890 |
} |
| 891 |
} |
| 892 |
|
| 893 |
class Google_Service_Spectrum_PawsGetSpectrumRequest extends Google_Model |
| 894 |
{ |
| 895 |
protected $internal_gapi_mappings = array( |
| 896 |
); |
| 897 |
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics'; |
| 898 |
protected $antennaDataType = ''; |
| 899 |
protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities'; |
| 900 |
protected $capabilitiesDataType = ''; |
| 901 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 902 |
protected $deviceDescDataType = ''; |
| 903 |
protected $locationType = 'Google_Service_Spectrum_GeoLocation'; |
| 904 |
protected $locationDataType = ''; |
| 905 |
protected $masterDeviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 906 |
protected $masterDeviceDescDataType = ''; |
| 907 |
protected $ownerType = 'Google_Service_Spectrum_DeviceOwner'; |
| 908 |
protected $ownerDataType = ''; |
| 909 |
public $requestType; |
| 910 |
public $type; |
| 911 |
public $version; |
| 912 |
|
| 913 |
|
| 914 |
public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna) |
| 915 |
{ |
| 916 |
$this->antenna = $antenna; |
| 917 |
} |
| 918 |
public function getAntenna() |
| 919 |
{ |
| 920 |
return $this->antenna; |
| 921 |
} |
| 922 |
public function setCapabilities(Google_Service_Spectrum_DeviceCapabilities $capabilities) |
| 923 |
{ |
| 924 |
$this->capabilities = $capabilities; |
| 925 |
} |
| 926 |
public function getCapabilities() |
| 927 |
{ |
| 928 |
return $this->capabilities; |
| 929 |
} |
| 930 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 931 |
{ |
| 932 |
$this->deviceDesc = $deviceDesc; |
| 933 |
} |
| 934 |
public function getDeviceDesc() |
| 935 |
{ |
| 936 |
return $this->deviceDesc; |
| 937 |
} |
| 938 |
public function setLocation(Google_Service_Spectrum_GeoLocation $location) |
| 939 |
{ |
| 940 |
$this->location = $location; |
| 941 |
} |
| 942 |
public function getLocation() |
| 943 |
{ |
| 944 |
return $this->location; |
| 945 |
} |
| 946 |
public function setMasterDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $masterDeviceDesc) |
| 947 |
{ |
| 948 |
$this->masterDeviceDesc = $masterDeviceDesc; |
| 949 |
} |
| 950 |
public function getMasterDeviceDesc() |
| 951 |
{ |
| 952 |
return $this->masterDeviceDesc; |
| 953 |
} |
| 954 |
public function setOwner(Google_Service_Spectrum_DeviceOwner $owner) |
| 955 |
{ |
| 956 |
$this->owner = $owner; |
| 957 |
} |
| 958 |
public function getOwner() |
| 959 |
{ |
| 960 |
return $this->owner; |
| 961 |
} |
| 962 |
public function setRequestType($requestType) |
| 963 |
{ |
| 964 |
$this->requestType = $requestType; |
| 965 |
} |
| 966 |
public function getRequestType() |
| 967 |
{ |
| 968 |
return $this->requestType; |
| 969 |
} |
| 970 |
public function setType($type) |
| 971 |
{ |
| 972 |
$this->type = $type; |
| 973 |
} |
| 974 |
public function getType() |
| 975 |
{ |
| 976 |
return $this->type; |
| 977 |
} |
| 978 |
public function setVersion($version) |
| 979 |
{ |
| 980 |
$this->version = $version; |
| 981 |
} |
| 982 |
public function getVersion() |
| 983 |
{ |
| 984 |
return $this->version; |
| 985 |
} |
| 986 |
} |
| 987 |
|
| 988 |
class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection |
| 989 |
{ |
| 990 |
protected $collection_key = 'spectrumSchedules'; |
| 991 |
protected $internal_gapi_mappings = array( |
| 992 |
); |
| 993 |
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec'; |
| 994 |
protected $databaseChangeDataType = ''; |
| 995 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 996 |
protected $deviceDescDataType = ''; |
| 997 |
public $kind; |
| 998 |
public $maxContiguousBwHz; |
| 999 |
public $maxTotalBwHz; |
| 1000 |
public $needsSpectrumReport; |
| 1001 |
protected $rulesetInfoType = 'Google_Service_Spectrum_RulesetInfo'; |
| 1002 |
protected $rulesetInfoDataType = ''; |
| 1003 |
protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule'; |
| 1004 |
protected $spectrumSchedulesDataType = 'array'; |
| 1005 |
public $timestamp; |
| 1006 |
public $type; |
| 1007 |
public $version; |
| 1008 |
|
| 1009 |
|
| 1010 |
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange) |
| 1011 |
{ |
| 1012 |
$this->databaseChange = $databaseChange; |
| 1013 |
} |
| 1014 |
public function getDatabaseChange() |
| 1015 |
{ |
| 1016 |
return $this->databaseChange; |
| 1017 |
} |
| 1018 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 1019 |
{ |
| 1020 |
$this->deviceDesc = $deviceDesc; |
| 1021 |
} |
| 1022 |
public function getDeviceDesc() |
| 1023 |
{ |
| 1024 |
return $this->deviceDesc; |
| 1025 |
} |
| 1026 |
public function setKind($kind) |
| 1027 |
{ |
| 1028 |
$this->kind = $kind; |
| 1029 |
} |
| 1030 |
public function getKind() |
| 1031 |
{ |
| 1032 |
return $this->kind; |
| 1033 |
} |
| 1034 |
public function setMaxContiguousBwHz($maxContiguousBwHz) |
| 1035 |
{ |
| 1036 |
$this->maxContiguousBwHz = $maxContiguousBwHz; |
| 1037 |
} |
| 1038 |
public function getMaxContiguousBwHz() |
| 1039 |
{ |
| 1040 |
return $this->maxContiguousBwHz; |
| 1041 |
} |
| 1042 |
public function setMaxTotalBwHz($maxTotalBwHz) |
| 1043 |
{ |
| 1044 |
$this->maxTotalBwHz = $maxTotalBwHz; |
| 1045 |
} |
| 1046 |
public function getMaxTotalBwHz() |
| 1047 |
{ |
| 1048 |
return $this->maxTotalBwHz; |
| 1049 |
} |
| 1050 |
public function setNeedsSpectrumReport($needsSpectrumReport) |
| 1051 |
{ |
| 1052 |
$this->needsSpectrumReport = $needsSpectrumReport; |
| 1053 |
} |
| 1054 |
public function getNeedsSpectrumReport() |
| 1055 |
{ |
| 1056 |
return $this->needsSpectrumReport; |
| 1057 |
} |
| 1058 |
public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) |
| 1059 |
{ |
| 1060 |
$this->rulesetInfo = $rulesetInfo; |
| 1061 |
} |
| 1062 |
public function getRulesetInfo() |
| 1063 |
{ |
| 1064 |
return $this->rulesetInfo; |
| 1065 |
} |
| 1066 |
public function setSpectrumSchedules($spectrumSchedules) |
| 1067 |
{ |
| 1068 |
$this->spectrumSchedules = $spectrumSchedules; |
| 1069 |
} |
| 1070 |
public function getSpectrumSchedules() |
| 1071 |
{ |
| 1072 |
return $this->spectrumSchedules; |
| 1073 |
} |
| 1074 |
public function setTimestamp($timestamp) |
| 1075 |
{ |
| 1076 |
$this->timestamp = $timestamp; |
| 1077 |
} |
| 1078 |
public function getTimestamp() |
| 1079 |
{ |
| 1080 |
return $this->timestamp; |
| 1081 |
} |
| 1082 |
public function setType($type) |
| 1083 |
{ |
| 1084 |
$this->type = $type; |
| 1085 |
} |
| 1086 |
public function getType() |
| 1087 |
{ |
| 1088 |
return $this->type; |
| 1089 |
} |
| 1090 |
public function setVersion($version) |
| 1091 |
{ |
| 1092 |
$this->version = $version; |
| 1093 |
} |
| 1094 |
public function getVersion() |
| 1095 |
{ |
| 1096 |
return $this->version; |
| 1097 |
} |
| 1098 |
} |
| 1099 |
|
| 1100 |
class Google_Service_Spectrum_PawsInitRequest extends Google_Model |
| 1101 |
{ |
| 1102 |
protected $internal_gapi_mappings = array( |
| 1103 |
); |
| 1104 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 1105 |
protected $deviceDescDataType = ''; |
| 1106 |
protected $locationType = 'Google_Service_Spectrum_GeoLocation'; |
| 1107 |
protected $locationDataType = ''; |
| 1108 |
public $type; |
| 1109 |
public $version; |
| 1110 |
|
| 1111 |
|
| 1112 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 1113 |
{ |
| 1114 |
$this->deviceDesc = $deviceDesc; |
| 1115 |
} |
| 1116 |
public function getDeviceDesc() |
| 1117 |
{ |
| 1118 |
return $this->deviceDesc; |
| 1119 |
} |
| 1120 |
public function setLocation(Google_Service_Spectrum_GeoLocation $location) |
| 1121 |
{ |
| 1122 |
$this->location = $location; |
| 1123 |
} |
| 1124 |
public function getLocation() |
| 1125 |
{ |
| 1126 |
return $this->location; |
| 1127 |
} |
| 1128 |
public function setType($type) |
| 1129 |
{ |
| 1130 |
$this->type = $type; |
| 1131 |
} |
| 1132 |
public function getType() |
| 1133 |
{ |
| 1134 |
return $this->type; |
| 1135 |
} |
| 1136 |
public function setVersion($version) |
| 1137 |
{ |
| 1138 |
$this->version = $version; |
| 1139 |
} |
| 1140 |
public function getVersion() |
| 1141 |
{ |
| 1142 |
return $this->version; |
| 1143 |
} |
| 1144 |
} |
| 1145 |
|
| 1146 |
class Google_Service_Spectrum_PawsInitResponse extends Google_Model |
| 1147 |
{ |
| 1148 |
protected $internal_gapi_mappings = array( |
| 1149 |
); |
| 1150 |
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec'; |
| 1151 |
protected $databaseChangeDataType = ''; |
| 1152 |
public $kind; |
| 1153 |
protected $rulesetInfoType = 'Google_Service_Spectrum_RulesetInfo'; |
| 1154 |
protected $rulesetInfoDataType = ''; |
| 1155 |
public $type; |
| 1156 |
public $version; |
| 1157 |
|
| 1158 |
|
| 1159 |
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange) |
| 1160 |
{ |
| 1161 |
$this->databaseChange = $databaseChange; |
| 1162 |
} |
| 1163 |
public function getDatabaseChange() |
| 1164 |
{ |
| 1165 |
return $this->databaseChange; |
| 1166 |
} |
| 1167 |
public function setKind($kind) |
| 1168 |
{ |
| 1169 |
$this->kind = $kind; |
| 1170 |
} |
| 1171 |
public function getKind() |
| 1172 |
{ |
| 1173 |
return $this->kind; |
| 1174 |
} |
| 1175 |
public function setRulesetInfo(Google_Service_Spectrum_RulesetInfo $rulesetInfo) |
| 1176 |
{ |
| 1177 |
$this->rulesetInfo = $rulesetInfo; |
| 1178 |
} |
| 1179 |
public function getRulesetInfo() |
| 1180 |
{ |
| 1181 |
return $this->rulesetInfo; |
| 1182 |
} |
| 1183 |
public function setType($type) |
| 1184 |
{ |
| 1185 |
$this->type = $type; |
| 1186 |
} |
| 1187 |
public function getType() |
| 1188 |
{ |
| 1189 |
return $this->type; |
| 1190 |
} |
| 1191 |
public function setVersion($version) |
| 1192 |
{ |
| 1193 |
$this->version = $version; |
| 1194 |
} |
| 1195 |
public function getVersion() |
| 1196 |
{ |
| 1197 |
return $this->version; |
| 1198 |
} |
| 1199 |
} |
| 1200 |
|
| 1201 |
class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collection |
| 1202 |
{ |
| 1203 |
protected $collection_key = 'spectra'; |
| 1204 |
protected $internal_gapi_mappings = array( |
| 1205 |
); |
| 1206 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 1207 |
protected $deviceDescDataType = ''; |
| 1208 |
protected $locationType = 'Google_Service_Spectrum_GeoLocation'; |
| 1209 |
protected $locationDataType = ''; |
| 1210 |
protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage'; |
| 1211 |
protected $spectraDataType = 'array'; |
| 1212 |
public $type; |
| 1213 |
public $version; |
| 1214 |
|
| 1215 |
|
| 1216 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 1217 |
{ |
| 1218 |
$this->deviceDesc = $deviceDesc; |
| 1219 |
} |
| 1220 |
public function getDeviceDesc() |
| 1221 |
{ |
| 1222 |
return $this->deviceDesc; |
| 1223 |
} |
| 1224 |
public function setLocation(Google_Service_Spectrum_GeoLocation $location) |
| 1225 |
{ |
| 1226 |
$this->location = $location; |
| 1227 |
} |
| 1228 |
public function getLocation() |
| 1229 |
{ |
| 1230 |
return $this->location; |
| 1231 |
} |
| 1232 |
public function setSpectra($spectra) |
| 1233 |
{ |
| 1234 |
$this->spectra = $spectra; |
| 1235 |
} |
| 1236 |
public function getSpectra() |
| 1237 |
{ |
| 1238 |
return $this->spectra; |
| 1239 |
} |
| 1240 |
public function setType($type) |
| 1241 |
{ |
| 1242 |
$this->type = $type; |
| 1243 |
} |
| 1244 |
public function getType() |
| 1245 |
{ |
| 1246 |
return $this->type; |
| 1247 |
} |
| 1248 |
public function setVersion($version) |
| 1249 |
{ |
| 1250 |
$this->version = $version; |
| 1251 |
} |
| 1252 |
public function getVersion() |
| 1253 |
{ |
| 1254 |
return $this->version; |
| 1255 |
} |
| 1256 |
} |
| 1257 |
|
| 1258 |
class Google_Service_Spectrum_PawsNotifySpectrumUseResponse extends Google_Model |
| 1259 |
{ |
| 1260 |
protected $internal_gapi_mappings = array( |
| 1261 |
); |
| 1262 |
public $kind; |
| 1263 |
public $type; |
| 1264 |
public $version; |
| 1265 |
|
| 1266 |
|
| 1267 |
public function setKind($kind) |
| 1268 |
{ |
| 1269 |
$this->kind = $kind; |
| 1270 |
} |
| 1271 |
public function getKind() |
| 1272 |
{ |
| 1273 |
return $this->kind; |
| 1274 |
} |
| 1275 |
public function setType($type) |
| 1276 |
{ |
| 1277 |
$this->type = $type; |
| 1278 |
} |
| 1279 |
public function getType() |
| 1280 |
{ |
| 1281 |
return $this->type; |
| 1282 |
} |
| 1283 |
public function setVersion($version) |
| 1284 |
{ |
| 1285 |
$this->version = $version; |
| 1286 |
} |
| 1287 |
public function getVersion() |
| 1288 |
{ |
| 1289 |
return $this->version; |
| 1290 |
} |
| 1291 |
} |
| 1292 |
|
| 1293 |
class Google_Service_Spectrum_PawsRegisterRequest extends Google_Model |
| 1294 |
{ |
| 1295 |
protected $internal_gapi_mappings = array( |
| 1296 |
); |
| 1297 |
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics'; |
| 1298 |
protected $antennaDataType = ''; |
| 1299 |
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 1300 |
protected $deviceDescDataType = ''; |
| 1301 |
protected $deviceOwnerType = 'Google_Service_Spectrum_DeviceOwner'; |
| 1302 |
protected $deviceOwnerDataType = ''; |
| 1303 |
protected $locationType = 'Google_Service_Spectrum_GeoLocation'; |
| 1304 |
protected $locationDataType = ''; |
| 1305 |
public $type; |
| 1306 |
public $version; |
| 1307 |
|
| 1308 |
|
| 1309 |
public function setAntenna(Google_Service_Spectrum_AntennaCharacteristics $antenna) |
| 1310 |
{ |
| 1311 |
$this->antenna = $antenna; |
| 1312 |
} |
| 1313 |
public function getAntenna() |
| 1314 |
{ |
| 1315 |
return $this->antenna; |
| 1316 |
} |
| 1317 |
public function setDeviceDesc(Google_Service_Spectrum_DeviceDescriptor $deviceDesc) |
| 1318 |
{ |
| 1319 |
$this->deviceDesc = $deviceDesc; |
| 1320 |
} |
| 1321 |
public function getDeviceDesc() |
| 1322 |
{ |
| 1323 |
return $this->deviceDesc; |
| 1324 |
} |
| 1325 |
public function setDeviceOwner(Google_Service_Spectrum_DeviceOwner $deviceOwner) |
| 1326 |
{ |
| 1327 |
$this->deviceOwner = $deviceOwner; |
| 1328 |
} |
| 1329 |
public function getDeviceOwner() |
| 1330 |
{ |
| 1331 |
return $this->deviceOwner; |
| 1332 |
} |
| 1333 |
public function setLocation(Google_Service_Spectrum_GeoLocation $location) |
| 1334 |
{ |
| 1335 |
$this->location = $location; |
| 1336 |
} |
| 1337 |
public function getLocation() |
| 1338 |
{ |
| 1339 |
return $this->location; |
| 1340 |
} |
| 1341 |
public function setType($type) |
| 1342 |
{ |
| 1343 |
$this->type = $type; |
| 1344 |
} |
| 1345 |
public function getType() |
| 1346 |
{ |
| 1347 |
return $this->type; |
| 1348 |
} |
| 1349 |
public function setVersion($version) |
| 1350 |
{ |
| 1351 |
$this->version = $version; |
| 1352 |
} |
| 1353 |
public function getVersion() |
| 1354 |
{ |
| 1355 |
return $this->version; |
| 1356 |
} |
| 1357 |
} |
| 1358 |
|
| 1359 |
class Google_Service_Spectrum_PawsRegisterResponse extends Google_Model |
| 1360 |
{ |
| 1361 |
protected $internal_gapi_mappings = array( |
| 1362 |
); |
| 1363 |
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec'; |
| 1364 |
protected $databaseChangeDataType = ''; |
| 1365 |
public $kind; |
| 1366 |
public $type; |
| 1367 |
public $version; |
| 1368 |
|
| 1369 |
|
| 1370 |
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange) |
| 1371 |
{ |
| 1372 |
$this->databaseChange = $databaseChange; |
| 1373 |
} |
| 1374 |
public function getDatabaseChange() |
| 1375 |
{ |
| 1376 |
return $this->databaseChange; |
| 1377 |
} |
| 1378 |
public function setKind($kind) |
| 1379 |
{ |
| 1380 |
$this->kind = $kind; |
| 1381 |
} |
| 1382 |
public function getKind() |
| 1383 |
{ |
| 1384 |
return $this->kind; |
| 1385 |
} |
| 1386 |
public function setType($type) |
| 1387 |
{ |
| 1388 |
$this->type = $type; |
| 1389 |
} |
| 1390 |
public function getType() |
| 1391 |
{ |
| 1392 |
return $this->type; |
| 1393 |
} |
| 1394 |
public function setVersion($version) |
| 1395 |
{ |
| 1396 |
$this->version = $version; |
| 1397 |
} |
| 1398 |
public function getVersion() |
| 1399 |
{ |
| 1400 |
return $this->version; |
| 1401 |
} |
| 1402 |
} |
| 1403 |
|
| 1404 |
class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection |
| 1405 |
{ |
| 1406 |
protected $collection_key = 'deviceDescs'; |
| 1407 |
protected $internal_gapi_mappings = array( |
| 1408 |
); |
| 1409 |
protected $deviceDescsType = 'Google_Service_Spectrum_DeviceDescriptor'; |
| 1410 |
protected $deviceDescsDataType = 'array'; |
| 1411 |
public $type; |
| 1412 |
public $version; |
| 1413 |
|
| 1414 |
|
| 1415 |
public function setDeviceDescs($deviceDescs) |
| 1416 |
{ |
| 1417 |
$this->deviceDescs = $deviceDescs; |
| 1418 |
} |
| 1419 |
public function getDeviceDescs() |
| 1420 |
{ |
| 1421 |
return $this->deviceDescs; |
| 1422 |
} |
| 1423 |
public function setType($type) |
| 1424 |
{ |
| 1425 |
$this->type = $type; |
| 1426 |
} |
| 1427 |
public function getType() |
| 1428 |
{ |
| 1429 |
return $this->type; |
| 1430 |
} |
| 1431 |
public function setVersion($version) |
| 1432 |
{ |
| 1433 |
$this->version = $version; |
| 1434 |
} |
| 1435 |
public function getVersion() |
| 1436 |
{ |
| 1437 |
return $this->version; |
| 1438 |
} |
| 1439 |
} |
| 1440 |
|
| 1441 |
class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection |
| 1442 |
{ |
| 1443 |
protected $collection_key = 'deviceValidities'; |
| 1444 |
protected $internal_gapi_mappings = array( |
| 1445 |
); |
| 1446 |
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec'; |
| 1447 |
protected $databaseChangeDataType = ''; |
| 1448 |
protected $deviceValiditiesType = 'Google_Service_Spectrum_DeviceValidity'; |
| 1449 |
protected $deviceValiditiesDataType = 'array'; |
| 1450 |
public $kind; |
| 1451 |
public $type; |
| 1452 |
public $version; |
| 1453 |
|
| 1454 |
|
| 1455 |
public function setDatabaseChange(Google_Service_Spectrum_DbUpdateSpec $databaseChange) |
| 1456 |
{ |
| 1457 |
$this->databaseChange = $databaseChange; |
| 1458 |
} |
| 1459 |
public function getDatabaseChange() |
| 1460 |
{ |
| 1461 |
return $this->databaseChange; |
| 1462 |
} |
| 1463 |
public function setDeviceValidities($deviceValidities) |
| 1464 |
{ |
| 1465 |
$this->deviceValidities = $deviceValidities; |
| 1466 |
} |
| 1467 |
public function getDeviceValidities() |
| 1468 |
{ |
| 1469 |
return $this->deviceValidities; |
| 1470 |
} |
| 1471 |
public function setKind($kind) |
| 1472 |
{ |
| 1473 |
$this->kind = $kind; |
| 1474 |
} |
| 1475 |
public function getKind() |
| 1476 |
{ |
| 1477 |
return $this->kind; |
| 1478 |
} |
| 1479 |
public function setType($type) |
| 1480 |
{ |
| 1481 |
$this->type = $type; |
| 1482 |
} |
| 1483 |
public function getType() |
| 1484 |
{ |
| 1485 |
return $this->type; |
| 1486 |
} |
| 1487 |
public function setVersion($version) |
| 1488 |
{ |
| 1489 |
$this->version = $version; |
| 1490 |
} |
| 1491 |
public function getVersion() |
| 1492 |
{ |
| 1493 |
return $this->version; |
| 1494 |
} |
| 1495 |
} |
| 1496 |
|
| 1497 |
class Google_Service_Spectrum_RulesetInfo extends Google_Collection |
| 1498 |
{ |
| 1499 |
protected $collection_key = 'rulesetIds'; |
| 1500 |
protected $internal_gapi_mappings = array( |
| 1501 |
); |
| 1502 |
public $authority; |
| 1503 |
public $maxLocationChange; |
| 1504 |
public $maxPollingSecs; |
| 1505 |
public $rulesetIds; |
| 1506 |
|
| 1507 |
|
| 1508 |
public function setAuthority($authority) |
| 1509 |
{ |
| 1510 |
$this->authority = $authority; |
| 1511 |
} |
| 1512 |
public function getAuthority() |
| 1513 |
{ |
| 1514 |
return $this->authority; |
| 1515 |
} |
| 1516 |
public function setMaxLocationChange($maxLocationChange) |
| 1517 |
{ |
| 1518 |
$this->maxLocationChange = $maxLocationChange; |
| 1519 |
} |
| 1520 |
public function getMaxLocationChange() |
| 1521 |
{ |
| 1522 |
return $this->maxLocationChange; |
| 1523 |
} |
| 1524 |
public function setMaxPollingSecs($maxPollingSecs) |
| 1525 |
{ |
| 1526 |
$this->maxPollingSecs = $maxPollingSecs; |
| 1527 |
} |
| 1528 |
public function getMaxPollingSecs() |
| 1529 |
{ |
| 1530 |
return $this->maxPollingSecs; |
| 1531 |
} |
| 1532 |
public function setRulesetIds($rulesetIds) |
| 1533 |
{ |
| 1534 |
$this->rulesetIds = $rulesetIds; |
| 1535 |
} |
| 1536 |
public function getRulesetIds() |
| 1537 |
{ |
| 1538 |
return $this->rulesetIds; |
| 1539 |
} |
| 1540 |
} |
| 1541 |
|
| 1542 |
class Google_Service_Spectrum_SpectrumMessage extends Google_Collection |
| 1543 |
{ |
| 1544 |
protected $collection_key = 'frequencyRanges'; |
| 1545 |
protected $internal_gapi_mappings = array( |
| 1546 |
); |
| 1547 |
public $bandwidth; |
| 1548 |
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange'; |
| 1549 |
protected $frequencyRangesDataType = 'array'; |
| 1550 |
|
| 1551 |
|
| 1552 |
public function setBandwidth($bandwidth) |
| 1553 |
{ |
| 1554 |
$this->bandwidth = $bandwidth; |
| 1555 |
} |
| 1556 |
public function getBandwidth() |
| 1557 |
{ |
| 1558 |
return $this->bandwidth; |
| 1559 |
} |
| 1560 |
public function setFrequencyRanges($frequencyRanges) |
| 1561 |
{ |
| 1562 |
$this->frequencyRanges = $frequencyRanges; |
| 1563 |
} |
| 1564 |
public function getFrequencyRanges() |
| 1565 |
{ |
| 1566 |
return $this->frequencyRanges; |
| 1567 |
} |
| 1568 |
} |
| 1569 |
|
| 1570 |
class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection |
| 1571 |
{ |
| 1572 |
protected $collection_key = 'spectra'; |
| 1573 |
protected $internal_gapi_mappings = array( |
| 1574 |
); |
| 1575 |
protected $eventTimeType = 'Google_Service_Spectrum_EventTime'; |
| 1576 |
protected $eventTimeDataType = ''; |
| 1577 |
protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage'; |
| 1578 |
protected $spectraDataType = 'array'; |
| 1579 |
|
| 1580 |
|
| 1581 |
public function setEventTime(Google_Service_Spectrum_EventTime $eventTime) |
| 1582 |
{ |
| 1583 |
$this->eventTime = $eventTime; |
| 1584 |
} |
| 1585 |
public function getEventTime() |
| 1586 |
{ |
| 1587 |
return $this->eventTime; |
| 1588 |
} |
| 1589 |
public function setSpectra($spectra) |
| 1590 |
{ |
| 1591 |
$this->spectra = $spectra; |
| 1592 |
} |
| 1593 |
public function getSpectra() |
| 1594 |
{ |
| 1595 |
return $this->spectra; |
| 1596 |
} |
| 1597 |
} |
| 1598 |
|
| 1599 |
class Google_Service_Spectrum_Vcard extends Google_Model |
| 1600 |
{ |
| 1601 |
protected $internal_gapi_mappings = array( |
| 1602 |
); |
| 1603 |
protected $adrType = 'Google_Service_Spectrum_VcardAddress'; |
| 1604 |
protected $adrDataType = ''; |
| 1605 |
protected $emailType = 'Google_Service_Spectrum_VcardTypedText'; |
| 1606 |
protected $emailDataType = ''; |
| 1607 |
public $fn; |
| 1608 |
protected $orgType = 'Google_Service_Spectrum_VcardTypedText'; |
| 1609 |
protected $orgDataType = ''; |
| 1610 |
protected $telType = 'Google_Service_Spectrum_VcardTelephone'; |
| 1611 |
protected $telDataType = ''; |
| 1612 |
|
| 1613 |
|
| 1614 |
public function setAdr(Google_Service_Spectrum_VcardAddress $adr) |
| 1615 |
{ |
| 1616 |
$this->adr = $adr; |
| 1617 |
} |
| 1618 |
public function getAdr() |
| 1619 |
{ |
| 1620 |
return $this->adr; |
| 1621 |
} |
| 1622 |
public function setEmail(Google_Service_Spectrum_VcardTypedText $email) |
| 1623 |
{ |
| 1624 |
$this->email = $email; |
| 1625 |
} |
| 1626 |
public function getEmail() |
| 1627 |
{ |
| 1628 |
return $this->email; |
| 1629 |
} |
| 1630 |
public function setFn($fn) |
| 1631 |
{ |
| 1632 |
$this->fn = $fn; |
| 1633 |
} |
| 1634 |
public function getFn() |
| 1635 |
{ |
| 1636 |
return $this->fn; |
| 1637 |
} |
| 1638 |
public function setOrg(Google_Service_Spectrum_VcardTypedText $org) |
| 1639 |
{ |
| 1640 |
$this->org = $org; |
| 1641 |
} |
| 1642 |
public function getOrg() |
| 1643 |
{ |
| 1644 |
return $this->org; |
| 1645 |
} |
| 1646 |
public function setTel(Google_Service_Spectrum_VcardTelephone $tel) |
| 1647 |
{ |
| 1648 |
$this->tel = $tel; |
| 1649 |
} |
| 1650 |
public function getTel() |
| 1651 |
{ |
| 1652 |
return $this->tel; |
| 1653 |
} |
| 1654 |
} |
| 1655 |
|
| 1656 |
class Google_Service_Spectrum_VcardAddress extends Google_Model |
| 1657 |
{ |
| 1658 |
protected $internal_gapi_mappings = array( |
| 1659 |
); |
| 1660 |
public $code; |
| 1661 |
public $country; |
| 1662 |
public $locality; |
| 1663 |
public $pobox; |
| 1664 |
public $region; |
| 1665 |
public $street; |
| 1666 |
|
| 1667 |
|
| 1668 |
public function setCode($code) |
| 1669 |
{ |
| 1670 |
$this->code = $code; |
| 1671 |
} |
| 1672 |
public function getCode() |
| 1673 |
{ |
| 1674 |
return $this->code; |
| 1675 |
} |
| 1676 |
public function setCountry($country) |
| 1677 |
{ |
| 1678 |
$this->country = $country; |
| 1679 |
} |
| 1680 |
public function getCountry() |
| 1681 |
{ |
| 1682 |
return $this->country; |
| 1683 |
} |
| 1684 |
public function setLocality($locality) |
| 1685 |
{ |
| 1686 |
$this->locality = $locality; |
| 1687 |
} |
| 1688 |
public function getLocality() |
| 1689 |
{ |
| 1690 |
return $this->locality; |
| 1691 |
} |
| 1692 |
public function setPobox($pobox) |
| 1693 |
{ |
| 1694 |
$this->pobox = $pobox; |
| 1695 |
} |
| 1696 |
public function getPobox() |
| 1697 |
{ |
| 1698 |
return $this->pobox; |
| 1699 |
} |
| 1700 |
public function setRegion($region) |
| 1701 |
{ |
| 1702 |
$this->region = $region; |
| 1703 |
} |
| 1704 |
public function getRegion() |
| 1705 |
{ |
| 1706 |
return $this->region; |
| 1707 |
} |
| 1708 |
public function setStreet($street) |
| 1709 |
{ |
| 1710 |
$this->street = $street; |
| 1711 |
} |
| 1712 |
public function getStreet() |
| 1713 |
{ |
| 1714 |
return $this->street; |
| 1715 |
} |
| 1716 |
} |
| 1717 |
|
| 1718 |
class Google_Service_Spectrum_VcardTelephone extends Google_Model |
| 1719 |
{ |
| 1720 |
protected $internal_gapi_mappings = array( |
| 1721 |
); |
| 1722 |
public $uri; |
| 1723 |
|
| 1724 |
|
| 1725 |
public function setUri($uri) |
| 1726 |
{ |
| 1727 |
$this->uri = $uri; |
| 1728 |
} |
| 1729 |
public function getUri() |
| 1730 |
{ |
| 1731 |
return $this->uri; |
| 1732 |
} |
| 1733 |
} |
| 1734 |
|
| 1735 |
class Google_Service_Spectrum_VcardTypedText extends Google_Model |
| 1736 |
{ |
| 1737 |
protected $internal_gapi_mappings = array( |
| 1738 |
); |
| 1739 |
public $text; |
| 1740 |
|
| 1741 |
|
| 1742 |
public function setText($text) |
| 1743 |
{ |
| 1744 |
$this->text = $text; |
| 1745 |
} |
| 1746 |
public function getText() |
| 1747 |
{ |
| 1748 |
return $this->text; |
| 1749 |
} |
| 1750 |
} |
| 1751 |
|