Home
last modified time | relevance | path

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

12

/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/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaGoogleAdsLink.php41 public $customerId; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaGoogleAdsLink
110 public function setCustomerId($customerId) argument
112 $this->customerId = $customerId;
119 return $this->customerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DLicensing.php130 'customerId' => [
158 'customerId' => [
H A DReports.php92 'customerId' => [
147 'customerId' => [
217 'customerId' => [
259 'customerId' => [
304 'customerId' => [
H A DReseller.php75 'customerId' => [
94 'customerId' => [
104 'customerId' => [
156 'customerId' => [
171 'customerId' => [
186 'customerId' => [
201 'customerId' => [
216 'customerId' => [
236 'customerId' => [
251 'customerId' => [
[all …]
/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/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;
H A DUsageReportEntity.php25 public $customerId; variable in Google\\Service\\Reports\\UsageReportEntity
46 public function setCustomerId($customerId) argument
48 $this->customerId = $customerId;
55 return $this->customerId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Reseller/
H A DCustomer.php37 public $customerId; variable in Google\\Service\\Reseller\\Customer
104 public function setCustomerId($customerId) argument
106 $this->customerId = $customerId;
113 return $this->customerId;
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/Reseller/Resource/
H A DCustomers.php39 * @param string $customerId This can be either the customer's primary domain
47 public function get($customerId, $optParams = []) argument
49 $params = ['customerId' => $customerId];
94 * @param string $customerId This can be either the customer's primary domain
103 public function patch($customerId, Customer $postBody, $optParams = []) argument
105 $params = ['customerId' => $customerId, 'postBody' => $postBody];
116 * @param string $customerId This can be either the customer's primary domain
125 public function update($customerId, Customer $postBody, $optParams = []) argument
127 $params = ['customerId' => $customerId, 'postBody' => $postBody];
H A DSubscriptions.php42 * @param string $customerId This can be either the customer's primary domain
56 public function activate($customerId, $subscriptionId, $optParams = []) argument
58 $params = ['customerId' => $customerId, 'subscriptionId' => $subscriptionId];
71 * @param string $customerId This can be either the customer's primary domain
99 * @param string $customerId This can be either the customer's primary domain
127 * @param string $customerId This can be either the customer's primary domain
152 * @param string $customerId This can be either the customer's primary domain
195 public function get($customerId, $subscriptionId, $optParams = []) argument
232 public function insert($customerId, Subscription $postBody, $optParams = []) argument
234 $params = ['customerId' => $customerId, 'postBody' => $postBody];
[all …]
/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