Lines Matching refs:Google_ChromeOsDevice
36 * @return Google_ChromeOsDevice
43 return new Google_ChromeOsDevice($data);
77 * @param Google_ChromeOsDevice $postBody
81 * @return Google_ChromeOsDevice
83 …public function patch($customerId, $deviceId, Google_ChromeOsDevice $postBody, $optParams = array(…
88 return new Google_ChromeOsDevice($data);
98 * @param Google_ChromeOsDevice $postBody
102 * @return Google_ChromeOsDevice
104 …public function update($customerId, $deviceId, Google_ChromeOsDevice $postBody, $optParams = array…
109 return new Google_ChromeOsDevice($data);
1005 class Google_ChromeOsDevice extends Google_Model { class