Drive API v2 (revision 1)



Uses of Class
com.google.api.services.drive.Drive.Files.Patch

Packages that use Drive.Files.Patch
com.google.api.services.drive   
 

Uses of Drive.Files.Patch in com.google.api.services.drive
 

Methods in com.google.api.services.drive that return Drive.Files.Patch
 Drive.Files.Patch Drive.Files.patch(String fileId, File content)
          Updates file metadata and/or content.
 Drive.Files.Patch Drive.Files.Patch.setConvert(Boolean convert)
          Whether to convert this file to the corresponding Google Docs format.
 Drive.Files.Patch Drive.Files.Patch.setFields(String fields)
           
 Drive.Files.Patch Drive.Files.Patch.setFileId(String fileId)
          The ID of the file to update.
 Drive.Files.Patch Drive.Files.Patch.setNewRevision(Boolean newRevision)
          Whether a blob upload should create a new revision.
 Drive.Files.Patch Drive.Files.Patch.setOcr(Boolean ocr)
          Whether to attempt OCR on .jpg, .png, or .gif uploads.
 Drive.Files.Patch Drive.Files.Patch.setOcrLanguage(String ocrLanguage)
          If ocr is true, hints at the language to use.
 Drive.Files.Patch Drive.Files.Patch.setPinned(Boolean pinned)
          Whether to pin the new revision.
 Drive.Files.Patch Drive.Files.Patch.setSetModifiedDate(Boolean setModifiedDate)
          Whether to set the modified date with the supplied modified date.
 Drive.Files.Patch Drive.Files.Patch.setSourceLanguage(String sourceLanguage)
          The language of the original file to be translated.
 Drive.Files.Patch Drive.Files.Patch.setTargetLanguage(String targetLanguage)
          Target language to translate the file to.
 Drive.Files.Patch Drive.Files.Patch.setTimedTextLanguage(String timedTextLanguage)
          The language of the timed text.
 Drive.Files.Patch Drive.Files.Patch.setTimedTextTrackName(String timedTextTrackName)
          The timed text track name.
 Drive.Files.Patch Drive.Files.Patch.setUpdateViewedDate(Boolean updateViewedDate)
          Whether to update the view date after successfully updating the file.