Home
last modified time | relevance | path

Searched refs:circleId (Results 1 – 1 of 1) sorted by relevance

/plugin/authgoogle/google/contrib/
DGoogle_PlusDomainsService.php134 * @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.
[all …]