The "apps" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($appId, $optParams=array()) |
| Gets a specific app.
|
|
| listApps ($optParams=array()) |
| Lists a user's installed apps.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "apps" collection of methods.
Typical usage is: $driveService = new Google_Service_Drive(...); $apps = $driveService->apps;
◆ 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_Drive_Apps_Resource::get |
( |
| $appId, |
|
|
| $optParams = array() ) |
Gets a specific app.
(apps.get)
- Parameters
-
string | $appId | The ID of the app. |
array | $optParams | Optional parameters. |
- Return values
-
◆ listApps()
Google_Service_Drive_Apps_Resource::listApps |
( |
| $optParams = array() | ) |
|
Lists a user's installed apps.
(apps.listApps)
- Parameters
-
array | $optParams | Optional parameters. |
@opt_param string languageCode A language or locale code, as defined by BCP 47, with some extensions from Unicode's LDML format (http://www.unicode.org/reports/tr35/). @opt_param string appFilterExtensions A comma-separated list of file extensions for open with filtering. All apps within the given app query scope which can open any of the given file extensions will be included in the response. If appFilterMimeTypes are provided as well, the result is a union of the two resulting app lists. @opt_param string appFilterMimeTypes A comma-separated list of MIME types for open with filtering. All apps within the given app query scope which can open any of the given MIME types will be included in the response. If appFilterExtensions are provided as well, the result is a union of the two resulting app lists.
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Drive.php