Searched defs:commentId (Results 1 – 8 of 8) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/Resource/ |
H A D | Replies.php | 42 public function create($fileId, $commentId, Reply $postBody, $optParams = []) 56 public function delete($fileId, $commentId, $replyId, $optParams = []) 74 public function get($fileId, $commentId, $replyId, $optParams = []) 95 public function listReplies($fileId, $commentId, $optParams = []) 111 public function update($fileId, $commentId, $replyId, Reply $postBody, $optParams = [])
|
H A D | Comments.php | 54 public function delete($fileId, $commentId, $optParams = []) 71 public function get($fileId, $commentId, $optParams = []) 108 public function update($fileId, $commentId, Comment $postBody, $optParams = [])
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Blogger/Resource/ |
H A D | Comments.php | 43 public function approve($blogId, $postId, $commentId, $optParams = []) 57 public function delete($blogId, $postId, $commentId, $optParams = []) 74 public function get($blogId, $postId, $commentId, $optParams = []) 132 public function markAsSpam($blogId, $postId, $commentId, $optParams = []) 148 public function removeContent($blogId, $postId, $commentId, $optParams = [])
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DriveService.php | 291 public function delete($fileId, $commentId, $optParams = array()) { 307 public function get($fileId, $commentId, $optParams = array()) { 366 public function patch($fileId, $commentId, Google_Comment $postBody, $optParams = array()) { 385 public function update($fileId, $commentId, Google_Comment $postBody, $optParams = array()) { 1012 public function delete($fileId, $commentId, $replyId, $optParams = array()) { 1029 public function get($fileId, $commentId, $replyId, $optParams = array()) { 1048 … public function insert($fileId, $commentId, Google_CommentReply $postBody, $optParams = array()) { 1070 public function listReplies($fileId, $commentId, $optParams = array()) { 1090 …public function patch($fileId, $commentId, $replyId, Google_CommentReply $postBody, $optParams = a… 2006 public $commentId; variable in Google_Comment [all …]
|
H A D | Google_OrkutService.php | 217 public function delete($commentId, $optParams = array()) { 232 public function get($commentId, $optParams = array()) {
|
H A D | Google_BloggerService.php | 133 public function get($blogId, $postId, $commentId, $optParams = array()) {
|
H A D | Google_PlusDomainsService.php | 288 public function get($commentId, $optParams = array()) {
|
H A D | Google_PlusService.php | 106 public function get($commentId, $optParams = array()) {
|