The "layers" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($volumeId, $summaryId, $optParams=array()) |
| Gets the layer summary for a volume.
|
|
| listLayers ($volumeId, $optParams=array()) |
| List the layer summaries for a volume.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "layers" collection of methods.
Typical usage is: $booksService = new Google_Service_Books(...); $layers = $booksService->layers;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ get()
Google_Service_Books_Layers_Resource::get |
( |
| $volumeId, |
|
|
| $summaryId, |
|
|
| $optParams = array() ) |
Gets the layer summary for a volume.
(layers.get)
- Parameters
-
string | $volumeId | The volume to retrieve layers for. |
string | $summaryId | The ID for the layer to get the summary for. |
array | $optParams | Optional parameters. |
@opt_param string source String to identify the originator of this request. @opt_param string contentVersion The content version for the requested volume.
- Return values
-
◆ listLayers()
Google_Service_Books_Layers_Resource::listLayers |
( |
| $volumeId, |
|
|
| $optParams = array() ) |
List the layer summaries for a volume.
(layers.listLayers)
- Parameters
-
string | $volumeId | The volume to retrieve layers for. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The value of the nextToken from the previous page. @opt_param string contentVersion The content version for the requested volume. @opt_param string maxResults Maximum number of results to return @opt_param string source String to identify the originator of this request.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Books.php