Home
last modified time | relevance | path

Searched refs:deviceId (Results 26 – 32 of 32) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DAndroidEnterprise.php94 'deviceId' => [
114 'deviceId' => [
134 'deviceId' => [
169 'deviceId' => [
189 'deviceId' => [
526 'deviceId' => [
551 'deviceId' => [
576 'deviceId' => [
596 'deviceId' => [
631 'deviceId' => [
[all …]
H A DDirectory.php257 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}',
265 'deviceId' => [
333 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}',
341 'deviceId' => [
352 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}',
360 'deviceId' => [
381 … 'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}:issueCommand',
389 'deviceId' => [
406 …'path' => 'admin/directory/v1/customer/{customerId}/devices/chromeos/{deviceId}/commands/{commandI…
414 'deviceId' => [
H A DAndroidProvisioningPartner.php357 'path' => 'v1/partners/{+metadataOwnerId}/devices/{+deviceId}/metadata',
365 'deviceId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DMobileDevice.php60 public $deviceId; variable in Google\\Service\\Directory\\MobileDevice
311 public function setDeviceId($deviceId) argument
313 $this->deviceId = $deviceId;
320 return $this->deviceId;
H A DChromeOsDevice.php54 public $deviceId; variable in Google\\Service\\Directory\\ChromeOsDevice
289 public function setDeviceId($deviceId) argument
291 $this->deviceId = $deviceId;
298 return $this->deviceId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/Resource/
H A DPartnersDevices.php129 * @param string $deviceId Required. The ID of the device.
134 …public function metadata($metadataOwnerId, $deviceId, UpdateDeviceMetadataRequest $postBody, $optP… argument
136 …$params = ['metadataOwnerId' => $metadataOwnerId, 'deviceId' => $deviceId, 'postBody' => $postBody…
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php32 * @param string $deviceId Immutable id of Chrome OS Device
76 * @param string $deviceId Immutable id of Chrome OS Device
97 * @param string $deviceId Immutable id of Chrome OS Device
1009 public $deviceId; variable in Google_ChromeOsDevice
1044 public function setDeviceId($deviceId) { argument
1045 $this->deviceId = $deviceId;
1048 return $this->deviceId;
1332 public $deviceId; variable in Google_MobileDevice
1352 public function setDeviceId($deviceId) { argument
1353 $this->deviceId = $deviceId;
[all …]

12