Lines Matching full:install
20 use Google\Service\AndroidEnterprise\Install; alias
41 * @param string $installId The ID of the product represented by the install,
57 * @param string $installId The ID of the product represented by the install,
60 * @return Install
66 return $this->call('get', [$params], Install::class);
85 * Requests to install the latest version of an app to a device. If the app is
92 * @param string $installId The ID of the product represented by the install,
94 * @param Install $postBody
96 * @return Install
98 …public function update($enterpriseId, $userId, $deviceId, $installId, Install $postBody, $optParam…
102 return $this->call('update', [$params], Install::class);