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