Lines Matching refs:circleId
134 * @param string $circleId The ID of the circle to add the person to.
141 public function addPeople($circleId, $optParams = array()) { argument
142 $params = array('circleId' => $circleId);
154 * @param string $circleId The ID of the circle to get.
158 public function get($circleId, $optParams = array()) { argument
159 $params = array('circleId' => $circleId);
209 * @param string $circleId The ID of the circle to update.
214 public function patch($circleId, Google_Circle $postBody, $optParams = array()) { argument
215 $params = array('circleId' => $circleId, 'postBody' => $postBody);
227 * @param string $circleId The ID of the circle to delete.
230 public function remove($circleId, $optParams = array()) { argument
231 $params = array('circleId' => $circleId);
239 * @param string $circleId The ID of the circle to remove the person from.
245 public function removePeople($circleId, $optParams = array()) { argument
246 $params = array('circleId' => $circleId);
254 * @param string $circleId The ID of the circle to update.
259 public function update($circleId, Google_Circle $postBody, $optParams = array()) { argument
260 $params = array('circleId' => $circleId, 'postBody' => $postBody);
447 * @param string $circleId The ID of the circle to get the members of.
454 public function listByCircle($circleId, $optParams = array()) { argument
455 $params = array('circleId' => $circleId);