The "replies" collection of methods. Typical usage is:
$driveService = new Google_Service_Drive(...);
$replies = $driveService->replies;
Methods summary
public
|
#
delete( string $fileId, string $commentId, string $replyId, array $optParams = array() )
Deletes a reply. (replies.delete)
Deletes a reply. (replies.delete)
Parameters
- $fileId
- The ID of the file.
- $commentId
- The ID of the comment.
- $replyId
- The ID of the reply.
- $optParams
- Optional parameters.
|
public
Google_Service_Drive_CommentReply
|
#
get( string $fileId, string $commentId, string $replyId, array $optParams = array() )
Gets a reply. (replies.get)
Gets a reply. (replies.get)
Parameters
- $fileId
- The ID of the file.
- $commentId
- The ID of the comment.
- $replyId
- The ID of the reply.
- $optParams
- Optional parameters.
Returns
Opt_param
bool includeDeleted If set, this will succeed when retrieving a deleted reply.
|
public
Google_Service_Drive_CommentReply
|
#
insert( string $fileId, string $commentId, Google_Service_Drive_CommentReply $postBody, array $optParams = array() )
Creates a new reply to the given comment. (replies.insert)
Creates a new reply to the given comment. (replies.insert)
Parameters
- $fileId
- The ID of the file.
- $commentId
- The ID of the comment.
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_Drive_CommentReplyList
|
#
listReplies( string $fileId, string $commentId, array $optParams = array() )
Lists all of the replies to a comment. (replies.listReplies)
Lists all of the replies to a comment. (replies.listReplies)
Parameters
- $fileId
- The ID of the file.
- $commentId
- The ID of the comment.
- $optParams
- Optional parameters.
Returns
Opt_param
bool includeDeleted If set, all replies, including deleted replies (with content
stripped) will be returned.
int maxResults The maximum number of replies to include in the response, used
for paging.
string pageToken The continuation token, used to page through large result sets.
To get the next page of results, set this parameter to the value of
"nextPageToken" from the previous response.
|
public
Google_Service_Drive_CommentReply
|
#
patch( string $fileId, string $commentId, string $replyId, Google_Service_Drive_CommentReply $postBody, array $optParams = array() )
Updates an existing reply. (replies.patch)
Updates an existing reply. (replies.patch)
Parameters
- $fileId
- The ID of the file.
- $commentId
- The ID of the comment.
- $replyId
- The ID of the reply.
- $postBody
- $optParams
- Optional parameters.
Returns
|
public
Google_Service_Drive_CommentReply
|
#
update( string $fileId, string $commentId, string $replyId, Google_Service_Drive_CommentReply $postBody, array $optParams = array() )
Updates an existing reply. (replies.update)
Updates an existing reply. (replies.update)
Parameters
- $fileId
- The ID of the file.
- $commentId
- The ID of the comment.
- $replyId
- The ID of the reply.
- $postBody
- $optParams
- Optional parameters.
Returns
|