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 placeholder table 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_TablesFiles_Resource::insert |
( |
| $id, |
|
|
| $filename, |
|
|
| $optParams = array() ) |
Upload a file to a placeholder table asset.
See Table Upload in the Developer's Guide for more information. Supported file types are listed in the Supported data formats and limits article of the Google Maps Engine help center. (files.insert)
- Parameters
-
string | $id | The ID of the table 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