GapiDriveV2Service.ChangesResource
val get :
?base_url:string ->
?etag:string ->
?std_params:GapiService.StandardParameters.t ->
changeId:string ->
GapiConversation.Session.t ->
GapiDriveV2Model.Change.t * GapiConversation.Session.t
Gets a specific change.
val list :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?includeDeleted:bool ->
?includeSubscribed:bool ->
?maxResults:int ->
?pageToken:string ->
?spaces:string ->
?startChangeId:int64 ->
GapiConversation.Session.t ->
GapiDriveV2Model.ChangeList.t * GapiConversation.Session.t
Lists the changes for a user.
val watch :
?base_url:string ->
?std_params:GapiService.StandardParameters.t ->
?includeDeleted:bool ->
?includeSubscribed:bool ->
?maxResults:int ->
?pageToken:string ->
?spaces:string ->
?startChangeId:int64 ->
GapiDriveV2Model.Channel.t ->
GapiConversation.Session.t ->
GapiDriveV2Model.Channel.t * GapiConversation.Session.t
Subscribe to changes for a user.