Lines Matching refs:Google_AclRule
46 * @return Google_AclRule
53 return new Google_AclRule($data);
62 * @param Google_AclRule $postBody
64 * @return Google_AclRule
66 public function insert($calendarId, Google_AclRule $postBody, $optParams = array()) {
71 return new Google_AclRule($data);
98 * @param Google_AclRule $postBody
100 * @return Google_AclRule
102 public function patch($calendarId, $ruleId, Google_AclRule $postBody, $optParams = array()) {
107 return new Google_AclRule($data);
117 * @param Google_AclRule $postBody
119 * @return Google_AclRule
121 public function update($calendarId, $ruleId, Google_AclRule $postBody, $optParams = array()) {
126 return new Google_AclRule($data);
779 class Google_AclRule extends Google_Model { class