drive  v3
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345678]
 NGoogle
 NApis
 NDrive
 Nv3
 NData
 CAboutInformation about the user, the user's Drive, and system capabilities.
 CChangeA change to a file or shared drive.
 CChangeListA list of changes for a user.
 CChannelAn notification channel used to watch for resource changes.
 CCommentA comment on a file.
 CCommentListA list of comments on a file.
 CDriveRepresentation of a shared drive.
 CDriveListA list of shared drives.
 CFileThe metadata for a file.
 CFileListA list of files.
 CGeneratedIdsA list of generated file IDs which can be provided in create requests.
 CPermissionA permission for a file. A permission grants a user, group, domain or the world access to a file or a folder hierarchy.
 CPermissionListA list of permissions for a file.
 CReplyA reply to a comment on a file.
 CReplyListA list of replies to a comment on a file.
 CRevisionThe metadata for a revision to a file.
 CRevisionListA list of revisions of a file.
 CStartPageToken
 CTeamDriveDeprecated: use the drive collection instead.
 CTeamDriveListA list of Team Drives.
 CUserInformation about a Drive user.
 CAboutResourceThe "about" collection of methods.
 CGetRequestGets information about the user, the user's Drive, and system capabilities.
 CChangesResourceThe "changes" collection of methods.
 CGetStartPageTokenRequestGets the starting pageToken for listing future changes.
 CListRequestLists the changes for a user or shared drive.
 CWatchRequestSubscribes to changes for a user.
 CChannelsResourceThe "channels" collection of methods.
 CStopRequestStop watching resources through this channel
 CCommentsResourceThe "comments" collection of methods.
 CCreateRequestCreates a new comment on a file.
 CDeleteRequestDeletes a comment.
 CGetRequestGets a comment by ID.
 CListRequestLists a file's comments.
 CUpdateRequestUpdates a comment with patch semantics.
 CDriveBaseServiceRequestA base abstract class for Drive requests.
 CDriveServiceThe Drive Service.
 CDrivesResourceThe "drives" collection of methods.
 CCreateRequestCreates a new shared drive.
 CDeleteRequestPermanently deletes a shared drive for which the user is an organizer. The shared drive cannot contain any untrashed items.
 CGetRequestGets a shared drive's metadata by ID.
 CHideRequestHides a shared drive from the default view.
 CListRequestLists the user's shared drives.
 CUnhideRequestRestores a shared drive to the default view.
 CUpdateRequestUpdates the metadate for a shared drive.
 CFilesResourceThe "files" collection of methods.
 CCopyRequestCreates a copy of a file and applies any requested updates with patch semantics.
 CCreateMediaUploadCreate media upload which supports resumable upload.
 CCreateRequestCreates a new file.
 CDeleteRequestPermanently deletes a file owned by the user without moving it to the trash. If the file belongs to a shared drive the user must be an organizer on the parent. If the target is a folder, all descendants owned by the user are also deleted.
 CEmptyTrashRequestPermanently deletes all of the user's trashed files.
 CExportRequestExports a Google Doc to the requested MIME type and returns the exported content. Please note that the exported content is limited to 10MB.
 CGenerateIdsRequestGenerates a set of file IDs which can be provided in create or copy requests.
 CGetRequestGets a file's metadata or content by ID.
 CListRequestLists or searches files.
 CUpdateMediaUploadUpdate media upload which supports resumable upload.
 CUpdateRequestUpdates a file's metadata and/or content with patch semantics.
 CWatchRequestSubscribes to changes to a file
 CPermissionsResourceThe "permissions" collection of methods.
 CCreateRequestCreates a permission for a file or shared drive.
 CDeleteRequestDeletes a permission.
 CGetRequestGets a permission by ID.
 CListRequestLists a file's or shared drive's permissions.
 CUpdateRequestUpdates a permission with patch semantics.
 CRepliesResourceThe "replies" collection of methods.
 CCreateRequestCreates a new reply to a comment.
 CDeleteRequestDeletes a reply.
 CGetRequestGets a reply by ID.
 CListRequestLists a comment's replies.
 CUpdateRequestUpdates a reply with patch semantics.
 CRevisionsResourceThe "revisions" collection of methods.
 CDeleteRequestPermanently deletes a file version. You can only delete revisions for files with binary content in Google Drive, like images or videos. Revisions for other files, like Google Docs or Sheets, and the last remaining file version can't be deleted.
 CGetRequestGets a revision's metadata or content by ID.
 CListRequestLists a file's revisions.
 CUpdateRequestUpdates a revision with patch semantics.
 CTeamdrivesResourceThe "teamdrives" collection of methods.
 CCreateRequestDeprecated use drives.create instead.
 CDeleteRequestDeprecated use drives.delete instead.
 CGetRequestDeprecated use drives.get instead.
 CListRequestDeprecated use drives.list instead.
 CUpdateRequestDeprecated use drives.update instead