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