Home
last modified time | relevance | path

Searched refs:customerId (Results 26 – 39 of 39) sorted by last modified time

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DOrgunits.php36 * @param string $customerId The unique ID for the customer's Google Workspace
45 public function delete($customerId, $orgUnitPath, $optParams = []) argument
47 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath];
54 * @param string $customerId The unique ID for the customer's Google Workspace
64 public function get($customerId, $orgUnitPath, $optParams = []) argument
66 $params = ['customerId' => $customerId, 'orgUnitPath' => $orgUnitPath];
73 * @param string $customerId The unique ID for the customer's Google Workspace
82 public function insert($customerId, OrgUnit $postBody, $optParams = []) argument
84 $params = ['customerId' => $customerId, 'postBody' => $postBody];
105 public function listOrgunits($customerId, $optParams = []) argument
[all …]
H A DSchemas.php36 * @param string $customerId Immutable ID of the Google Workspace account.
40 public function delete($customerId, $schemaKey, $optParams = []) argument
42 $params = ['customerId' => $customerId, 'schemaKey' => $schemaKey];
49 * @param string $customerId Immutable ID of the Google Workspace account.
54 public function get($customerId, $schemaKey, $optParams = []) argument
56 $params = ['customerId' => $customerId, 'schemaKey' => $schemaKey];
63 * @param string $customerId Immutable ID of the Google Workspace account.
68 public function insert($customerId, Schema $postBody, $optParams = []) argument
70 $params = ['customerId' => $customerId, 'postBody' => $postBody];
81 public function listSchemas($customerId, $optParams = []) argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DFindDevicesByOwnerRequest.php26 public $customerId; variable in Google\\Service\\AndroidProvisioningPartner\\FindDevicesByOwnerRequest
43 public function setCustomerId($customerId) argument
45 $this->customerId = $customerId;
52 return $this->customerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reports/
H A DActivityId.php29 public $customerId; variable in Google\\Service\\Reports\\ActivityId
56 public function setCustomerId($customerId) argument
58 $this->customerId = $customerId;
65 return $this->customerId;
/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/authgooglesheets/vendor/google/apiclient-services/src/Licensing/Resource/
H A DLicenseAssignments.php100 * @param string $customerId Customer's `customerId`. A previous version of this
114 public function listForProduct($productId, $customerId, $optParams = []) argument
116 $params = ['productId' => $productId, 'customerId' => $customerId];
128 * @param string $customerId Customer's `customerId`. A previous version of this
142 public function listForProductAndSku($productId, $skuId, $customerId, $optParams = []) argument
144 $params = ['productId' => $productId, 'skuId' => $skuId, 'customerId' => $customerId];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DLicensing.php130 'customerId' => [
158 '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/authgoogle/google/contrib/
H A DGoogle_AuditService.php30 …* @param string $customerId Represents the customer who is the owner of target object on which act…
45 public function listActivities($customerId, $applicationId, $optParams = array()) { argument
46 $params = array('customerId' => $customerId, 'applicationId' => $applicationId);
247 public $customerId; variable in Google_ActivityId
256 public function setCustomerId( $customerId) { argument
257 $this->customerId = $customerId;
260 return $this->customerId;
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);
H A DGoogle_ResellerService.php30 * @param string $customerId Id of the Customer
35 $params = array('customerId' => $customerId);
67 * @param string $customerId Id of the Customer
409 public $customerId; variable in Google_Customer
428 public function setCustomerId( $customerId) { argument
429 $this->customerId = $customerId;
432 return $this->customerId;
503 public $customerId; variable in Google_Subscription
531 public function setCustomerId( $customerId) { argument
532 $this->customerId = $customerId;
[all …]

12