| Package | Description |
|---|---|
| com.google.api.services.drive |
| Modifier and Type | Method and Description |
|---|---|
Drive.Files.Patch |
Drive.Files.patch(String id,
File content)
Updates file metadata and/or content.
|
Drive.Files.Patch |
Drive.Files.Patch.set(String parameterName,
Object value) |
Drive.Files.Patch |
Drive.Files.Patch.setAlt(String alt) |
Drive.Files.Patch |
Drive.Files.Patch.setFields(String fields) |
Drive.Files.Patch |
Drive.Files.Patch.setId(String id)
The id for the file in question.
|
Drive.Files.Patch |
Drive.Files.Patch.setKey(String key) |
Drive.Files.Patch |
Drive.Files.Patch.setNewRevision(Boolean newRevision)
Whether a blob upload should create a new revision.
|
Drive.Files.Patch |
Drive.Files.Patch.setOauthToken(String oauthToken) |
Drive.Files.Patch |
Drive.Files.Patch.setPrettyPrint(Boolean prettyPrint) |
Drive.Files.Patch |
Drive.Files.Patch.setQuotaUser(String quotaUser) |
Drive.Files.Patch |
Drive.Files.Patch.setUpdateModifiedDate(Boolean updateModifiedDate)
Controls updating the modified date of the file.
|
Drive.Files.Patch |
Drive.Files.Patch.setUpdateViewedDate(Boolean updateViewedDate)
Whether to update the view date after successfully updating the file.
|
Drive.Files.Patch |
Drive.Files.Patch.setUserIp(String userIp) |