Lines Matching refs:groupKey

130      * @param string $groupKey Email or immutable Id of the group
133 public function delete($groupKey, $optParams = array()) { argument
134 $params = array('groupKey' => $groupKey);
142 * @param string $groupKey Email or immutable Id of the group
146 public function get($groupKey, $optParams = array()) { argument
147 $params = array('groupKey' => $groupKey);
198 …* @param string $groupKey Email or immutable Id of the group. If Id, it should match with id of gr…
203 public function patch($groupKey, Google_Group $postBody, $optParams = array()) { argument
204 $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
216 …* @param string $groupKey Email or immutable Id of the group. If Id, it should match with id of gr…
221 public function update($groupKey, Google_Group $postBody, $optParams = array()) { argument
222 $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
247 * @param string $groupKey Email or immutable Id of the group
251 public function delete($groupKey, $alias, $optParams = array()) { argument
252 $params = array('groupKey' => $groupKey, 'alias' => $alias);
260 * @param string $groupKey Email or immutable Id of the group
265 public function insert($groupKey, Google_Alias $postBody, $optParams = array()) { argument
266 $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
278 * @param string $groupKey Email or immutable Id of the group
282 public function listGroupsAliases($groupKey, $optParams = array()) { argument
283 $params = array('groupKey' => $groupKey);
308 * @param string $groupKey Email or immutable Id of the group
312 public function delete($groupKey, $memberKey, $optParams = array()) { argument
313 $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
321 * @param string $groupKey Email or immutable Id of the group
326 public function get($groupKey, $memberKey, $optParams = array()) { argument
327 $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey);
339 * @param string $groupKey Email or immutable Id of the group
344 public function insert($groupKey, Google_Member $postBody, $optParams = array()) { argument
345 $params = array('groupKey' => $groupKey, 'postBody' => $postBody);
357 * @param string $groupKey Email or immutable Id of the group
365 public function listMembers($groupKey, $optParams = array()) { argument
366 $params = array('groupKey' => $groupKey);
379 …* @param string $groupKey Email or immutable Id of the group. If Id, it should match with id of gr…
385 public function patch($groupKey, $memberKey, Google_Member $postBody, $optParams = array()) { argument
386 $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);
398 …* @param string $groupKey Email or immutable Id of the group. If Id, it should match with id of gr…
404 public function update($groupKey, $memberKey, Google_Member $postBody, $optParams = array()) { argument
405 $params = array('groupKey' => $groupKey, 'memberKey' => $memberKey, 'postBody' => $postBody);