Skip to content

Commit 186afd7

Browse files
committed
Updated Books.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent e43b207 commit 186afd7

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

src/Google/Service/Books.php

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1834,8 +1834,9 @@ public function syncVolumeLicenses($source, $nonce, $cpksver, $optParams = array
18341834
}
18351835

18361836
/**
1837-
* Sets the settings for the user. Unspecified sub-objects will retain the
1838-
* existing value. (myconfig.updateUserSettings)
1837+
* Sets the settings for the user. If a sub-object is specified, it will
1838+
* overwrite the existing sub-object stored in the server. Unspecified sub-
1839+
* objects will retain the existing value. (myconfig.updateUserSettings)
18391840
*
18401841
* @param Google_Usersettings $postBody
18411842
* @param array $optParams Optional parameters.
@@ -6092,6 +6093,7 @@ class Google_Service_Books_VolumeVolumeInfo extends Google_Collection
60926093
public $infoLink;
60936094
public $language;
60946095
public $mainCategory;
6096+
public $maturityRating;
60956097
public $pageCount;
60966098
public $previewLink;
60976099
public $printType;
@@ -6201,6 +6203,14 @@ public function getMainCategory()
62016203
{
62026204
return $this->mainCategory;
62036205
}
6206+
public function setMaturityRating($maturityRating)
6207+
{
6208+
$this->maturityRating = $maturityRating;
6209+
}
6210+
public function getMaturityRating()
6211+
{
6212+
return $this->maturityRating;
6213+
}
62046214
public function setPageCount($pageCount)
62056215
{
62066216
$this->pageCount = $pageCount;

0 commit comments

Comments
 (0)