Class Google_Service_Drive_Replies_Resource
	
	
The "replies" collection of methods. Typical usage is:
 $driveService = new Google_Service_Drive(...);
 $replies = $driveService->replies;
	 
	
		- 
Google_Service_Resource
			
			
		
- 
			 Google_Service_Drive_Replies_Resource Google_Service_Drive_Replies_Resource
		
		
		
		
		Located at Drive.php
	
	
	Methods summary
	
		| 
			 public 
			Google_Service_Drive_Reply | 
		#
		create( string $fileId, string $commentId, Google_Service_Drive_Reply$postBody, array $optParams = array() )
			
Creates a new reply to a comment. (replies.create) 
			
Creates a new reply to a comment. (replies.create) Parameters
					$fileIdThe ID of the file.$commentIdThe ID of the comment.$postBody$optParamsOptional parameters.Returns | 
	
		| 
			 public 
			
			
			 | 
		#
		delete( string $fileId, string $commentId, string $replyId, array $optParams = array() )
			
Deletes a reply. (replies.delete) 
			
Deletes a reply. (replies.delete) Parameters
					$fileIdThe ID of the file.$commentIdThe ID of the comment.$replyIdThe ID of the reply.$optParamsOptional parameters. | 
	
		| 
			 public 
			Google_Service_Drive_Reply | 
		#
		get( string $fileId, string $commentId, string $replyId, array $optParams = array() )
			
Gets a reply by ID. (replies.get) 
			
Gets a reply by ID. (replies.get) Parameters
					$fileIdThe ID of the file.$commentIdThe ID of the comment.$replyIdThe ID of the reply.$optParamsOptional parameters.ReturnsOpt_param
						bool includeDeleted Whether to return deleted replies. Deleted replies will not
include their original content.
 | 
	
		| 
			 public 
			Google_Service_Drive_ReplyList | 
		#
		listReplies( string $fileId, string $commentId, array $optParams = array() )
			
Lists a comment's replies. (replies.listReplies) 
			
Lists a comment's replies. (replies.listReplies) Parameters
					$fileIdThe ID of the file.$commentIdThe ID of the comment.$optParamsOptional parameters.ReturnsOpt_param
						bool includeDeleted Whether to include deleted replies. Deleted replies will not
include their original content.int pageSize The maximum number of replies to return per page.
 string pageToken The token for continuing a previous list request on the next
page. This should be set to the value of 'nextPageToken' from the previous
response.
 
 | 
	
		| 
			 public 
			Google_Service_Drive_Reply | 
		#
		update( string $fileId, string $commentId, string $replyId, Google_Service_Drive_Reply$postBody, array $optParams = array() )
			
Updates a reply with patch semantics. (replies.update) 
			
Updates a reply with patch semantics. (replies.update) Parameters
					$fileIdThe ID of the file.$commentIdThe ID of the comment.$replyIdThe ID of the reply.$postBody$optParamsOptional parameters.Returns |