Lines Matching full:device
22 use Google\Service\AndroidManagement\Device; alias
37 * Deletes a device. This operation wipes the device. (devices.delete)
39 * @param string $name The name of the device in the form
43 * @opt_param string wipeDataFlags Optional flags that control the device wiping
58 * Gets a device. (devices.get)
60 * @param string $name The name of the device in the form
63 * @return Device
69 return $this->call('get', [$params], Device::class);
72 * Issues a command to a device. The Operation resource returned contains a
76 * @param string $name The name of the device in the form
108 * Updates a device. (devices.patch)
110 * @param string $name The name of the device in the form
112 * @param Device $postBody
117 * @return Device
119 public function patch($name, Device $postBody, $optParams = [])
123 return $this->call('patch', [$params], Device::class);