Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Changes.Watch |
Drive.Changes.Watch.set(java.lang.String parameterName,
java.lang.Object value) |
Drive.Changes.Watch |
Drive.Changes.Watch.setAlt(java.lang.String alt) |
Drive.Changes.Watch |
Drive.Changes.Watch.setFields(java.lang.String fields) |
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludeCorpusRemovals(java.lang.Boolean includeCorpusRemovals)
Whether changes should include the file resource if the file is still accessible by the
user at the time of the request, even when a file was removed from the list of changes and
there will be no further change entries for this file.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludeRemoved(java.lang.Boolean includeRemoved)
Whether to include changes indicating that items have been removed from the list of
changes, for example by deletion or loss of access.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludeTeamDriveItems(java.lang.Boolean includeTeamDriveItems)
Whether Team Drive files or changes should be included in results.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setKey(java.lang.String key) |
Drive.Changes.Watch |
Drive.Changes.Watch.setOauthToken(java.lang.String oauthToken) |
Drive.Changes.Watch |
Drive.Changes.Watch.setPageSize(java.lang.Integer pageSize)
The maximum number of changes to return per page.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setPageToken(java.lang.String pageToken)
The token for continuing a previous list request on the next page.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setPrettyPrint(java.lang.Boolean prettyPrint) |
Drive.Changes.Watch |
Drive.Changes.Watch.setQuotaUser(java.lang.String quotaUser) |
Drive.Changes.Watch |
Drive.Changes.Watch.setRestrictToMyDrive(java.lang.Boolean restrictToMyDrive)
Whether to restrict the results to changes inside the My Drive hierarchy.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setSpaces(java.lang.String spaces)
A comma-separated list of spaces to query within the user corpus.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setSupportsTeamDrives(java.lang.Boolean supportsTeamDrives)
Whether the requesting application supports Team Drives.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setTeamDriveId(java.lang.String teamDriveId)
The Team Drive from which changes will be returned.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setUserIp(java.lang.String userIp) |
Drive.Changes.Watch |
Drive.Changes.watch(java.lang.String pageToken,
Channel content)
Subscribes to changes for a user.
|