Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Files.Watch |
Drive.Files.Watch.set(String parameterName,
Object value) |
Drive.Files.Watch |
Drive.Files.Watch.setAcknowledgeAbuse(Boolean acknowledgeAbuse)
Whether the user is acknowledging the risk of downloading known malware or other abusive
files.
|
Drive.Files.Watch |
Drive.Files.Watch.setAlt(String alt) |
Drive.Files.Watch |
Drive.Files.Watch.setFields(String fields) |
Drive.Files.Watch |
Drive.Files.Watch.setFileId(String fileId)
The ID for the file in question.
|
Drive.Files.Watch |
Drive.Files.Watch.setIncludePermissionsForView(String includePermissionsForView)
Specifies which additional view's permissions to include in the response.
|
Drive.Files.Watch |
Drive.Files.Watch.setKey(String key) |
Drive.Files.Watch |
Drive.Files.Watch.setOauthToken(String oauthToken) |
Drive.Files.Watch |
Drive.Files.Watch.setPrettyPrint(Boolean prettyPrint) |
Drive.Files.Watch |
Drive.Files.Watch.setProjection(String projection)
This parameter is deprecated and has no function.
|
Drive.Files.Watch |
Drive.Files.Watch.setQuotaUser(String quotaUser) |
Drive.Files.Watch |
Drive.Files.Watch.setRevisionId(String revisionId)
Specifies the Revision ID that should be downloaded.
|
Drive.Files.Watch |
Drive.Files.Watch.setSupportsAllDrives(Boolean supportsAllDrives)
Whether the requesting application supports both My Drives and shared drives.
|
Drive.Files.Watch |
Drive.Files.Watch.setSupportsTeamDrives(Boolean supportsTeamDrives)
Deprecated use supportsAllDrives instead.
|
Drive.Files.Watch |
Drive.Files.Watch.setUpdateViewedDate(Boolean updateViewedDate)
Deprecated: Use files.update with modifiedDateBehavior=noChange, updateViewedDate=true and
an empty request body.
|
Drive.Files.Watch |
Drive.Files.Watch.setUserIp(String userIp) |
Drive.Files.Watch |
Drive.Files.watch(String fileId,
Channel content)
Subscribe to changes on a file
Create a request for the method "files.watch".
|
Copyright © 2011–2021 Google. All rights reserved.