Skip to content

Commit fdae09a

Browse files
committed
Updated Spectrum.php
1 parent 4b8adcd commit fdae09a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/Google/Service/Spectrum.php

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,7 @@ public function getUri()
256256

257257
class Google_Service_Spectrum_DbUpdateSpec extends Google_Collection
258258
{
259+
protected $collection_key = 'databases';
259260
protected $databasesType = 'Google_Service_Spectrum_DatabaseSpec';
260261
protected $databasesDataType = 'array';
261262

@@ -272,6 +273,7 @@ public function getDatabases()
272273

273274
class Google_Service_Spectrum_DeviceCapabilities extends Google_Collection
274275
{
276+
protected $collection_key = 'frequencyRanges';
275277
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
276278
protected $frequencyRangesDataType = 'array';
277279

@@ -288,6 +290,7 @@ public function getFrequencyRanges()
288290

289291
class Google_Service_Spectrum_DeviceDescriptor extends Google_Collection
290292
{
293+
protected $collection_key = 'rulesetIds';
291294
public $etsiEnDeviceCategory;
292295
public $etsiEnDeviceEmissionsClass;
293296
public $etsiEnDeviceType;
@@ -656,6 +659,7 @@ public function getLongitude()
656659

657660
class Google_Service_Spectrum_GeoLocationPolygon extends Google_Collection
658661
{
662+
protected $collection_key = 'exterior';
659663
protected $exteriorType = 'Google_Service_Spectrum_GeoLocationPoint';
660664
protected $exteriorDataType = 'array';
661665

@@ -672,6 +676,7 @@ public function getExterior()
672676

673677
class Google_Service_Spectrum_GeoSpectrumSchedule extends Google_Collection
674678
{
679+
protected $collection_key = 'spectrumSchedules';
675680
protected $locationType = 'Google_Service_Spectrum_GeoLocation';
676681
protected $locationDataType = '';
677682
protected $spectrumSchedulesType = 'Google_Service_Spectrum_SpectrumSchedule';
@@ -700,6 +705,7 @@ public function getSpectrumSchedules()
700705

701706
class Google_Service_Spectrum_PawsGetSpectrumBatchRequest extends Google_Collection
702707
{
708+
protected $collection_key = 'locations';
703709
protected $antennaType = 'Google_Service_Spectrum_AntennaCharacteristics';
704710
protected $antennaDataType = '';
705711
protected $capabilitiesType = 'Google_Service_Spectrum_DeviceCapabilities';
@@ -809,6 +815,7 @@ public function getVersion()
809815

810816
class Google_Service_Spectrum_PawsGetSpectrumBatchResponse extends Google_Collection
811817
{
818+
protected $collection_key = 'geoSpectrumSchedules';
812819
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
813820
protected $databaseChangeDataType = '';
814821
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
@@ -1047,6 +1054,7 @@ public function getVersion()
10471054

10481055
class Google_Service_Spectrum_PawsGetSpectrumResponse extends Google_Collection
10491056
{
1057+
protected $collection_key = 'spectrumSchedules';
10501058
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
10511059
protected $databaseChangeDataType = '';
10521060
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
@@ -1287,6 +1295,7 @@ public function getVersion()
12871295

12881296
class Google_Service_Spectrum_PawsNotifySpectrumUseRequest extends Google_Collection
12891297
{
1298+
protected $collection_key = 'spectra';
12901299
protected $deviceDescType = 'Google_Service_Spectrum_DeviceDescriptor';
12911300
protected $deviceDescDataType = '';
12921301
protected $locationType = 'Google_Service_Spectrum_GeoLocation';
@@ -1509,6 +1518,7 @@ public function getVersion()
15091518

15101519
class Google_Service_Spectrum_PawsVerifyDeviceRequest extends Google_Collection
15111520
{
1521+
protected $collection_key = 'deviceDescs';
15121522
protected $deviceDescsType = 'Google_Service_Spectrum_DeviceDescriptor';
15131523
protected $deviceDescsDataType = 'array';
15141524
public $type;
@@ -1547,6 +1557,7 @@ public function getVersion()
15471557

15481558
class Google_Service_Spectrum_PawsVerifyDeviceResponse extends Google_Collection
15491559
{
1560+
protected $collection_key = 'deviceValidities';
15501561
protected $databaseChangeType = 'Google_Service_Spectrum_DbUpdateSpec';
15511562
protected $databaseChangeDataType = '';
15521563
protected $deviceValiditiesType = 'Google_Service_Spectrum_DeviceValidity';
@@ -1608,6 +1619,7 @@ public function getVersion()
16081619

16091620
class Google_Service_Spectrum_RulesetInfo extends Google_Collection
16101621
{
1622+
protected $collection_key = 'rulesetIds';
16111623
public $authority;
16121624
public $maxLocationChange;
16131625
public $maxPollingSecs;
@@ -1656,6 +1668,7 @@ public function getRulesetIds()
16561668

16571669
class Google_Service_Spectrum_SpectrumMessage extends Google_Collection
16581670
{
1671+
protected $collection_key = 'frequencyRanges';
16591672
public $bandwidth;
16601673
protected $frequencyRangesType = 'Google_Service_Spectrum_FrequencyRange';
16611674
protected $frequencyRangesDataType = 'array';
@@ -1683,6 +1696,7 @@ public function getFrequencyRanges()
16831696

16841697
class Google_Service_Spectrum_SpectrumSchedule extends Google_Collection
16851698
{
1699+
protected $collection_key = 'spectra';
16861700
protected $eventTimeType = 'Google_Service_Spectrum_EventTime';
16871701
protected $eventTimeDataType = '';
16881702
protected $spectraType = 'Google_Service_Spectrum_SpectrumMessage';

0 commit comments

Comments
 (0)