Home
last modified time | relevance | path

Searched refs:deviceId (Results 26 – 32 of 32) sorted by last modified time

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DSuspiciousActivitySecurityDetail.php25 public $deviceId; variable in Google\\Service\\AlertCenter\\SuspiciousActivitySecurityDetail
62 public function setDeviceId($deviceId) argument
64 $this->deviceId = $deviceId;
71 return $this->deviceId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DCustomerDevicesChromeosCommands.php37 * @param string $deviceId Immutable. Immutable ID of Chrome OS Device.
42 public function get($customerId, $deviceId, $commandId, $optParams = []) argument
44 $params = ['customerId' => $customerId, 'deviceId' => $deviceId, 'commandId' => $commandId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/
H A DAgentOtherDeviceId.php29 public $deviceId; variable in Google\\Service\\HomeGraphService\\AgentOtherDeviceId
48 public function setDeviceId($deviceId) argument
50 $this->deviceId = $deviceId;
57 return $this->deviceId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeManagement/
H A DGoogleChromeManagementV1Device.php25 public $deviceId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1Device
34 public function setDeviceId($deviceId) argument
36 $this->deviceId = $deviceId;
43 return $this->deviceId;
H A DGoogleChromeManagementV1TelemetryDevice.php40 public $deviceId; variable in Google\\Service\\ChromeManagement\\GoogleChromeManagementV1TelemetryDevice
157 public function setDeviceId($deviceId) argument
159 $this->deviceId = $deviceId;
166 return $this->deviceId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DDevice.php32 public $deviceId; variable in Google\\Service\\AndroidProvisioningPartner\\Device
73 public function setDeviceId($deviceId) argument
75 $this->deviceId = $deviceId;
82 return $this->deviceId;
/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