class CustomerDevicesChromeos extends Resource (View source)

The "chromeos" collection of methods.

Typical usage is:

 $adminService = new Google\Service\Directory(...);
 $chromeos = $adminService->customer_devices_chromeos;

Methods

batchChangeStatus(string $customerId, BatchChangeChromeOsDeviceStatusRequest $postBody, array $optParams = [])

Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state Repair, repurpose, or retire ChromeOS devices.

issueCommand(string $customerId, string $deviceId, DirectoryChromeosdevicesIssueCommandRequest $postBody, array $optParams = [])

Issues a command for the device to execute. (chromeos.issueCommand)

Details

BatchChangeChromeOsDeviceStatusResponse batchChangeStatus(string $customerId, BatchChangeChromeOsDeviceStatusRequest $postBody, array $optParams = [])

Changes the status of a batch of ChromeOS devices. For more information about changing a ChromeOS device state Repair, repurpose, or retire ChromeOS devices.

(chromeos.batchChangeStatus)

Parameters

string $customerId

Required. Immutable ID of the Google Workspace account.

BatchChangeChromeOsDeviceStatusRequest $postBody
array $optParams

Optional parameters.

Return Value

BatchChangeChromeOsDeviceStatusResponse

Exceptions

Exception

DirectoryChromeosdevicesIssueCommandResponse issueCommand(string $customerId, string $deviceId, DirectoryChromeosdevicesIssueCommandRequest $postBody, array $optParams = [])

Issues a command for the device to execute. (chromeos.issueCommand)

Parameters

string $customerId

Immutable. ID of the Google Workspace account.

string $deviceId

Immutable. ID of Chrome OS Device.

DirectoryChromeosdevicesIssueCommandRequest $postBody
array $optParams

Optional parameters.

Return Value

DirectoryChromeosdevicesIssueCommandResponse

Exceptions

Exception