The "files" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| insert ($id, $filename, $optParams=array()) |
| Upload a file to a raster asset.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "files" collection of methods.
Typical usage is: $mapsengineService = new Google_Service_MapsEngine(...); $files = $mapsengineService->files;
◆ 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
-
◆ insert()
Google_Service_MapsEngine_RastersFiles_Resource::insert |
( |
| $id, |
|
|
| $filename, |
|
|
| $optParams = array() ) |
Upload a file to a raster asset.
(files.insert)
- Parameters
-
string | $id | The ID of the raster asset. |
string | $filename | The file name of this uploaded file. |
array | $optParams | Optional parameters. |
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/MapsEngine.php