The "replies" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($fileId, $commentId, $replyId, $optParams=array()) |
| Deletes a reply.
|
|
| get ($fileId, $commentId, $replyId, $optParams=array()) |
| Gets a reply.
|
|
| insert ($fileId, $commentId, Google_Service_Drive_CommentReply $postBody, $optParams=array()) |
| Creates a new reply to the given comment.
|
|
| listReplies ($fileId, $commentId, $optParams=array()) |
| Lists all of the replies to a comment.
|
|
| patch ($fileId, $commentId, $replyId, Google_Service_Drive_CommentReply $postBody, $optParams=array()) |
| Updates an existing reply.
|
|
| update ($fileId, $commentId, $replyId, Google_Service_Drive_CommentReply $postBody, $optParams=array()) |
| Updates an existing reply.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "replies" collection of methods.
Typical usage is: $driveService = new Google_Service_Drive(...); $replies = $driveService->replies;
◆ call()
Google_Service_Resource::call |
( |
| $name, |
|
|
| $arguments, |
|
|
| $expected_class = null ) |
|
inherited |
TODO: This function needs simplifying.
- Parameters
-
$name | |
$arguments | |
$expected_class | - optional, the expected class name |
- Return values
-
Google_Http_Request|expected_class | |
- Exceptions
-
◆ delete()
Google_Service_Drive_Replies_Resource::delete |
( |
| $fileId, |
|
|
| $commentId, |
|
|
| $replyId, |
|
|
| $optParams = array() ) |
Deletes a reply.
(replies.delete)
- Parameters
-
string | $fileId | The ID of the file. |
string | $commentId | The ID of the comment. |
string | $replyId | The ID of the reply. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_Drive_Replies_Resource::get |
( |
| $fileId, |
|
|
| $commentId, |
|
|
| $replyId, |
|
|
| $optParams = array() ) |
Gets a reply.
(replies.get)
- Parameters
-
string | $fileId | The ID of the file. |
string | $commentId | The ID of the comment. |
string | $replyId | The ID of the reply. |
array | $optParams | Optional parameters. |
@opt_param bool includeDeleted If set, this will succeed when retrieving a deleted reply.
- Return values
-
◆ insert()
Creates a new reply to the given comment.
(replies.insert)
- Parameters
-
string | $fileId | The ID of the file. |
string | $commentId | The ID of the comment. |
Google_CommentReply | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listReplies()
Google_Service_Drive_Replies_Resource::listReplies |
( |
| $fileId, |
|
|
| $commentId, |
|
|
| $optParams = array() ) |
Lists all of the replies to a comment.
(replies.listReplies)
- Parameters
-
string | $fileId | The ID of the file. |
string | $commentId | The ID of the comment. |
array | $optParams | Optional parameters. |
@opt_param 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. @opt_param bool includeDeleted If set, all replies, including deleted replies (with content stripped) will be returned. @opt_param int maxResults The maximum number of replies to include in the response, used for paging.
- Return values
-
◆ patch()
Updates an existing reply.
This method supports patch semantics. (replies.patch)
- Parameters
-
string | $fileId | The ID of the file. |
string | $commentId | The ID of the comment. |
string | $replyId | The ID of the reply. |
Google_CommentReply | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing reply.
(replies.update)
- Parameters
-
string | $fileId | The ID of the file. |
string | $commentId | The ID of the comment. |
string | $replyId | The ID of the reply. |
Google_CommentReply | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Drive.php