Searched refs:circleId (Results 1 – 1 of 1) sorted by relevance
134 * @param string $circleId The ID of the circle to add the person to.141 public function addPeople($circleId, $optParams = array()) { argument142 $params = array('circleId' => $circleId);154 * @param string $circleId The ID of the circle to get.158 public function get($circleId, $optParams = array()) { argument159 $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()) { argument215 $params = array('circleId' => $circleId, 'postBody' => $postBody);227 * @param string $circleId The ID of the circle to delete.[all …]