| Package | Description |
|---|---|
| com.google.api.services.drive |
| Modifier and Type | Method and Description |
|---|---|
Drive.Changes.Watch |
Drive.Changes.Watch.set(String parameterName,
Object value) |
Drive.Changes.Watch |
Drive.Changes.Watch.setAlt(String alt) |
Drive.Changes.Watch |
Drive.Changes.Watch.setFields(String fields) |
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludeRemoved(Boolean includeRemoved)
Whether to include changes indicating that items have left the view of the changes list,
for example by deletion or lost access.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setKey(String key) |
Drive.Changes.Watch |
Drive.Changes.Watch.setOauthToken(String oauthToken) |
Drive.Changes.Watch |
Drive.Changes.Watch.setPageSize(Integer pageSize)
The maximum number of changes to return per page.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setPageToken(String pageToken)
The token for continuing a previous list request on the next page.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setPrettyPrint(Boolean prettyPrint) |
Drive.Changes.Watch |
Drive.Changes.Watch.setQuotaUser(String quotaUser) |
Drive.Changes.Watch |
Drive.Changes.Watch.setRestrictToMyDrive(Boolean restrictToMyDrive)
Whether to restrict the results to changes inside the My Drive hierarchy.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setSpaces(String spaces)
A comma-separated list of spaces to query within the user corpus.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setUserIp(String userIp) |
Drive.Changes.Watch |
Drive.Changes.watch(String pageToken,
Channel content)
Subscribes to changes for a user.
|