Home
last modified time | relevance | path

Searched refs:customerId (Results 26 – 39 of 39) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlert.php33 public $customerId; variable in Google\\Service\\AlertCenter\\Alert
104 public function setCustomerId($customerId) argument
106 $this->customerId = $customerId;
113 return $this->customerId;
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php31 * @param string $customerId Immutable id of the Google Apps account
38 public function get($customerId, $deviceId, $optParams = array()) { argument
51 * @param string $customerId Immutable id of the Google Apps account
63 $params = array('customerId' => $customerId);
75 * @param string $customerId Immutable id of the Google Apps account
489 $params = array('customerId' => $customerId);
571 $params = array('customerId' => $customerId);
1583 public $customerId; variable in Google_User
1653 public function setCustomerId($customerId) { argument
1654 $this->customerId = $customerId;
[all …]
H A DGoogle_ReportsService.php332 public $customerId; variable in Google_ActivityId
341 public function setCustomerId( $customerId) { argument
342 $this->customerId = $customerId;
345 return $this->customerId;
398 public $customerId; variable in Google_UsageReportEntity
402 public function setCustomerId( $customerId) { argument
403 $this->customerId = $customerId;
406 return $this->customerId;
H A DGoogle_LicensingService.php83 …* @param string $customerId CustomerId represents the customer for whom licenseassignments are que…
90 public function listForProduct($productId, $customerId, $optParams = array()) { argument
91 $params = array('productId' => $productId, 'customerId' => $customerId);
106 …* @param string $customerId CustomerId represents the customer for whom licenseassignments are que…
113 public function listForProductAndSku($productId, $skuId, $customerId, $optParams = array()) { argument
114 $params = array('productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php245 'customerId' => [
260 'customerId' => [
279 'customerId' => [
321 'customerId' => [
336 'customerId' => [
355 'customerId' => [
384 'customerId' => [
409 'customerId' => [
990 'customerId' => [
1005 'customerId' => [
[all …]
H A DReports.php92 'customerId' => [
147 'customerId' => [
217 'customerId' => [
259 'customerId' => [
304 'customerId' => [
H A DDataTransfer.php85 'customerId' => [
126 'customerId' => [
H A DLicensing.php130 'customerId' => [
158 'customerId' => [
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DCustomerDevicesChromeosCommands.php35 * @param string $customerId Immutable. Immutable ID of the Google Workspace
42 public function get($customerId, $deviceId, $commandId, $optParams = []) argument
44 $params = ['customerId' => $customerId, 'deviceId' => $deviceId, 'commandId' => $commandId];
H A DCustomerDevicesChromeos.php36 * @param string $customerId Immutable. Immutable ID of the Google Workspace
43 …public function issueCommand($customerId, $deviceId, DirectoryChromeosdevicesIssueCommandRequest $… argument
45 $params = ['customerId' => $customerId, 'deviceId' => $deviceId, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DSubscription.php38 public $customerId; variable in Google\\Service\\Reseller\\Subscription
131 public function setCustomerId($customerId) argument
133 $this->customerId = $customerId;
140 return $this->customerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUser.php54 public $customerId; variable in Google\\Service\\Directory\\User
307 public function setCustomerId($customerId) argument
309 $this->customerId = $customerId;
316 return $this->customerId;
/plugin/ckgdoku/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js32 e=e||a.dataTemp;g.postMessage.send({message:{customerId:a.wsc_customerId,text:e,txt_ctrl:a.TextArea…
/plugin/ckgedit/ckeditor/plugins/wsc/dialogs/
H A Dwsc.js33 …||CKEDITOR.config.wsc_cmd;c=c||a.dataTemp;g.postMessage.send({message:{customerId:a.wsc_customerId…

12