Class ChangesResource
The "changes" collection of methods.
public class ChangesResource
- Inheritance
-
ChangesResource
- Inherited Members
Constructors
ChangesResource(IClientService)
Constructs a new resource.
public ChangesResource(IClientService service)
Parameters
service
IClientService
Methods
GetStartPageToken()
Gets the starting pageToken for listing future changes.
public virtual ChangesResource.GetStartPageTokenRequest GetStartPageToken()
Returns
List(string)
Lists the changes for a user or shared drive.
public virtual ChangesResource.ListRequest List(string pageToken)
Parameters
pageToken
stringThe token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.
Returns
Watch(Channel, string)
Subscribes to changes for a user.
public virtual ChangesResource.WatchRequest Watch(Channel body, string pageToken)
Parameters
body
ChannelThe body of the request.
pageToken
stringThe token for continuing a previous list request on the next page. This should be set to the value of 'nextPageToken' from the previous response or to the response from the getStartPageToken method.