Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
H A DGoogle_GroupssettingsService.php32 * @return Google_Groups
39 return new Google_Groups($data);
48 * @param Google_Groups $postBody
50 * @return Google_Groups
52 public function patch($groupUniqueId, Google_Groups $postBody, $optParams = array()) {
57 return new Google_Groups($data);
66 * @param Google_Groups $postBody
68 * @return Google_Groups
70 public function update($groupUniqueId, Google_Groups $postBody, $optParams = array()) {
75 return new Google_Groups($data);
[all …]
H A DGoogle_DirectoryService.php183 * @return Google_Groups
190 return new Google_Groups($data);
1236 class Google_Groups extends Google_Model { class