GapiDriveV3Service.ChangesResource
val getStartPageToken :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?supportsAllDrives:bool ->
?supportsTeamDrives:bool ->
?driveId:string ->
?teamDriveId:string ->
GapiConversation.Session.t ->
GapiDriveV3Model.StartPageToken.t * GapiConversation.Session.t
Gets the starting pageToken for listing future changes.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?includeCorpusRemovals:bool ->
?includeItemsFromAllDrives:bool ->
?includeRemoved:bool ->
?includeTeamDriveItems:bool ->
?pageSize:int ->
?restrictToMyDrive:bool ->
?spaces:string ->
?supportsAllDrives:bool ->
?supportsTeamDrives:bool ->
?driveId:string ->
?includeLabels:string ->
?includePermissionsForView:string ->
?teamDriveId:string ->
pageToken:string ->
GapiConversation.Session.t ->
GapiDriveV3Model.ChangeList.t * GapiConversation.Session.t
Lists the changes for a user or shared drive.
val watch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?custom_headers:GapiCore.Header.t list ->
?includeCorpusRemovals:bool ->
?includeItemsFromAllDrives:bool ->
?includeRemoved:bool ->
?includeTeamDriveItems:bool ->
?pageSize:int ->
?restrictToMyDrive:bool ->
?spaces:string ->
?supportsAllDrives:bool ->
?supportsTeamDrives:bool ->
?driveId:string ->
?includeLabels:string ->
?includePermissionsForView:string ->
?teamDriveId:string ->
pageToken:string ->
GapiDriveV3Model.Channel.t ->
GapiConversation.Session.t ->
GapiDriveV3Model.Channel.t * GapiConversation.Session.t
Subscribes to changes for a user. To use this method, you must include the pageToken query parameter.