Lines Matching refs:customer

36    * @param string $customer The unique ID for the customer's Google Workspace
43 public function delete($customer, $calendarResourceId, $optParams = []) argument
45 $params = ['customer' => $customer, 'calendarResourceId' => $calendarResourceId];
52 * @param string $customer The unique ID for the customer's Google Workspace
60 public function get($customer, $calendarResourceId, $optParams = []) argument
62 $params = ['customer' => $customer, 'calendarResourceId' => $calendarResourceId];
69 * @param string $customer The unique ID for the customer's Google Workspace
76 public function insert($customer, CalendarResource $postBody, $optParams = []) argument
78 $params = ['customer' => $customer, 'postBody' => $postBody];
86 * @param string $customer The unique ID for the customer's Google Workspace
112 public function listResourcesCalendars($customer, $optParams = []) argument
114 $params = ['customer' => $customer];
121 * @param string $customer The unique ID for the customer's Google Workspace
130 public function patch($customer, $calendarResourceId, CalendarResource $postBody, $optParams = []) argument
132 …$params = ['customer' => $customer, 'calendarResourceId' => $calendarResourceId, 'postBody' => $po…
141 * @param string $customer The unique ID for the customer's Google Workspace
150 …public function update($customer, $calendarResourceId, CalendarResource $postBody, $optParams = []) argument
152 …$params = ['customer' => $customer, 'calendarResourceId' => $calendarResourceId, 'postBody' => $po…