Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Permissions.Patch |
Drive.Permissions.patch(String fileId,
String permissionId,
Permission content)
Updates a permission.
|
Drive.Permissions.Patch |
Drive.Permissions.Patch.set(String parameterName,
Object value) |
Drive.Permissions.Patch |
Drive.Permissions.Patch.setAlt(String alt) |
Drive.Permissions.Patch |
Drive.Permissions.Patch.setFields(String fields) |
Drive.Permissions.Patch |
Drive.Permissions.Patch.setFileId(String fileId)
The ID for the file.
|
Drive.Permissions.Patch |
Drive.Permissions.Patch.setKey(String key) |
Drive.Permissions.Patch |
Drive.Permissions.Patch.setOauthToken(String oauthToken) |
Drive.Permissions.Patch |
Drive.Permissions.Patch.setPermissionId(String permissionId)
The ID for the permission.
|
Drive.Permissions.Patch |
Drive.Permissions.Patch.setPrettyPrint(Boolean prettyPrint) |
Drive.Permissions.Patch |
Drive.Permissions.Patch.setQuotaUser(String quotaUser) |
Drive.Permissions.Patch |
Drive.Permissions.Patch.setTransferOwnership(Boolean transferOwnership)
Whether changing a role to 'owner' should also downgrade the current owners to writers.
|
Drive.Permissions.Patch |
Drive.Permissions.Patch.setUserIp(String userIp) |