Lines Matching refs:Google_CommentReply
1027 * @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);
1106 * @param Google_CommentReply $postBody
1108 * @return Google_CommentReply
1110 …public function update($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = …
1115 return new Google_CommentReply($data);
2174 class Google_CommentReply extends Google_Model { class