Lines Matching full:device
25 use Google\Service\AndroidProvisioningPartner\Device; alias
38 * Applies a Configuration to the device to register the device for zero-touch
39 * enrollment. After applying a configuration to a device, the device
43 * @param string $parent Required. The customer managing the device. An API
56 * Gets the details of a device. (devices.get)
58 * @param string $name Required. The device to get. An API resource name in the
61 * @return Device
67 return $this->call('get', [$params], Device::class);
88 * Removes a configuration from device. (devices.removeConfiguration)
90 * @param string $parent Required. The customer managing the device in the
103 * Unclaims a device from a customer and removes it from zero-touch enrollment.
104 * After removing a device, a customer must contact their reseller to register
105 * the device into zero-touch enrollment again. (devices.unclaim)
107 * @param string $parent Required. The customer managing the device. An API