Home
last modified time | relevance | path

Searched defs:replyId (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/
H A DReplies.php56 public function delete($fileId, $commentId, $replyId, $optParams = [])
74 public function get($fileId, $commentId, $replyId, $optParams = [])
111 public function update($fileId, $commentId, $replyId, Reply $postBody, $optParams = [])
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php1012 public function delete($fileId, $commentId, $replyId, $optParams = array()) {
1029 public function get($fileId, $commentId, $replyId, $optParams = array()) {
1090 …public function patch($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = a…
1110 …public function update($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = …
2184 public $replyId; variable in Google_CommentReply
2228 public function setReplyId( $replyId) {