Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_DriveService.php751 * @return Google_Permission
758 return new Google_Permission($data);
767 * @param Google_Permission $postBody
772 * @return Google_Permission
774 public function insert($fileId, Google_Permission $postBody, $optParams = array()) {
779 return new Google_Permission($data);
806 * @param Google_Permission $postBody
810 * @return Google_Permission
812 … public function patch($fileId, $permissionId, Google_Permission $postBody, $optParams = array()) {
817 return new Google_Permission($data);
[all …]