|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<String,Object>
com.google.api.client.util.GenericData
com.google.api.client.http.json.JsonHttpRequest
com.google.api.services.drive.DriveRequest
com.google.api.services.drive.Drive.Files.Patch
public class Drive.Files.Patch
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
|---|
GenericData.Flags |
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Method Summary | |
|---|---|
File |
execute()
Sends the "patch" request to the Drive server. |
Boolean |
getConvert()
Whether to convert this file to the corresponding Google Docs format. |
String |
getFileId()
The ID of the file to update. |
Boolean |
getNewRevision()
Whether a blob upload should create a new revision. |
Boolean |
getOcr()
Whether to attempt OCR on .jpg, .png, or .gif uploads. |
String |
getOcrLanguage()
If ocr is true, hints at the language to use. |
Boolean |
getPinned()
Whether to pin the new revision. |
Boolean |
getSetModifiedDate()
Whether to set the modified date with the supplied modified date. |
String |
getSourceLanguage()
The language of the original file to be translated. |
String |
getTargetLanguage()
Target language to translate the file to. |
String |
getTimedTextLanguage()
The language of the timed text. |
String |
getTimedTextTrackName()
The timed text track name. |
Boolean |
getUpdateViewedDate()
Whether to update the view date after successfully updating the file. |
boolean |
isConvert()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
boolean |
isNewRevision()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
boolean |
isOcr()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
boolean |
isPinned()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
boolean |
isSetModifiedDate()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
boolean |
isUpdateViewedDate()
Convenience method that returns only Boolean.TRUE or Boolean.FALSE. |
void |
queue(BatchRequest batch,
JsonBatchCallback<File> callback)
Queues the "patch" request to the Drive server into the given batch request. |
Drive.Files.Patch |
setConvert(Boolean convert)
Whether to convert this file to the corresponding Google Docs format. |
Drive.Files.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response. |
Drive.Files.Patch |
setFileId(String fileId)
The ID of the file to update. |
Drive.Files.Patch |
setNewRevision(Boolean newRevision)
Whether a blob upload should create a new revision. |
Drive.Files.Patch |
setOcr(Boolean ocr)
Whether to attempt OCR on .jpg, .png, or .gif uploads. |
Drive.Files.Patch |
setOcrLanguage(String ocrLanguage)
If ocr is true, hints at the language to use. |
Drive.Files.Patch |
setPinned(Boolean pinned)
Whether to pin the new revision. |
Drive.Files.Patch |
setSetModifiedDate(Boolean setModifiedDate)
Whether to set the modified date with the supplied modified date. |
Drive.Files.Patch |
setSourceLanguage(String sourceLanguage)
The language of the original file to be translated. |
Drive.Files.Patch |
setTargetLanguage(String targetLanguage)
Target language to translate the file to. |
Drive.Files.Patch |
setTimedTextLanguage(String timedTextLanguage)
The language of the timed text. |
Drive.Files.Patch |
setTimedTextTrackName(String timedTextTrackName)
The timed text track name. |
Drive.Files.Patch |
setUpdateViewedDate(Boolean updateViewedDate)
Whether to update the view date after successfully updating the file. |
| Methods inherited from class com.google.api.services.drive.DriveRequest |
|---|
getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setAlt, setKey, setOauthToken, setPrettyPrint, setQuotaUser, setUserIp |
| Methods inherited from class com.google.api.client.http.json.JsonHttpRequest |
|---|
buildHttpRequest, buildHttpRequestUrl, download, executeAsInputStream, executeUnparsed, getClient, getEnableGZipContent, getJsonContent, getLastResponseHeaders, getMethod, getRequestHeaders, getUriTemplate, setEnableGZipContent, setRequestHeaders |
| Methods inherited from class com.google.api.client.util.GenericData |
|---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
| Methods inherited from class java.util.AbstractMap |
|---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public File execute()
throws IOException
File response
IOException - if the request fails
public void queue(BatchRequest batch,
JsonBatchCallback<File> callback)
throws IOException
Example usage:
request.queue(batchRequest, new JsonBatchCallback<File>() {
public void onSuccess(File content, GoogleHeaders responseHeaders) {
log("Success");
}
public void onFailure(GoogleJsonError e, GoogleHeaders responseHeaders) {
log(e.getMessage());
}
});
batch - a single batch of requestscallback - batch callback
IOExceptionpublic Drive.Files.Patch setFields(String fields)
DriveRequest
setFields in class DriveRequestpublic String getFileId()
public Drive.Files.Patch setFileId(String fileId)
public Boolean getConvert()
public Drive.Files.Patch setConvert(Boolean convert)
public boolean isConvert()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether to convert this file to the corresponding Google Docs format.
public String getTargetLanguage()
public Drive.Files.Patch setTargetLanguage(String targetLanguage)
public Boolean getSetModifiedDate()
public Drive.Files.Patch setSetModifiedDate(Boolean setModifiedDate)
public boolean isSetModifiedDate()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether to set the modified date with the supplied modified date.
public Boolean getUpdateViewedDate()
public Drive.Files.Patch setUpdateViewedDate(Boolean updateViewedDate)
public boolean isUpdateViewedDate()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether to update the view date after successfully updating the file.
public String getSourceLanguage()
public Drive.Files.Patch setSourceLanguage(String sourceLanguage)
public String getOcrLanguage()
public Drive.Files.Patch setOcrLanguage(String ocrLanguage)
public Boolean getPinned()
public Drive.Files.Patch setPinned(Boolean pinned)
public boolean isPinned()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether to pin the new revision.
public Boolean getNewRevision()
public Drive.Files.Patch setNewRevision(Boolean newRevision)
public boolean isNewRevision()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether a blob upload should create a new revision. If false, the blob data in the current head revision will be replaced.
public Boolean getOcr()
public Drive.Files.Patch setOcr(Boolean ocr)
public boolean isOcr()
Boolean.TRUE or Boolean.FALSE.
Boolean properties can have four possible values:
null, Data.NULL_BOOLEAN, Boolean.TRUE
or Boolean.FALSE.
This method returns Boolean.TRUE if the default of the property is Boolean.TRUE
and it is null or Data.NULL_BOOLEAN.
Boolean.FALSE is returned if the default of the property is Boolean.FALSE and
it is null or Data.NULL_BOOLEAN.
Whether to attempt OCR on .jpg, .png, or .gif uploads.
public String getTimedTextLanguage()
public Drive.Files.Patch setTimedTextLanguage(String timedTextLanguage)
public String getTimedTextTrackName()
public Drive.Files.Patch setTimedTextTrackName(String timedTextTrackName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||