Home
last modified time | relevance | path

Searched refs:customerKey (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/Resource/
H A DCustomers.php35 * @param string $customerKey Id of the customer to be retrieved
39 public function get($customerKey, $optParams = []) argument
41 $params = ['customerKey' => $customerKey];
48 * @param string $customerKey Id of the customer to be updated
53 public function patch($customerKey, CustomerModel $postBody, $optParams = []) argument
55 $params = ['customerKey' => $customerKey, 'postBody' => $postBody];
62 * @param string $customerKey Id of the customer to be updated
67 public function update($customerKey, CustomerModel $postBody, $optParams = []) argument
69 $params = ['customerKey' => $customerKey, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDirectory.php436 'path' => 'admin/directory/v1/customers/{customerKey}',
439 'customerKey' => [
446 'path' => 'admin/directory/v1/customers/{customerKey}',
449 'customerKey' => [
456 'path' => 'admin/directory/v1/customers/{customerKey}',
459 'customerKey' => [