Package | Description |
---|---|
com.google.api.services.drive |
Modifier and Type | Method and Description |
---|---|
Drive.Realtime.Update |
Drive.Realtime.Update.set(String parameterName,
Object value) |
Drive.Realtime.Update |
Drive.Realtime.Update.setAlt(String alt) |
Drive.Realtime.Update |
Drive.Realtime.Update.setBaseRevision(String baseRevision)
The revision of the model to diff the uploaded model against.
|
Drive.Realtime.Update |
Drive.Realtime.Update.setFields(String fields) |
Drive.Realtime.Update |
Drive.Realtime.Update.setFileId(String fileId)
The ID of the file that the Realtime API data model is associated with.
|
Drive.Realtime.Update |
Drive.Realtime.Update.setKey(String key) |
Drive.Realtime.Update |
Drive.Realtime.Update.setOauthToken(String oauthToken) |
Drive.Realtime.Update |
Drive.Realtime.Update.setPrettyPrint(Boolean prettyPrint) |
Drive.Realtime.Update |
Drive.Realtime.Update.setQuotaUser(String quotaUser) |
Drive.Realtime.Update |
Drive.Realtime.Update.setUserIp(String userIp) |
Drive.Realtime.Update |
Drive.Realtime.update(String fileId)
Overwrites the Realtime API data model associated with this file with the provided JSON data
model.
|
Drive.Realtime.Update |
Drive.Realtime.update(String fileId,
AbstractInputStreamContent mediaContent)
Overwrites the Realtime API data model associated with this file with the provided JSON data
model.
|