The "installs" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($enterpriseId, $userId, $deviceId, $installId, $optParams=array()) |
| Requests to remove an app from a device.
|
|
| get ($enterpriseId, $userId, $deviceId, $installId, $optParams=array()) |
| Retrieves details of an installation of an app on a device.
|
|
| listInstalls ($enterpriseId, $userId, $deviceId, $optParams=array()) |
| Retrieves the details of all apps installed on the specified device.
|
|
| patch ($enterpriseId, $userId, $deviceId, $installId, Google_Service_AndroidEnterprise_Install $postBody, $optParams=array()) |
| Requests to install the latest version of an app to a device.
|
|
| update ($enterpriseId, $userId, $deviceId, $installId, Google_Service_AndroidEnterprise_Install $postBody, $optParams=array()) |
| Requests to install the latest version of an app to a device.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "installs" collection of methods.
Typical usage is: $androidenterpriseService = new Google_Service_AndroidEnterprise(...); $installs = $androidenterpriseService->installs;
◆ 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
-
◆ delete()
Google_Service_AndroidEnterprise_Installs_Resource::delete |
( |
| $enterpriseId, |
|
|
| $userId, |
|
|
| $deviceId, |
|
|
| $installId, |
|
|
| $optParams = array() ) |
Requests to remove an app from a device.
A call to get or list will still show the app as installed on the device until it is actually removed. (installs.delete)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
string | $deviceId | The Android ID of the device. |
string | $installId | The ID of the product represented by the install, e.g. "app:com.google.android.gm". |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_AndroidEnterprise_Installs_Resource::get |
( |
| $enterpriseId, |
|
|
| $userId, |
|
|
| $deviceId, |
|
|
| $installId, |
|
|
| $optParams = array() ) |
Retrieves details of an installation of an app on a device.
(installs.get)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
string | $deviceId | The Android ID of the device. |
string | $installId | The ID of the product represented by the install, e.g. "app:com.google.android.gm". |
array | $optParams | Optional parameters. |
- Return values
-
◆ listInstalls()
Google_Service_AndroidEnterprise_Installs_Resource::listInstalls |
( |
| $enterpriseId, |
|
|
| $userId, |
|
|
| $deviceId, |
|
|
| $optParams = array() ) |
Retrieves the details of all apps installed on the specified device.
(installs.listInstalls)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
string | $deviceId | The Android ID of the device. |
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Requests to install the latest version of an app to a device.
If the app is already installed then it is updated to the latest version if necessary. This method supports patch semantics. (installs.patch)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
string | $deviceId | The Android ID of the device. |
string | $installId | The ID of the product represented by the install, e.g. "app:com.google.android.gm". |
Google_Install | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Requests to install the latest version of an app to a device.
If the app is already installed then it is updated to the latest version if necessary. (installs.update)
- Parameters
-
string | $enterpriseId | The ID of the enterprise. |
string | $userId | The ID of the user. |
string | $deviceId | The Android ID of the device. |
string | $installId | The ID of the product represented by the install, e.g. "app:com.google.android.gm". |
Google_Install | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/AndroidEnterprise.php