Class Google_Service_Drive_Apps_Resource
The "apps" collection of methods. Typical usage is:
$driveService = new Google_Service_Drive(...);
$apps = $driveService->apps;
-
Google_Service_Resource
-
Google_Service_Drive_Apps_Resource
Located at Drive.php
Methods summary
public
Google_Service_Drive_App
|
#
get( string $appId, array $optParams = array() )
Gets a specific app. (apps.get)
Gets a specific app. (apps.get)
Parameters
- $appId
- The ID of the app.
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_Drive_AppList
|
#
listApps( array $optParams = array() )
Lists a user's installed apps. (apps.listApps)
Lists a user's installed apps. (apps.listApps)
Parameters
- $optParams
- Optional parameters.
Returns
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.
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.
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/).
|