Lines Matching refs:customerId

48    * @param string $customerId The unique ID for the customer's Google Workspace
59 public function action($customerId, $resourceId, ChromeOsDeviceAction $postBody, $optParams = []) argument
61 $params = ['customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody];
68 * @param string $customerId The unique ID for the customer's Google Workspace
82 public function get($customerId, $deviceId, $optParams = []) argument
84 $params = ['customerId' => $customerId, 'deviceId' => $deviceId];
92 * @param string $customerId The unique ID for the customer's Google Workspace
117 public function listChromeosdevices($customerId, $optParams = []) argument
119 $params = ['customerId' => $customerId];
127 * @param string $customerId Immutable ID of the Google Workspace account
133 …public function moveDevicesToOu($customerId, $orgUnitPath, ChromeOsMoveDevicesToOu $postBody, $opt… argument
135 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBody];
145 * @param string $customerId The unique ID for the customer's Google Workspace
160 public function patch($customerId, $deviceId, ChromeOsDevice $postBody, $optParams = []) argument
162 $params = ['customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody];
171 * @param string $customerId The unique ID for the customer's Google Workspace
186 public function update($customerId, $deviceId, ChromeOsDevice $postBody, $optParams = []) argument
188 $params = ['customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody];