Lines Matching refs:Google_Permission
751 * @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);
827 * @param Google_Permission $postBody
831 * @return Google_Permission
833 …public function update($fileId, $permissionId, Google_Permission $postBody, $optParams = array()) {
838 return new Google_Permission($data);
2580 public function setUserPermission(Google_Permission $userPermission) {
2967 class Google_Permission extends Google_Model { class