Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Properties.Insert |
Drive.Properties.insert(String fileId,
Property content)
Adds a property to a file, or updates it if it already exists.
|
Drive.Properties.Insert |
Drive.Properties.Insert.set(String parameterName,
Object value) |
Drive.Properties.Insert |
Drive.Properties.Insert.setAlt(String alt) |
Drive.Properties.Insert |
Drive.Properties.Insert.setFields(String fields) |
Drive.Properties.Insert |
Drive.Properties.Insert.setFileId(String fileId)
The ID of the file.
|
Drive.Properties.Insert |
Drive.Properties.Insert.setKey(String key) |
Drive.Properties.Insert |
Drive.Properties.Insert.setOauthToken(String oauthToken) |
Drive.Properties.Insert |
Drive.Properties.Insert.setPrettyPrint(Boolean prettyPrint) |
Drive.Properties.Insert |
Drive.Properties.Insert.setQuotaUser(String quotaUser) |
Drive.Properties.Insert |
Drive.Properties.Insert.setUserIp(String userIp) |
Copyright © 2011–2021 Google. All rights reserved.