Replies
class Replies extends Resource (View source)
The "replies" collection of methods.
Typical usage is:
$driveService = new Google\Service\Drive(...);
$replies = $driveService->replies;
Methods
delete(string $fileId, string $commentId, string $replyId, array $optParams = [])
Deletes a reply. (replies.delete)
get(string $fileId, string $commentId, string $replyId, array $optParams = [])
Gets a reply by ID. (replies.get)
listReplies(string $fileId, string $commentId, array $optParams = [])
Lists a comment's replies. (replies.listReplies)
Details
Reply
create(string $fileId, string $commentId, Reply $postBody, array $optParams = [])
Creates a reply to a comment. (replies.create)
delete(string $fileId, string $commentId, string $replyId, array $optParams = [])
Deletes a reply. (replies.delete)
Reply
get(string $fileId, string $commentId, string $replyId, array $optParams = [])
Gets a reply by ID. (replies.get)
ReplyList
listReplies(string $fileId, string $commentId, array $optParams = [])
Lists a comment's replies. (replies.listReplies)