The "parents" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| listRasterCollectionsParents ($id, $optParams=array()) |
| Return all parent ids of the specified raster collection.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "parents" collection of methods.
Typical usage is: $mapsengineService = new Google_Service_MapsEngine(...); $parents = $mapsengineService->parents;
◆ 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
-
◆ listRasterCollectionsParents()
Google_Service_MapsEngine_RasterCollectionsParents_Resource::listRasterCollectionsParents |
( |
| $id, |
|
|
| $optParams = array() ) |
Return all parent ids of the specified raster collection.
(parents.listRasterCollectionsParents)
- Parameters
-
string | $id | The ID of the raster collection whose parents will be listed. |
array | $optParams | Optional parameters. |
@opt_param string pageToken The continuation token, used to page through large result sets. To get the next page of results, set this parameter to the value of nextPageToken from the previous response. @opt_param string maxResults The maximum number of items to include in a single response page. The maximum supported value is 50.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/MapsEngine.php