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.setDriveId(String driveId)
The shared drive from which changes are returned.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setFields(String fields) |
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludeCorpusRemovals(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.setIncludeDeleted(Boolean includeDeleted)
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.setIncludeItemsFromAllDrives(Boolean includeItemsFromAllDrives)
Whether both My Drive and shared drive items should be included in results.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludePermissionsForView(String includePermissionsForView)
Specifies which additional view's permissions to include in the response.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludeSubscribed(Boolean includeSubscribed)
Whether to include changes outside the My Drive hierarchy in the result.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setIncludeTeamDriveItems(Boolean includeTeamDriveItems)
Deprecated use includeItemsFromAllDrives instead.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setKey(String key) |
Drive.Changes.Watch |
Drive.Changes.Watch.setMaxResults(Integer maxResults)
Maximum number of changes to return.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setOauthToken(String oauthToken) |
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.setSpaces(String spaces)
A comma-separated list of spaces to query.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setStartChangeId(Long startChangeId)
Deprecated - use pageToken instead.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setSupportsAllDrives(Boolean supportsAllDrives)
Whether the requesting application supports both My Drives and shared drives.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setSupportsTeamDrives(Boolean supportsTeamDrives)
Deprecated use supportsAllDrives instead.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setTeamDriveId(String teamDriveId)
Deprecated use driveId instead.
|
Drive.Changes.Watch |
Drive.Changes.Watch.setUserIp(String userIp) |
Drive.Changes.Watch |
Drive.Changes.watch(Channel content)
Subscribe to changes for a user.
|
Copyright © 2011–2021 Google. All rights reserved.