Google_Service_Books
extends Google_Service
in package
Service definition for Books (v1).
The Google Books API allows clients to access the Google Books repository.
For more information about this service, see the API Documentation
Tags
Table of Contents
- BOOKS = "https://www.googleapis.com/auth/books"
- Manage your books.
- $availableScopes : mixed
- $batchPath : mixed
- $bookshelves : mixed
- $bookshelves_volumes : mixed
- $cloudloading : mixed
- $dictionary : mixed
- $familysharing : mixed
- $layers : mixed
- $layers_annotationData : mixed
- $layers_volumeAnnotations : mixed
- $myconfig : mixed
- $mylibrary_annotations : mixed
- $mylibrary_bookshelves : mixed
- $mylibrary_bookshelves_volumes : mixed
- $mylibrary_readingpositions : mixed
- $notification : mixed
- $onboarding : mixed
- $personalizedstream : mixed
- $promooffer : mixed
- $resource : mixed
- $rootUrl : mixed
- $series : mixed
- $series_membership : mixed
- $servicePath : mixed
- $version : mixed
- $volumes : mixed
- $volumes_associated : mixed
- $volumes_mybooks : mixed
- $volumes_recommended : mixed
- $volumes_useruploaded : mixed
- $client : mixed
- __construct() : mixed
- Constructs the internal representation of the Books service.
- createBatch() : Google_Http_Batch
- Create a new HTTP Batch handler for this service
- getClient() : Google_Client
- Return the associated Google_Client class.
Constants
BOOKS
Manage your books.
public
mixed
BOOKS
= "https://www.googleapis.com/auth/books"
Properties
$availableScopes
public
mixed
$availableScopes
$batchPath
public
mixed
$batchPath
$bookshelves
public
mixed
$bookshelves
$bookshelves_volumes
public
mixed
$bookshelves_volumes
$cloudloading
public
mixed
$cloudloading
$dictionary
public
mixed
$dictionary
$familysharing
public
mixed
$familysharing
$layers
public
mixed
$layers
$layers_annotationData
public
mixed
$layers_annotationData
$layers_volumeAnnotations
public
mixed
$layers_volumeAnnotations
$myconfig
public
mixed
$myconfig
$mylibrary_annotations
public
mixed
$mylibrary_annotations
$mylibrary_bookshelves
public
mixed
$mylibrary_bookshelves
$mylibrary_bookshelves_volumes
public
mixed
$mylibrary_bookshelves_volumes
$mylibrary_readingpositions
public
mixed
$mylibrary_readingpositions
$notification
public
mixed
$notification
$onboarding
public
mixed
$onboarding
$personalizedstream
public
mixed
$personalizedstream
$promooffer
public
mixed
$promooffer
$resource
public
mixed
$resource
$rootUrl
public
mixed
$rootUrl
$series
public
mixed
$series
$series_membership
public
mixed
$series_membership
$servicePath
public
mixed
$servicePath
$version
public
mixed
$version
$volumes
public
mixed
$volumes
$volumes_associated
public
mixed
$volumes_associated
$volumes_mybooks
public
mixed
$volumes_mybooks
$volumes_recommended
public
mixed
$volumes_recommended
$volumes_useruploaded
public
mixed
$volumes_useruploaded
$client
private
mixed
$client
Methods
__construct()
Constructs the internal representation of the Books service.
public
__construct(Google_Client $client[, string $rootUrl = null ]) : mixed
Parameters
- $client : Google_Client
-
The client used to deliver requests.
- $rootUrl : string = null
-
The root URL used for requests to the service.
Return values
mixed —createBatch()
Create a new HTTP Batch handler for this service
public
createBatch() : Google_Http_Batch
Return values
Google_Http_Batch —getClient()
Return the associated Google_Client class.
public
getClient() : Google_Client