Lines Matching refs:customer

37    * @param string $customer The unique ID for the customer's Google Workspace
43 public function delete($customer, $featureKey, $optParams = []) argument
45 $params = ['customer' => $customer, 'featureKey' => $featureKey];
52 * @param string $customer The unique ID for the customer's Google Workspace
59 public function get($customer, $featureKey, $optParams = []) argument
61 $params = ['customer' => $customer, 'featureKey' => $featureKey];
68 * @param string $customer The unique ID for the customer's Google Workspace
75 public function insert($customer, Feature $postBody, $optParams = []) argument
77 $params = ['customer' => $customer, 'postBody' => $postBody];
84 * @param string $customer The unique ID for the customer's Google Workspace
93 public function listResourcesFeatures($customer, $optParams = []) argument
95 $params = ['customer' => $customer];
102 * @param string $customer The unique ID for the customer's Google Workspace
110 public function patch($customer, $featureKey, Feature $postBody, $optParams = []) argument
112 $params = ['customer' => $customer, 'featureKey' => $featureKey, 'postBody' => $postBody];
119 * @param string $customer The unique ID for the customer's Google Workspace
126 public function rename($customer, $oldName, FeatureRename $postBody, $optParams = []) argument
128 $params = ['customer' => $customer, 'oldName' => $oldName, 'postBody' => $postBody];
135 * @param string $customer The unique ID for the customer's Google Workspace
143 public function update($customer, $featureKey, Feature $postBody, $optParams = []) argument
145 $params = ['customer' => $customer, 'featureKey' => $featureKey, 'postBody' => $postBody];