Home
last modified time | relevance | path

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

/plugin/authgoogle/google/contrib/
DGoogle_DriveService.php1027 * @return Google_CommentReply
1034 return new Google_CommentReply($data);
1044 * @param Google_CommentReply $postBody
1046 * @return Google_CommentReply
1048 … public function insert($fileId, $commentId, Google_CommentReply $postBody, $optParams = array()) {
1053 return new Google_CommentReply($data);
1086 * @param Google_CommentReply $postBody
1088 * @return Google_CommentReply
1090 …public function patch($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = a…
1095 return new Google_CommentReply($data);
[all …]