Skip to content

Commit ecb1c12

Browse files
committed
Updated Books.php
1 parent 5a794f7 commit ecb1c12

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/Google/Service/Books.php

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2476,6 +2476,7 @@ public function listVolumesUseruploaded($optParams = array())
24762476

24772477
class Google_Service_Books_Annotation extends Google_Collection
24782478
{
2479+
protected $collection_key = 'pageIds';
24792480
public $afterSelectedText;
24802481
public $beforeSelectedText;
24812482
protected $clientVersionRangesType = 'Google_Service_Books_AnnotationClientVersionRanges';
@@ -2936,6 +2937,7 @@ public function getVolumeId()
29362937

29372938
class Google_Service_Books_Annotations extends Google_Collection
29382939
{
2940+
protected $collection_key = 'items';
29392941
protected $itemsType = 'Google_Service_Books_Annotation';
29402942
protected $itemsDataType = 'array';
29412943
public $kind;
@@ -2985,6 +2987,7 @@ public function getTotalItems()
29852987

29862988
class Google_Service_Books_AnnotationsSummary extends Google_Collection
29872989
{
2990+
protected $collection_key = 'layers';
29882991
public $kind;
29892992
protected $layersType = 'Google_Service_Books_AnnotationsSummaryLayers';
29902993
protected $layersDataType = 'array';
@@ -3071,6 +3074,7 @@ public function getUpdated()
30713074

30723075
class Google_Service_Books_Annotationsdata extends Google_Collection
30733076
{
3077+
protected $collection_key = 'items';
30743078
protected $itemsType = 'Google_Service_Books_Annotationdata';
30753079
protected $itemsDataType = 'array';
30763080
public $kind;
@@ -3345,6 +3349,7 @@ public function getVolumesLastUpdated()
33453349

33463350
class Google_Service_Books_Bookshelves extends Google_Collection
33473351
{
3352+
protected $collection_key = 'items';
33483353
protected $itemsType = 'Google_Service_Books_Bookshelf';
33493354
protected $itemsDataType = 'array';
33503355
public $kind;
@@ -3551,6 +3556,7 @@ public function getTitle()
35513556

35523557
class Google_Service_Books_DictlayerdataDict extends Google_Collection
35533558
{
3559+
protected $collection_key = 'words';
35543560
protected $sourceType = 'Google_Service_Books_DictlayerdataDictSource';
35553561
protected $sourceDataType = '';
35563562
protected $wordsType = 'Google_Service_Books_DictlayerdataDictWords';
@@ -3605,6 +3611,7 @@ public function getUrl()
36053611

36063612
class Google_Service_Books_DictlayerdataDictWords extends Google_Collection
36073613
{
3614+
protected $collection_key = 'senses';
36083615
protected $derivativesType = 'Google_Service_Books_DictlayerdataDictWordsDerivatives';
36093616
protected $derivativesDataType = 'array';
36103617
protected $examplesType = 'Google_Service_Books_DictlayerdataDictWordsExamples';
@@ -3763,6 +3770,7 @@ public function getUrl()
37633770

37643771
class Google_Service_Books_DictlayerdataDictWordsSenses extends Google_Collection
37653772
{
3773+
protected $collection_key = 'synonyms';
37663774
protected $conjugationsType = 'Google_Service_Books_DictlayerdataDictWordsSensesConjugations';
37673775
protected $conjugationsDataType = 'array';
37683776
protected $definitionsType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitions';
@@ -3885,6 +3893,7 @@ public function getValue()
38853893

38863894
class Google_Service_Books_DictlayerdataDictWordsSensesDefinitions extends Google_Collection
38873895
{
3896+
protected $collection_key = 'examples';
38883897
public $definition;
38893898
protected $examplesType = 'Google_Service_Books_DictlayerdataDictWordsSensesDefinitionsExamples';
38903899
protected $examplesDataType = 'array';
@@ -4206,6 +4215,7 @@ public function getVolumeId()
42064215

42074216
class Google_Service_Books_DownloadAccesses extends Google_Collection
42084217
{
4218+
protected $collection_key = 'downloadAccessList';
42094219
protected $downloadAccessListType = 'Google_Service_Books_DownloadAccessRestriction';
42104220
protected $downloadAccessListDataType = 'array';
42114221
public $kind;
@@ -4331,6 +4341,7 @@ public function getTitle()
43314341

43324342
class Google_Service_Books_GeolayerdataGeo extends Google_Collection
43334343
{
4344+
protected $collection_key = 'boundary';
43344345
protected $boundaryType = 'Google_Service_Books_GeolayerdataGeoBoundary';
43354346
protected $boundaryDataType = 'array';
43364347
public $cachePolicy;
@@ -4531,6 +4542,7 @@ public function getLongitude()
45314542

45324543
class Google_Service_Books_Layersummaries extends Google_Collection
45334544
{
4545+
protected $collection_key = 'items';
45344546
protected $itemsType = 'Google_Service_Books_Layersummary';
45354547
protected $itemsDataType = 'array';
45364548
public $kind;
@@ -4569,6 +4581,7 @@ public function getTotalItems()
45694581

45704582
class Google_Service_Books_Layersummary extends Google_Collection
45714583
{
4584+
protected $collection_key = 'annotationTypes';
45724585
public $annotationCount;
45734586
public $annotationTypes;
45744587
public $annotationsDataLink;
@@ -4716,6 +4729,7 @@ public function getVolumeId()
47164729

47174730
class Google_Service_Books_Offers extends Google_Collection
47184731
{
4732+
protected $collection_key = 'items';
47194733
protected $itemsType = 'Google_Service_Books_OffersItems';
47204734
protected $itemsDataType = 'array';
47214735
public $kind;
@@ -4743,6 +4757,7 @@ public function getKind()
47434757

47444758
class Google_Service_Books_OffersItems extends Google_Collection
47454759
{
4760+
protected $collection_key = 'items';
47464761
public $artUrl;
47474762
public $id;
47484763
protected $itemsType = 'Google_Service_Books_OffersItemsItems';
@@ -5506,6 +5521,7 @@ public function getIsAvailable()
55065521

55075522
class Google_Service_Books_VolumeLayerInfo extends Google_Collection
55085523
{
5524+
protected $collection_key = 'layers';
55095525
protected $layersType = 'Google_Service_Books_VolumeLayerInfoLayers';
55105526
protected $layersDataType = 'array';
55115527

@@ -5563,6 +5579,7 @@ public function getExplanation()
55635579

55645580
class Google_Service_Books_VolumeSaleInfo extends Google_Collection
55655581
{
5582+
protected $collection_key = 'offers';
55665583
public $buyLink;
55675584
public $country;
55685585
public $isEbook;
@@ -6073,6 +6090,7 @@ public function getProcessingState()
60736090

60746091
class Google_Service_Books_VolumeVolumeInfo extends Google_Collection
60756092
{
6093+
protected $collection_key = 'industryIdentifiers';
60766094
public $authors;
60776095
public $averageRating;
60786096
public $canonicalVolumeLink;
@@ -6455,6 +6473,7 @@ public function getType()
64556473

64566474
class Google_Service_Books_Volumeannotation extends Google_Collection
64576475
{
6476+
protected $collection_key = 'pageIds';
64586477
public $annotationDataId;
64596478
public $annotationDataLink;
64606479
public $annotationType;
@@ -6665,6 +6684,7 @@ public function getGbTextRange()
66656684

66666685
class Google_Service_Books_Volumeannotations extends Google_Collection
66676686
{
6687+
protected $collection_key = 'items';
66686688
protected $itemsType = 'Google_Service_Books_Volumeannotation';
66696689
protected $itemsDataType = 'array';
66706690
public $kind;
@@ -6725,6 +6745,7 @@ public function getVersion()
67256745

67266746
class Google_Service_Books_Volumes extends Google_Collection
67276747
{
6748+
protected $collection_key = 'items';
67286749
protected $itemsType = 'Google_Service_Books_Volume';
67296750
protected $itemsDataType = 'array';
67306751
public $kind;

0 commit comments

Comments
 (0)