Myconfig
class Myconfig extends Resource (View source)
The "myconfig" collection of methods.
Typical usage is:
$booksService = new Google\Service\Books(...);
$myconfig = $booksService->myconfig;
Methods
Gets the current settings for the user. (myconfig.getUserSettings)
Release downloaded content access restriction.
Request concurrent and download access restrictions. (myconfig.requestAccess)
Request downloaded content access for specified volumes on the My eBooks shelf. (myconfig.syncVolumeLicenses)
Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub- objects will retain the existing value. (myconfig.updateUserSettings)
Details
Usersettings
getUserSettings(array $optParams = [])
Gets the current settings for the user. (myconfig.getUserSettings)
DownloadAccesses
releaseDownloadAccess(string $cpksver, string|array $volumeIds, array $optParams = [])
Release downloaded content access restriction.
(myconfig.releaseDownloadAccess)
RequestAccessData
requestAccess(string $cpksver, string $nonce, string $source, string $volumeId, array $optParams = [])
Request concurrent and download access restrictions. (myconfig.requestAccess)
Volumes
syncVolumeLicenses(string $cpksver, string $nonce, string $source, array $optParams = [])
Request downloaded content access for specified volumes on the My eBooks shelf. (myconfig.syncVolumeLicenses)
Usersettings
updateUserSettings(Usersettings $postBody, array $optParams = [])
Sets the settings for the user. If a sub-object is specified, it will overwrite the existing sub-object stored in the server. Unspecified sub- objects will retain the existing value. (myconfig.updateUserSettings)