Lines Matching refs:customerId

31      * @param string $customerId Immutable id of the Google Apps account
38 public function get($customerId, $deviceId, $optParams = array()) { argument
39 $params = array('customerId' => $customerId, 'deviceId' => $deviceId);
51 * @param string $customerId Immutable id of the Google Apps account
62 public function listChromeosdevices($customerId, $optParams = array()) { argument
63 $params = array('customerId' => $customerId);
75 * @param string $customerId Immutable id of the Google Apps account
83 …public function patch($customerId, $deviceId, Google_ChromeOsDevice $postBody, $optParams = array(… argument
84 … $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
96 * @param string $customerId Immutable id of the Google Apps account
104 …public function update($customerId, $deviceId, Google_ChromeOsDevice $postBody, $optParams = array… argument
105 … $params = array('customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody);
430 * @param string $customerId Immutable id of the Google Apps account
435 …public function action($customerId, $resourceId, Google_MobileDeviceAction $postBody, $optParams =… argument
436 …$params = array('customerId' => $customerId, 'resourceId' => $resourceId, 'postBody' => $postBody);
444 * @param string $customerId Immutable id of the Google Apps account
448 public function delete($customerId, $resourceId, $optParams = array()) { argument
449 $params = array('customerId' => $customerId, 'resourceId' => $resourceId);
457 * @param string $customerId Immutable id of the Google Apps account
464 public function get($customerId, $resourceId, $optParams = array()) { argument
465 $params = array('customerId' => $customerId, 'resourceId' => $resourceId);
477 * @param string $customerId Immutable id of the Google Apps account
488 public function listMobiledevices($customerId, $optParams = array()) { argument
489 $params = array('customerId' => $customerId);
514 * @param string $customerId Immutable id of the Google Apps account
518 public function delete($customerId, $orgUnitPath, $optParams = array()) { argument
519 $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
527 * @param string $customerId Immutable id of the Google Apps account
532 public function get($customerId, $orgUnitPath, $optParams = array()) { argument
533 $params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath);
545 * @param string $customerId Immutable id of the Google Apps account
550 public function insert($customerId, Google_OrgUnit $postBody, $optParams = array()) { argument
551 $params = array('customerId' => $customerId, 'postBody' => $postBody);
563 * @param string $customerId Immutable id of the Google Apps account
570 public function listOrgunits($customerId, $optParams = array()) { argument
571 $params = array('customerId' => $customerId);
583 * @param string $customerId Immutable id of the Google Apps account
589 … public function patch($customerId, $orgUnitPath, Google_OrgUnit $postBody, $optParams = array()) { argument
590 …$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBod…
602 * @param string $customerId Immutable id of the Google Apps account
608 …public function update($customerId, $orgUnitPath, Google_OrgUnit $postBody, $optParams = array()) { argument
609 …$params = array('customerId' => $customerId, 'orgUnitPath' => $orgUnitPath, 'postBody' => $postBod…
1583 public $customerId; variable in Google_User
1653 public function setCustomerId($customerId) { argument
1654 $this->customerId = $customerId;
1657 return $this->customerId;