Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Revisions.Patch |
Drive.Revisions.patch(String fileId,
String revisionId,
Revision content)
Updates a revision.
|
Drive.Revisions.Patch |
Drive.Revisions.Patch.set(String parameterName,
Object value) |
Drive.Revisions.Patch |
Drive.Revisions.Patch.setAlt(String alt) |
Drive.Revisions.Patch |
Drive.Revisions.Patch.setFields(String fields) |
Drive.Revisions.Patch |
Drive.Revisions.Patch.setFileId(String fileId)
The ID for the file.
|
Drive.Revisions.Patch |
Drive.Revisions.Patch.setKey(String key) |
Drive.Revisions.Patch |
Drive.Revisions.Patch.setOauthToken(String oauthToken) |
Drive.Revisions.Patch |
Drive.Revisions.Patch.setPrettyPrint(Boolean prettyPrint) |
Drive.Revisions.Patch |
Drive.Revisions.Patch.setQuotaUser(String quotaUser) |
Drive.Revisions.Patch |
Drive.Revisions.Patch.setRevisionId(String revisionId)
The ID for the revision.
|
Drive.Revisions.Patch |
Drive.Revisions.Patch.setUserIp(String userIp) |
Copyright © 2011–2021 Google. All rights reserved.