Home
last modified time | relevance | path

Searched refs:chromeosdevices (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DChromeOsDevices.php41 public function setChromeosdevices($chromeosdevices) argument
43 $this->chromeosdevices = $chromeosdevices;
50 return $this->chromeosdevices;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php919 public $chromeosdevices; variable in Google_DirectoryService
939 …$this->chromeosdevices = new Google_ChromeosdevicesServiceResource($this, $this->serviceName, 'chr…
1151 public $chromeosdevices; variable in Google_ChromeOsDevices
1154 public function setChromeosdevices(/* array(Google_ChromeOsDevice) */ $chromeosdevices) { argument
1155 $this->assertIsArray($chromeosdevices, 'Google_ChromeOsDevice', __METHOD__);
1156 $this->chromeosdevices = $chromeosdevices;
1159 return $this->chromeosdevices;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php129 public $chromeosdevices; variable in Google\\Service\\Directory
238 'chromeosdevices',