Table of Contents

Class ChangesResource

Namespace
Google.Apis.Drive.v3
Assembly
Google.Apis.Drive.v3.dll

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

ChangesResource.GetStartPageTokenRequest

List(string)

Lists the changes for a user or shared drive.

public virtual ChangesResource.ListRequest List(string pageToken)

Parameters

pageToken string

The 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

ChangesResource.ListRequest

Watch(Channel, string)

Subscribes to changes for a user.

public virtual ChangesResource.WatchRequest Watch(Channel body, string pageToken)

Parameters

body Channel

The body of the request.

pageToken string

The 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

ChangesResource.WatchRequest