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