Overview

Classes

  • Google_Service_Drive
  • Google_Service_Drive_About
  • Google_Service_Drive_About_Resource
  • Google_Service_Drive_AboutAdditionalRoleInfo
  • Google_Service_Drive_AboutAdditionalRoleInfoRoleSets
  • Google_Service_Drive_AboutDriveThemes
  • Google_Service_Drive_AboutExportFormats
  • Google_Service_Drive_AboutFeatures
  • Google_Service_Drive_AboutImportFormats
  • Google_Service_Drive_AboutMaxUploadSizes
  • Google_Service_Drive_AboutQuotaBytesByService
  • Google_Service_Drive_AboutTeamDriveThemes
  • Google_Service_Drive_App
  • Google_Service_Drive_AppIcons
  • Google_Service_Drive_AppList
  • Google_Service_Drive_Apps_Resource
  • Google_Service_Drive_Change
  • Google_Service_Drive_ChangeList
  • Google_Service_Drive_Changes_Resource
  • Google_Service_Drive_Channel
  • Google_Service_Drive_Channels_Resource
  • Google_Service_Drive_ChildList
  • Google_Service_Drive_ChildReference
  • Google_Service_Drive_Children_Resource
  • Google_Service_Drive_Comment
  • Google_Service_Drive_CommentContext
  • Google_Service_Drive_CommentList
  • Google_Service_Drive_CommentReply
  • Google_Service_Drive_CommentReplyList
  • Google_Service_Drive_Comments_Resource
  • Google_Service_Drive_Drive
  • Google_Service_Drive_DriveBackgroundImageFile
  • Google_Service_Drive_DriveCapabilities
  • Google_Service_Drive_DriveFile
  • Google_Service_Drive_DriveFileCapabilities
  • Google_Service_Drive_DriveFileImageMediaMetadata
  • Google_Service_Drive_DriveFileImageMediaMetadataLocation
  • Google_Service_Drive_DriveFileIndexableText
  • Google_Service_Drive_DriveFileLabels
  • Google_Service_Drive_DriveFileShortcutDetails
  • Google_Service_Drive_DriveFileThumbnail
  • Google_Service_Drive_DriveFileVideoMediaMetadata
  • Google_Service_Drive_DriveList
  • Google_Service_Drive_DriveRestrictions
  • Google_Service_Drive_Drives_Resource
  • Google_Service_Drive_FileList
  • Google_Service_Drive_Files_Resource
  • Google_Service_Drive_GeneratedIds
  • Google_Service_Drive_ParentList
  • Google_Service_Drive_ParentReference
  • Google_Service_Drive_Parents_Resource
  • Google_Service_Drive_Permission
  • Google_Service_Drive_PermissionId
  • Google_Service_Drive_PermissionList
  • Google_Service_Drive_PermissionPermissionDetails
  • Google_Service_Drive_Permissions_Resource
  • Google_Service_Drive_PermissionTeamDrivePermissionDetails
  • Google_Service_Drive_Properties_Resource
  • Google_Service_Drive_Property
  • Google_Service_Drive_PropertyList
  • Google_Service_Drive_Replies_Resource
  • Google_Service_Drive_Revision
  • Google_Service_Drive_RevisionList
  • Google_Service_Drive_Revisions_Resource
  • Google_Service_Drive_StartPageToken
  • Google_Service_Drive_TeamDrive
  • Google_Service_Drive_TeamDriveBackgroundImageFile
  • Google_Service_Drive_TeamDriveCapabilities
  • Google_Service_Drive_TeamDriveList
  • Google_Service_Drive_TeamDriveRestrictions
  • Google_Service_Drive_Teamdrives_Resource
  • Google_Service_Drive_User
  • Google_Service_Drive_UserPicture
  • Overview
  • Class
  • Tree

Class Google_Service_Drive_Comments_Resource

The "comments" collection of methods. Typical usage is:

 $driveService = new Google_Service_Drive(...);
 $comments = $driveService->comments;
Google_Service_Resource
Extended by Google_Service_Drive_Comments_Resource
Located at Drive.php
Methods summary
public
# delete( string $fileId, string $commentId, array $optParams = array() )

Deletes a comment. (comments.delete)

Deletes a comment. (comments.delete)

Parameters

$fileId
The ID of the file.
$commentId
The ID of the comment.
$optParams
Optional parameters.
public Google_Service_Drive_Comment
# get( string $fileId, string $commentId, array $optParams = array() )

Gets a comment by ID. (comments.get)

Gets a comment by ID. (comments.get)

Parameters

$fileId
The ID of the file.
$commentId
The ID of the comment.
$optParams
Optional parameters.

Returns

Google_Service_Drive_Comment
Google_Service_Drive_Comment

Opt_param

bool includeDeleted If set, this will succeed when retrieving a deleted comment, and will include any deleted replies.
public Google_Service_Drive_Comment
# insert( string $fileId, Google_Service_Drive_Comment $postBody, array $optParams = array() )

Creates a new comment on the given file. (comments.insert)

Creates a new comment on the given file. (comments.insert)

Parameters

$fileId
The ID of the file.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Drive_Comment
Google_Service_Drive_Comment
public Google_Service_Drive_CommentList
# listComments( string $fileId, array $optParams = array() )

Lists a file's comments. (comments.listComments)

Lists a file's comments. (comments.listComments)

Parameters

$fileId
The ID of the file.
$optParams
Optional parameters.

Returns

Google_Service_Drive_CommentList
Google_Service_Drive_CommentList

Opt_param

bool includeDeleted If set, all comments and replies, including deleted comments and replies (with content stripped) will be returned.
int maxResults The maximum number of discussions 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.
string updatedMin Only discussions that were updated after this timestamp will be returned. Formatted as an RFC 3339 timestamp.
public Google_Service_Drive_Comment
# patch( string $fileId, string $commentId, Google_Service_Drive_Comment $postBody, array $optParams = array() )

Updates an existing comment. (comments.patch)

Updates an existing comment. (comments.patch)

Parameters

$fileId
The ID of the file.
$commentId
The ID of the comment.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Drive_Comment
Google_Service_Drive_Comment
public Google_Service_Drive_Comment
# update( string $fileId, string $commentId, Google_Service_Drive_Comment $postBody, array $optParams = array() )

Updates an existing comment. (comments.update)

Updates an existing comment. (comments.update)

Parameters

$fileId
The ID of the file.
$commentId
The ID of the comment.
$postBody
$optParams
Optional parameters.

Returns

Google_Service_Drive_Comment
Google_Service_Drive_Comment
© 2020 Google Inc.
Drive API documentation generated by ApiGen 2.8.0